Blender Git Loki
Git Commits -> Revision c5ba912
Revision c5ba912 by Joshua Leung (master) June 10, 2013, 11:58 (GMT) |
Bugfix [#35382] NLA "Multiply" Blend Mode calculated incorrectly The "Multiply" blending mode for NLA strips worked incorrectly. Instead of modulating the influence of the current strip, it was in fact scaling the result of the entire stack (with the strip applied). This caused problems when influence = 0, as it was in fact muting everything instead of just controlling the strip we are interested in. |
Commit Details:
Full Hash: c5ba912a3d1de03ffd0b1c1818b1026f75bbb8b3
SVN Revision: 57345
Parent Commit: b1fb86c
Lines Changed: +8, -6
1 Modified Path:
/source/blender/blenkernel/intern/anim_sys.c (+8, -6) (Diff)