Blender Git Loki
Git Commits -> Revision ff4ff9c
Revision ff4ff9c by Joshua Leung (master) May 5, 2012, 15:54 (GMT) |
Bugfixes for various ID-block references (Constraints, NLA) * ID-blocks referenced by Constraints but not being used as the target objects (such as Actions in the Action Constraint, or Text Blocks in PyConstraints) now get usercounts for being referenced in this way. This should fix ancient bugs such as [#19205] and [#8593]. More tests still needed to verify that this does now play nicely with proxies. * Changing actions used by NLA strips should now update the usercounts accordingly |
Commit Details:
Full Hash: ff4ff9c8a429d9869e7056417bc7acd47a545eb2
SVN Revision: 46316
Parent Commit: 34b18fc
Lines Changed: +62, -41
6 Modified Paths:
/source/blender/blenkernel/BKE_constraint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/constraint.c (+45, -33) (Diff)
/source/blender/blenloader/intern/readfile.c (+12, -3) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/constraint.c (+45, -33) (Diff)
/source/blender/blenloader/intern/readfile.c (+12, -3) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+1, -1) (Diff)