blender/release/scripts/startup/bl_operators
2011-07-23 16:34:30 +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 Added baking/unbaking functionality to constraint system. Retargeting now adds/manages 2 new NLA Tracks as planned. Modified bl_operatores/nla.py slightly to use it instead of creating my own bake function (now supports baking to a specific action, vs always creating a new one), but this does not break using the function in the old way. 2011-07-07 20:46:35 +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 == Animated Transforms to Deltas == 2011-05-24 11:15:21 +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 cleanup for python scripts - unused vars and imports 2011-07-10 12:51:37 +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