Files
test/source/blender/windowmanager
Campbell Barton 711d04a499 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))
2009-01-18 07:35:44 +00:00
..
2009-01-04 18:16:34 +00:00
2008-12-27 20:22:22 +00:00
2009-01-15 04:13:38 +00:00
2.5
2008-12-15 16:54:47 +00:00
2.5
2009-01-04 14:14:06 +00:00
2.5
2008-12-19 14:14:43 +00:00
2.5
2008-12-30 13:16:14 +00:00
2.5
2009-01-09 13:55:45 +00:00