Blender Git Commit Log
Git Commits -> Revision d715529
Revision d715529 by Brecht Van Lommel (master) February 23, 2012, 20:31 (GMT) |
Fix #30326: calling e.g. bpy.ops.object.proxy_make(object = 'Lamp') would not pick the right object. This operator had two properties "object" and "type", but the latter was used while the former had the right description. Now changed it to have only an "object" property, so that the above code works. |
Commit Details:
Full Hash: d7155295bbcfd4606d2fead0d700820d8dc1ffeb
SVN Revision: 44387
Parent Commit: 0cf38fa
Lines Changed: +2, -3
1 Modified Path:
/source/blender/editors/object/object_relations.c (+2, -3) (Diff)