Blender Git Commit Log

Git Commits -> Revision e6f2695

Revision e6f2695 by Joshua Leung (master)
January 1, 2010, 12:24 (GMT)
Cleanup of MotionPaths+Ghosts (AnimViz) - Part 1

This commit sets up some of the groundwork necessary to extend the animation visualisation capabilities, previously only available for bones in PoseMode, to Objects as well. Also, some of the other goals of this refactor is to make future visualisation goodies (i.e. editable paths) more feasible...
(There's really nothing to see here yet. The following log notes are really just for my own reference to keep track of things.)

Currently, the following things have been done:
* New datastructures + settings have been tidied up, ready for usage
* Added these new types into the Object and PoseBone code as necessary, with freeing/adding/copying accounted for
* File IO code for the new data, including version patching to convert the old system to the new one.
* Set up the drawing system for motionpaths based on the old armature path drawing code. Armatures still draw using the old system, since the two systems use different storage systems.
* Started setting up the motionpath 'baking' code, but the core of this still needs to be coded...

Next Steps (after some semi-urgent Durian Driver changes):
* Port the ghosting/onionskinning code over too
* Finish motionpath baking code
* RNA wrapping for the new types
* Hooking up all the new code into the operators, etc.

Commit Details:

Full Hash: e6f26957ea56c7cfdaecd26e192a2ccbd1f6c97a
SVN Revision: 25647
Parent Commit: 0b673d4
Lines Changed: +983, -65

1 Added Path:

/source/blender/editors/space_view3d/drawanimviz.c (+563, -0) (View)

12 Modified Paths:

/source/blender/blenkernel/BKE_anim.h (+16, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+23, -14) (Diff)
/source/blender/blenkernel/intern/anim.c (+168, -16) (Diff)
/source/blender/blenkernel/intern/object.c (+11, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+75, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+16, -0) (Diff)
/source/blender/editors/armature/poseobject.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+12, -0) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_action_types.h (+86, -26) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_object_types.h (+5, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021