Update plugins/PostProcessingPlugin/scripts/ColorMix.py

Okay

Co-Authored-By: Hrybmo <john.hryb.4@gmail.com>
This commit is contained in:
Diego Prado Gesto 2019-03-09 20:45:34 -05:00 committed by GitHub
parent 151d40664f
commit 186e715d16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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