blender/release/scripts/op
Joshua Leung 56b67d41aa Bugfix #21916: Baking NLA strips doesn't group transforms
- Added an optional string arg to struct.keyframe_insert() and struct.keyframe_delete() for the name of the group to add the keyframes to (for newly created F-Curves), instead of doing this as post process.

- Added error prints to the RNA function for setting an F-Curve's group. The old way of setting the groups afterwards couldn't be used anymore, since there was no way to find the action the F-Curve belonged to. This is necessary if the F-Curve list is to be kept in a valid state, since adding to any random group that may not be in the same Action does not work well. There were other issues with the list being iterated over changing while it was still being iterated over too...

TODO: 
Find a way to allow the iterator there to still work ok?
2010-04-06 04:25:48 +00:00
..
add_armature_human.py pep8 cleanup 2010-03-06 01:40:29 +00:00
add_mesh_torus.py svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r27895:27901; svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r27902:27907, skipping 27902 2010-03-31 20:39:08 +00:00
console_python.py parts of the Python API are unstable, big discalmer in API docs main page, API Docs title and interactive console banner. 2010-03-01 10:34:54 +00:00
console_shell.py pep8 cleanup + correction for external player operator return value. 2010-02-22 23:32:58 +00:00
fcurve_euler_filter.py pep8 cleanup + correction for external player operator return value. 2010-02-22 23:32:58 +00:00
image.py pep8 cleanup 2010-04-04 14:52:15 +00:00
mesh.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
nla.py Bugfix #21916: Baking NLA strips doesn't group transforms 2010-04-06 04:25:48 +00:00
object_align.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
object_randomize_transform.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
object.py pep8 cleanup 2010-03-06 01:40:29 +00:00
presets.py scene.render_data -> scene.render 2010-02-23 12:48:35 +00:00
screen_play_rendered_anim.py pep8 cleanup 2010-04-04 14:52:15 +00:00
sequencer.py rna naming, *_frame --> frame_* 2010-04-01 21:44:56 +00:00
uv.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
uvcalc_follow_active.py pep8 cleanup 2010-03-06 01:40:29 +00:00
uvcalc_smart_project.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
vertexpaint_dirt.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
wm.py Bugfix for [#21798] Submit description doesn't work. 2010-03-28 10:52:24 +00:00