Files
test2/source
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
..
2.5
2009-01-11 18:35:16 +00:00
2008-12-23 16:07:24 +00:00
2.5
2009-01-15 10:55:48 +00:00
2009-01-04 18:16:34 +00:00
2009-01-04 18:16:34 +00:00
2008-10-22 11:28:10 +00:00