Browse Source

Update plugins/PostProcessingPlugin/scripts/ColorMix.py

Sure

Co-Authored-By: Hrybmo <john.hryb.4@gmail.com>

Diego Prado Gesto 6 years ago
parent
commit
fadc8bb624
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/PostProcessingPlugin/scripts/ColorMix.py

+ 1 - 1
plugins/PostProcessingPlugin/scripts/ColorMix.py

@@ -119,7 +119,7 @@ class ColorMix(Script):
         SecondMix = 0.0
 
         firstHeight = self.getSettingValueByKey("start_height")
-        secondHeight = self.getSettingValueByKey("d_finish_height")
+        secondHeight = self.getSettingValueByKey("finish_height")
         firstMix = self.getSettingValueByKey("e_mix_start")
         SecondMix = self.getSettingValueByKey("f_mix_finish")