Files
test/source/blender/python/intern
Martin Poirier 586af8ca47 Properties for macro operator call in python.
Dicts are converted to operator properties like this:

bpy.ops.armature.extrude_forked(TRANSFORM_OT_translate={"value":(2,0,1)})

Note that this doesn't work quite well if one operator is twice in the same macro, but that's a problem at the RNA level too. I'll have to deal with that eventually.
2010-01-26 20:43:27 +00:00
..
2010-01-24 10:51:59 +00:00
2009-06-05 12:48:58 +00:00
2010-01-24 10:51:59 +00:00
2009-08-10 15:39:11 +00:00