Blender Git Commit Log
Git Commits -> Revision 711d04a
Revision 711d04a by Campbell Barton (master) January 18, 2009, 07:35 (GMT) |
Made modal operators print their operator string after executing (when in debug "-d" mode only) copy & paste duplicate and transform operations can now be copied from user input and pasted into ./test.py and run with the Pkey (fixed some minor bugs preventing this) Would be nice if the "mode" setting used a proper RNA Enum rather then an int. # example, duplicate and transform bpyoperator.OBJECT_OT_add_duplicate(mode=1) bpyoperator.TFM_OT_transform(mode=1, options=0, values=(-1.23989, 0.570745, 0, 0), constraint_orientation=0, constraint_mode=0, constraint_matrix=(0, 0, 0, 0, 0, 0, 0, 0, 0)) |
Commit Details:
Full Hash: 711d04a4995f16abbbaca0deecadd48fefbbe165
SVN Revision: 18558
Parent Commit: abfc78a
Lines Changed: +17, -10