blender/release/scripts/startup/bl_operators
Joshua Leung 4c89a658be Fix T38157: Rigid body, crazy f-curves after bake to keyframes
A logic error meant that the wrong "previous rotation" values were being used
when decomposing the rigidbody results back to transform channels. Instead of
using the previous values for the object in question, it was actually using
the rotation value of the previous object that was evaluated.
2014-01-18 01:38:40 +13:00
..
__init__.py Mask primitives 2013-08-26 20:23:26 +00:00
add_mesh_torus.py Fix T38205, typo in Add Torus operator. 2014-01-14 09:45:40 +01:00
anim.py Code Cleanup: style, spelling and pep8 edits 2013-11-20 03:40:10 +11:00
clip.py Hide preview for nodes created with Setup Tracking Scene 2013-04-11 13:34:51 +00:00
console.py disable auto indent when pasting text into the python console. 2013-05-24 01:04:37 +00:00
freestyle.py Better API design for making text datablocks after loading. 2013-06-02 17:52:06 +00:00
image.py Fix for [#34898] Typo in error message of mathutils.Vector 2013-04-07 15:09:06 +00:00
mask.py Mask primitives 2013-08-26 20:23:26 +00:00
mesh.py fix [#35453] "copy mirrored uv coords" doesn't work 2013-06-05 03:10:29 +00:00
node.py Missed one usage of use_hidden_preview. 2013-12-09 22:16:05 +01:00
object_align.py use more conventional names in rigid body script. 2013-01-28 12:15:50 +00:00
object_quick_effects.py Smoke: Add new "Full Sample" option to high resolution smoke panel. 2013-05-10 16:18:00 +00: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 Code Cleanup: avoid bpy.context when its passed in as an arg 2014-01-17 08:42:07 +11:00
presets.py Work around for bug [#37376] wrong tooltips on few minus buttons 2013-11-10 08:15:24 +00:00
rigidbody.py Fix T38157: Rigid body, crazy f-curves after bake to keyframes 2014-01-18 01:38:40 +13: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 lots of operator descriptions were incorrectly copy/pasted. 2013-09-30 05:50:41 +00:00
uvcalc_smart_project.py UV Unwrap: smart uv unwrap would fail still on some very small faces 2014-01-08 14:03:36 +11:00
vertexpaint_dirt.py pep8 cleanup 2013-06-27 03:05:19 +00:00
view3d.py Fix for extrude poll functions not checking active object 2013-12-22 07:59:24 +11:00
wm.py Fix T38145: python error popup when pressing shift+Z in blender game mode. 2014-01-11 00:59:22 +01:00