blender/release/scripts
Campbell Barton 5f40c0e9a5 - operator presets now work in the 3D view as well as the file selector.
to enable from python:
  bl_options = {'REGISTER', 'UNDO', 'PRESET'}

from C:
  ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO|OPTYPE_PRESET;

- added context member 'active_operator'
- enable this for 'Add Torus' for testing.
2011-11-08 16:59:06 +00:00
..
modules cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
presets Camera tracking integration 2011-11-07 12:55:18 +00:00
startup - operator presets now work in the 3D view as well as the file selector. 2011-11-08 16:59:06 +00:00
templates rename user interface operator properties from 'op' to 'props' 2011-10-23 00:53:50 +00:00