blender/release/scripts/startup/bl_operators
Bastien Montagne 279cfdeef5 Fix T42394: Copy Rigid Body Tools would not work as expected if dest ob had no rigidbody yet.
Adding new object to RigidBodyWorld obgroup is not a good way to do that, since it only
takes effect (create rigid_body for new objects) when you change current frame.

Better to use rigidbody.object_add() operator here!
2014-10-29 13:11:10 +01:00
..
__init__.py Cleanup: pep8 2014-09-17 18:36:17 +10:00
add_mesh_torus.py Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
anim.py Cleanup: pep8 2014-09-17 18:36:17 +10:00
clip.py Tracking: Fix ground plane normal facing downwards 2014-09-21 15:55:46 +06:00
console.py disable auto indent when pasting text into the python console. 2013-05-24 01:04:37 +00:00
freestyle.py Fix my last commit cad4bfe: Added 'use_' prefix to Freestyle edge/face mark properties. 2014-04-15 14:44:08 +09:00
image.py Fix T38548: Edit externally always uses first frame only 2014-02-26 10:58:14 +11:00
mask.py Mask primitives 2013-08-26 20:23:26 +00:00
mesh.py Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
node.py Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
object_align.py use more conventional names in rigid body script. 2013-01-28 12:15:50 +00:00
object_quick_effects.py Quick Smoke: Only generate Fire/Smoke Nodes when actually used, this is a bit faster for the renderer. 2014-09-25 12:44:39 +02:00
object_randomize_transform.py code cleanup: dont use 'bpy.context' when 'context' is available 2013-01-23 07:52:31 +00:00
object.py UI: move button to set dupli-offset into group menu 2014-08-07 04:45:37 +10:00
presets.py Fix T41081: Presets not working on pinned properties panels. 2014-07-18 11:37:57 +02:00
rigidbody.py Fix T42394: Copy Rigid Body Tools would not work as expected if dest ob had no rigidbody yet. 2014-10-29 13:11:10 +01:00
screen_play_rendered_anim.py Code cleanup: Remove Blender 2.4x animation player preset, since we have the internal one. 2013-12-14 09:24:22 +01:00
sequencer.py code cleanup: minor improvements to scripts. 2013-04-20 13:23:53 +00:00
uvcalc_follow_active.py Fix T37692: Follow active quads failed on unselected-active-face 2013-12-13 05:05:21 +11:00
uvcalc_lightmap.py Cleanup: remove redundant 'object' parent class 2014-10-28 18:42:06 +01:00
uvcalc_smart_project.py Cleanup: remove redundant 'object' parent class 2014-10-28 18:42:06 +01:00
vertexpaint_dirt.py Fix T41454: Command "Dirty Vertex Colors" prompts Python error. 2014-08-15 19:51:14 +02:00
view3d.py Fix T41499: Can't use Deselect/Select All tool while in Texture Paint mode 2014-08-20 14:01:19 +06:00
wm.py Cleanup: pep8 2014-09-17 18:36:17 +10:00