blender/release/scripts/startup/bl_operators
Thomas Dinges 39edc53558 2.5 External animation player:
* Fixed an error when "Custom" was used and the path was empty (variable reference before assignment)
* The Operator now raises an error if there is no path or the path given is not available.
2011-07-23 21:45:22 +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 added bpy.path.basename because "//" prefix breaks os.path.basename. 2011-07-20 08:10:01 +00:00
mesh.py cleanup for python scripts - unused vars and imports 2011-07-10 12:51:37 +00:00
nla.py pep8 compliance 2011-06-21 17:17:51 +00:00
object_align.py Let's try default High Quality for object align, it's slow but it's simply the correct way, users can disable while tweaking the align modes and then enable again for final result IF they are working on *dense* meshes 2011-07-22 15:54:54 +00:00
object_quick_effects.py quick explode failed if executed with no active object 2011-07-01 13:26:20 +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 make python3.3 compatible, __class__ is no longer in the class methods namespace. 2011-07-11 05:50:49 +00:00
screen_play_rendered_anim.py 2.5 External animation player: 2011-07-23 21:45:22 +00:00
sequencer.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
uvcalc_follow_active.py cleanup for python scripts - unused vars and imports 2011-07-10 12:51:37 +00:00
uvcalc_lightmap.py cleanup for python scripts - unused vars and imports 2011-07-10 12:51:37 +00:00
uvcalc_smart_project.py fix [#27996] Smart UV Unwrap Still Results in Overlaps 2011-07-18 06:44:41 +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