Blender Git Commit Log

Git Commits -> Revision be55097

Revision be55097 by Joshua Leung (master)
December 28, 2009, 00:52 (GMT)
Mesh Animation + Depsgraph Tweaks:

* Mesh data/settings can now be animated. It is not recommended that geometry be animated directly, but other settings such as autosmooth, etc. can be...

* Code cleanups for depsgraph, making sure that drivers get included for all object data types.

Commit Details:

Full Hash: be55097353069b56a2726ebfe87bb2dd0a4b46a6
SVN Revision: 25581
Parent Commit: ff31d2d
Lines Changed: +246, -52

15 Modified Paths:

/source/blender/blenkernel/intern/anim_sys.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+54, -40) (Diff)
/source/blender/blenkernel/intern/mesh.c (+6, -1) (Diff)
/source/blender/blenkernel/intern/object.c (+5, -1) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+74, -0) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+5, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+57, -0) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+9, -0) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+11, -0) (Diff)
/source/blender/editors/include/ED_anim_api.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+6, -5) (Diff)
/source/blender/makesdna/DNA_mesh_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_action.c (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021