Blender Git Loki
Git Commits -> Revision 39ea55f
Revision 39ea55f by Campbell Barton (master) July 30, 2009, 01:52 (GMT) |
Operator Copy/Paste you can copy operator strings from buttons or the reporting interface and run them in the console. - Ctrl+C over an operator button copies its python string to the clipboard. - Paste in the console (1 line only for now). - operators run from python no longer require all arguments. |
Commit Details:
Full Hash: 39ea55fff1e0ce362bb5e9bc958b6d651293e30d
SVN Revision: 22038
Parent Commit: 24a269a
Lines Changed: +74, -17
7 Modified Paths:
/source/blender/editors/interface/interface_handlers.c (+14, -0) (Diff)
/source/blender/editors/space_console/console_intern.h (+1, -0) (Diff)
/source/blender/editors/space_console/console_ops.c (+39, -0) (Diff)
/source/blender/editors/space_console/space_console.c (+2, -0) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+16, -15) (Diff)
/source/blender/python/intern/bpy_rna.h (+1, -1) (Diff)
/source/blender/editors/space_console/console_intern.h (+1, -0) (Diff)
/source/blender/editors/space_console/console_ops.c (+39, -0) (Diff)
/source/blender/editors/space_console/space_console.c (+2, -0) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+16, -15) (Diff)
/source/blender/python/intern/bpy_rna.h (+1, -1) (Diff)