Blender Git Loki
Git Commits -> Revision 440c1c2
Revision 440c1c2 by Joshua Leung (master) November 6, 2011, 05:46 (GMT) |
As discussed on the mailing list, removing the non-functional, incompatible, and unmaintainable Time Offset cruft. - Slow Parenting lives another day (just), although it now carries appropriate cautionary disclaimers. It's only really for the Game Engine nowadays, as that's the only place where it can possibly work with any reliability. - "Animation Hacks" panel is now "Relations Extras". I could've merged the two panels, though I figured these options weren't that frequently used to justify taking up screen-space by default along with the panel |
Commit Details:
Full Hash: 440c1c2c1745b6d4acd13f405643100cb913fb3b
SVN Revision: 41573
Parent Commit: 4c17f8e
Lines Changed: +53, -251
13 Modified Paths:
/release/scripts/startup/bl_ui/properties_object.py (+9, -17) (Diff)
/source/blender/blenkernel/BKE_object.h (+1, -2) (Diff)
/source/blender/blenkernel/intern/group.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/object.c (+10, -36) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -2) (Diff)
/source/blender/editors/animation/anim_draw.c (+0, -22) (Diff)
/source/blender/editors/animation/keyframing.c (+0, -28) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -3) (Diff)
/source/blender/editors/object/object_relations.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+2, -80) (Diff)
/source/blender/makesdna/DNA_object_types.h (+10, -23) (Diff)
/source/blender/makesrna/intern/rna_object.c (+12, -32) (Diff)
/source/blender/blenkernel/BKE_object.h (+1, -2) (Diff)
/source/blender/blenkernel/intern/group.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/object.c (+10, -36) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -2) (Diff)
/source/blender/editors/animation/anim_draw.c (+0, -22) (Diff)
/source/blender/editors/animation/keyframing.c (+0, -28) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -3) (Diff)
/source/blender/editors/object/object_relations.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+2, -80) (Diff)
/source/blender/makesdna/DNA_object_types.h (+10, -23) (Diff)
/source/blender/makesrna/intern/rna_object.c (+12, -32) (Diff)