Blender Git Commit Log
Git Commits -> Revision a7a9862
Revision a7a9862 by Dalai Felinto (master) May 19, 2010, 09:40 (GMT) |
Logic UI and Operators: adjusts on Layout + copy properties operator + fix on copy logic bricks operator (and moved to OBJECT_OT) * adjusts on Layout: - in order to avoid much changes when copying Logics, it's nice to have the logic s/c/a always displaying even though it's not valid (e.g. edit mesh used from a camera object). Now a message shows in the s/c/a alerting to the problem. * logic operators under OBJECT_OT - copy properties and logics Matt, is it possible to have the object game properties listed as a submenu from "Copy Properties" ? So from the "Copy Game Property" menu we would have three options: "Copy a property" -> (submenu) prop1, prop2, prop3 "Replace all Properties" "Merge all Properties" For the current task list in Logic Editor: http://www.pasteall.org/13245 |
Commit Details:
Full Hash: a7a9862cc928049bee3cf10685759144b1cc67c2
SVN Revision: 28855
Parent Commit: 2d343d0
Lines Changed: +213, -87
7 Modified Paths:
/source/blender/editors/object/object_edit.c (+167, -0) (Diff)
/source/blender/editors/object/object_intern.h (+5, -3) (Diff)
/source/blender/editors/object/object_ops.c (+2, -0) (Diff)
/source/blender/editors/space_logic/logic_ops.c (+0, -43) (Diff)
/source/blender/editors/space_logic/logic_window.c (+28, -0) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+9, -32) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+2, -9) (Diff)
/source/blender/editors/object/object_intern.h (+5, -3) (Diff)
/source/blender/editors/object/object_ops.c (+2, -0) (Diff)
/source/blender/editors/space_logic/logic_ops.c (+0, -43) (Diff)
/source/blender/editors/space_logic/logic_window.c (+28, -0) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+9, -32) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+2, -9) (Diff)