blender/release/scripts
Campbell Barton 7532bc2325 poll function for py api operator access
eg:
 if bpy.ops.object.mode_set.poll():
     ...
2010-09-01 11:16:11 +00:00
..
io/netrender moving import/export scripts into packages (just moving scripts, need to add __init__.py still, temp break import/exporters) 2010-09-01 03:02:30 +00:00
keyingsets Bugfix #23504: Axis-Angle Rotation keyframes were not being inserted correctly when using the 'Rotation' Keying Set 2010-08-27 04:43:47 +00:00
modules poll function for py api operator access 2010-09-01 11:16:11 +00:00
op excuse the noise, adding type's in format package names. 2010-09-01 03:06:28 +00:00
presets missed this one too 2010-08-30 14:33:46 +00:00
templates - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
ui use mix-in classes for import export operators, these define the filepath property and invoke function at the moment. 2010-09-01 02:25:49 +00:00