blender/release/scripts/startup/bl_operators
Campbell Barton a1abdf1c1c fix [#27778] Set Bone Flags - No Scale - Toggle seems not to work.
Toggling options on the selection is better done as a generic operator.
Replace ARMATURE_OT_flags_set and POSE_OT_flags_set with WM_OT_context_collection_boolean_set and use menus to access it with specific settings.

This way its easy make a key shortcut which toggles any boolean on any collection - sequences, metaballs, objects, bones etc.
2011-06-27 07:51:52 +00:00
..
__init__.py Quick effects operators: 2011-03-30 10:29:32 +00:00
add_mesh_torus.py move generic bpy helper modules into bpy_extras. 2011-05-16 07:51:02 +00:00
animsys_update.py update tooltip since this fixes paths from newer versions. 2011-04-20 14:47:00 +00:00
image.py [#26719] Fix AAO Tooltips by Sergej Reich (sergof). Thanks! 2011-04-02 12:54:17 +00:00
mesh.py fix [#27707] Script error for UVs->Copy Mirrored UV coords 2011-06-21 02:16:22 +00:00
nla.py pep8 compliance 2011-06-21 17:17:51 +00:00
object_align.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
object_quick_effects.py pep8 compliance 2011-06-21 17:17:51 +00:00
object_randomize_transform.py pep8 checker, mostly pedantic style changes but also found an error in mesh_utils.mesh_linked_faces() 2011-04-01 02:41:15 +00:00
object.py fix [#27140] Negative Subdiv level in the operator panel. 2011-04-25 06:44:43 +00:00
presets.py rna option not to save certain properties for redoing later, currently only used by operator presets. 2011-06-07 10:54:57 +00:00
screen_play_rendered_anim.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
sequencer.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
uvcalc_follow_active.py correct spelling error and some pep8 changes. 2011-05-26 09:33:51 +00:00
uvcalc_lightmap.py tweaks not to load webbrowser or math modules on startup. 2011-03-23 13:04:35 +00:00
uvcalc_smart_project.py fix [#27742] Smart UV project no longer works in 2.58 2011-06-24 04:12:01 +00:00
vertexpaint_dirt.py properties were being used with wrong type functions, this resulted in bad memory access when getting int from an enum. 2011-03-22 12:53:36 +00:00
wm.py fix [#27778] Set Bone Flags - No Scale - Toggle seems not to work. 2011-06-27 07:51:52 +00:00