Update plugins/PostProcessingPlugin/scripts/ColorMix.py

Sure

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

View file

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