blender/release/scripts/startup/bl_operators
Campbell Barton d2a3005dd0 Add back sculpt mode brush keys.
Operator for switching brushes based on type, cycling through brushes when multiple exist.

This has the advantages over the old method that it doenst rely on hard coded brush names and if there are multiple brushes of the same type it cycles between them.

also fix error in previous commit which broke number buttons changing brushes.
2011-04-01 06:14:39 +00:00
..
__init__.py Quick effects operators: 2011-03-30 10:29:32 +00:00
add_mesh_torus.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
animsys_update.py fix [#26601] Python error when use of autocomplete 2011-03-25 02:12:44 +00:00
image.py Address [#26641] Texture Quick Edit kicks up error when Editor can't be found 2011-03-28 13:44:56 +00:00
mesh.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
nla.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +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 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_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 [#26601] Python error when use of autocomplete 2011-03-25 02:12:44 +00:00
presets.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
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 move script directories for internal blender scripts. 2011-03-21 12:35:49 +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 move script directories for internal blender scripts. 2011-03-21 12:35:49 +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 Add back sculpt mode brush keys. 2011-04-01 06:14:39 +00:00