svn merge ^/trunk/blender -r48158:48160
This commit is contained in:
@@ -56,7 +56,7 @@ void MaskNode::convertToOperations(ExecutionSystem *graph, CompositorContext *co
|
||||
operation->setMask(mask);
|
||||
operation->setFramenumber(context->getFramenumber());
|
||||
operation->setSmooth((bool)(editorNode->custom1 & CMP_NODEFLAG_MASK_AA) != 0);
|
||||
operation->setFeather((bool)(editorNode->custom1 & CMP_NODE_MASK_FEATHER) != 0);
|
||||
operation->setFeather((bool)(editorNode->custom1 & CMP_NODEFLAG_MASK_FEATHER) != 0);
|
||||
|
||||
graph->addOperation(operation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user