blender/release/scripts/startup/bl_operators
2011-07-12 13:09: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 cleanup for python scripts - unused vars and imports 2011-07-10 12:51:37 +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 cleanup for python scripts - unused vars and imports 2011-07-10 12:51:37 +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 [#27787] Smart UV Unwrap Results in Overlaps 2011-06-28 06:51:55 +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