Blender Git Loki
Git Commits -> Revision 9325f35
Revision 9325f35 by Janne Karhu (master) July 24, 2009, 19:36 (GMT) |
ParticleSettings animdata wasn't shown in graph editor, dope sheet and nla editor. Tiny bug fix too: Had forgotten particle child length setting from do_versions so old files with child hair showed all hair with zero length. |
Commit Details:
Full Hash: 9325f35d4c01fc6950a4d14badc8f8e5adbb276f
SVN Revision: 21864
Parent Commit: f24bcac
Lines Changed: +304, -15
14 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/animation/anim_channels.c (+40, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+122, -3) (Diff)
/source/blender/editors/include/ED_anim_api.h (+4, -0) (Diff)
/source/blender/editors/space_action/action_draw.c (+37, -2) (Diff)
/source/blender/editors/space_action/action_header.c (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+36, -2) (Diff)
/source/blender/editors/space_graph/graph_header.c (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+17, -2) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+38, -4) (Diff)
/source/blender/editors/space_nla/nla_header.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+2, -1) (Diff)
/source/blender/editors/animation/anim_channels.c (+40, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+122, -3) (Diff)
/source/blender/editors/include/ED_anim_api.h (+4, -0) (Diff)
/source/blender/editors/space_action/action_draw.c (+37, -2) (Diff)
/source/blender/editors/space_action/action_header.c (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+36, -2) (Diff)
/source/blender/editors/space_graph/graph_header.c (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+17, -2) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+38, -4) (Diff)
/source/blender/editors/space_nla/nla_header.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+2, -1) (Diff)