blender/release/scripts/startup/bl_operators
Joshua Leung 16e736b7db Graph Editor: Euler Filter ported from Py to C
Ported joeedh's Euler Filter code from Python to C so that this is
more in line with the other Graph Editor tools - i.e. joeedh's version
only worked on the active bone's curves, while standard tools could
work with multiple bones/objects at the same time.

To use this new version of this operator:
1) Select all the F-Curves for all 3 of the components (XYZ) for the
euler rotations you wish to clean up. In the Graph Editor, they must
be one after the other (i.e. you can't have "RotX, RotY, something
else, RotZ")
2) Activate the operator from the Key menu in the Graph Editor


In an old test file I have floating around, this method did not appear
to be good enough to fix a very clear discontinuity in the middle of
the action, so I'll test some additional methods too
2011-03-25 03:58:21 +00:00
..
__init__.py Graph Editor: Euler Filter ported from Py to C 2011-03-25 03:58:21 +00:00
add_mesh_torus.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
animsys_update.py fix [#26601] Python error when use of autocomplete 2011-03-25 02:12:44 +00:00
image.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
mesh.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
nla.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
object_align.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
object_randomize_transform.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
object.py fix [#26601] Python error when use of autocomplete 2011-03-25 02:12:44 +00:00
presets.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
screen_play_rendered_anim.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
sequencer.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
uvcalc_follow_active.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
uvcalc_lightmap.py tweaks not to load webbrowser or math modules on startup. 2011-03-23 13:04:35 +00:00
uvcalc_smart_project.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +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 [#26545] Crash when changing values for properties after changing max-min 2011-03-24 11:38:20 +00:00