blender/release/scripts/startup/bl_operators
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
..
__init__.py Camera tracking integration 2011-11-07 12:55:18 +00:00
add_mesh_torus.py - operator presets now work in the 3D view as well as the file selector. 2011-11-08 16:59:06 +00:00
anim.py A big set of UI messages fixes and tweaks! No functional changes. 2011-10-20 07:56:04 +00:00
clip.py cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
console.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
image.py fix [#29120] project painting error 2011-11-01 23:01:57 +00:00
mesh.py check that descriptions dont end with a '.', for non release builds. 2011-09-21 17:52:51 +00:00
object_align.py fix for align objects with non mesh objects. 2011-10-07 20:53:54 +00:00
object_quick_effects.py cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
object_randomize_transform.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
object.py A big set of UI messages fixes and tweaks! No functional changes. 2011-10-20 07:56:04 +00:00
presets.py - operator presets now work in the 3D view as well as the file selector. 2011-11-08 16:59:06 +00:00
screen_play_rendered_anim.py A big set of UI messages fixes and tweaks! No functional changes. 2011-10-20 07:56:04 +00:00
sequencer.py Fix warnings about operator descriptions ending with "." 2011-09-22 15:44:35 +00:00
uvcalc_follow_active.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
uvcalc_lightmap.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
uvcalc_smart_project.py cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
vertexpaint_dirt.py remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
view3d.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
wm.py fix own error r41191 getting id property string lengths. 2011-10-31 01:50:04 +00:00