Blender Git Loki
Git Commits -> Revision 1f019c2
Revision 1f019c2 by Dalai Felinto (master) July 9, 2010, 00:14 (GMT) |
Logic Editor UI: move s/c/a operators and interface buttons Tchatcharantcharan ... Three new operators: bpy.ops.logic.sensor_move bpy.ops.logic.controller_move bpy.ops.logic.actuator_move direction is a parameter (UP,DOWN) Moved some interface code to sca.c instead of logic_window.c. (and changed accordingly). One note: as in 2.49, the move up/down button is only available in non-expanded mode. However instead of one button with two options we have 2 buttons (as we had originally in 2.50). That also means the s/c/a header is getting more clunky. Design, thoughts, ideas are appreciated. For the time been functionality back is still the priority (mine at least ;) |
Commit Details:
Full Hash: 1f019c23fd11aefc363bb1694b94d0aee34501a1
SVN Revision: 30136
Parent Commit: 7ef6b5c
Lines Changed: +316, -15