blender/release/scripts/op
Campbell Barton fbb8672da4 replace operator options bl_undo and bl_register with bl_options
eg.
 bl_options = {'REGISTER', 'UNDO', 'BLOCKING', 'GRAB_POINTER'}

This didnt exist when operators were originally wrapped.
2010-03-01 00:03:51 +00:00
..
add_armature_human.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
add_mesh_torus.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
console_python.py make BGL and BLF modile names lowercase 2010-02-28 14:57:26 +00:00
console_shell.py pep8 cleanup + correction for external player operator return value. 2010-02-22 23:32:58 +00:00
fcurve_euler_filter.py pep8 cleanup + correction for external player operator return value. 2010-02-22 23:32:58 +00:00
image.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
mesh.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
object_align.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
object_randomize_transform.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
object.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
presets.py scene.render_data -> scene.render 2010-02-23 12:48:35 +00:00
screen_play_rendered_anim.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
sequencer.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
uv.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
uvcalc_follow_active.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
uvcalc_smart_project.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
vertexpaint_dirt.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
wm.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00