Blender Git Loki
Git Commits -> Revision 91f90f6
Revision 91f90f6 by Joshua Leung (master) May 4, 2014, 04:35 (GMT) |
NLA Eval Bugfix: Influence settings on active action didn't work * The automatically calculated influence was overriding the value we were passing into the dummy strip, making this seem like it doesn't work * Made some tweaks to prevent some potential memory-related bugs - nlastrips_ctime_get_strip() actually saves off references to the list of strips it gets, so declaring dummy_strip in an inner scope like this could potentially be quite dangerous - Prevented a potential memory leak for the early abort when there are no strips for whatever reason (it shouldn't occur though) |
Commit Details:
Full Hash: 91f90f61d39f261b9984d3305566f53fc06984dd
Parent Commit: fd80ac4
Lines Changed: +9, -1
1 Modified Path:
/source/blender/blenkernel/intern/anim_sys.c (+9, -1) (Diff)