This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/intern
Joshua Leung 91f90f61d3 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)
2014-05-04 16:35:12 +12:00
..
2014-05-04 12:37:02 +10:00
2013-06-25 10:44:30 +00:00
2014-03-18 09:14:47 +11:00
2014-05-01 04:47:51 +10:00
2014-05-01 02:12:02 +03:00
2014-04-04 14:15:57 +11:00
2014-05-01 04:47:51 +10:00
2014-05-01 04:47:51 +10:00
2014-05-01 04:47:51 +10:00
2014-05-01 04:47:51 +10:00
2014-04-25 03:21:13 +10:00
2014-05-01 04:47:51 +10:00
2014-05-01 04:47:51 +10:00
2014-05-04 00:41:45 +10:00
2014-05-01 04:47:51 +10:00
2014-04-11 11:33:29 +10:00
2014-05-02 21:19:08 -03:00
2014-04-29 01:59:41 +12:00
2014-05-01 04:47:51 +10:00
2013-12-03 20:35:45 +01:00
2014-05-02 21:19:08 -03:00
2014-05-01 04:47:51 +10:00
2014-05-01 04:47:51 +10:00
2014-03-25 10:10:00 +11:00