blender/release/scripts/op/io_scene_fbx
Campbell Barton 4d0c10d5ca presets for operators, re-using same preset system as render, cloth etc use.
- operators need to enable the option OPTYPE_PRESET or 'PRESET' in python.
- hidden properties are not written.
- currently this only works in the file selector (enabled for FBX/OBJ export)
- currently the menu label doesnt change when presets are selected, this is a TODO, not so simple since the UI is defined in C and the label in python.
- presets save in "scripts/presets/operators/*id*/*.py"
2010-12-24 07:46:40 +00:00
..
__init__.py presets for operators, re-using same preset system as render, cloth etc use. 2010-12-24 07:46:40 +00:00
export_fbx.py use slicing for exporters for some speedup, no functional change. 2010-12-24 04:24:33 +00:00