fix for compositor bug, mix node operation clamp was uninitialized.
made HSV node randomly clamp values from 0-1.
This commit is contained in:
@@ -32,6 +32,7 @@ MixBaseOperation::MixBaseOperation() : NodeOperation()
|
||||
this->m_inputColor1Operation = NULL;
|
||||
this->m_inputColor2Operation = NULL;
|
||||
this->setUseValueAlphaMultiply(false);
|
||||
this->setUseClamp(false);
|
||||
}
|
||||
|
||||
void MixBaseOperation::initExecution()
|
||||
|
||||
Reference in New Issue
Block a user