Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/blenkernel/intern/anim_sys.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/blenkernel/intern/anim_sys.c b/source/blender/blenkernel/intern/anim_sys.c
index 3e85c5503f1..a23b92dc10b 100644
--- a/source/blender/blenkernel/intern/anim_sys.c
+++ b/source/blender/blenkernel/intern/anim_sys.c
@@ -1695,12 +1695,6 @@ static void nlaevalchan_accumulate(NlaEvalChannel *nec, NlaEvalStrip *nes, short
short blendmode = strip->blendmode;
float inf = strip->influence;
- /* if channel is new, just store value regardless of blending factors, etc. */
- if (newChan) {
- nec->value = value;
- return;
- }
-
/* if this is being performed as part of transition evaluation, incorporate
* an additional weighting factor for the influence
*/