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);
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ static void exec(void *data, bNode *node, bNodeStack **UNUSED(in), bNodeStack **
|
||||
|
||||
BKE_mask_rasterize(mask, sx, sy, res, TRUE,
|
||||
(node->custom1 & CMP_NODEFLAG_MASK_AA) != 0,
|
||||
(node->custom1 & CMP_NODE_MASK_FEATHER) != 0);
|
||||
(node->custom1 & CMP_NODEFLAG_MASK_FEATHER) != 0);
|
||||
|
||||
if (node->custom1) {
|
||||
PLX_antialias_buffer(res,sx,sy);
|
||||
|
||||
Reference in New Issue
Block a user