57 if (editorNode->
custom3 < 2.0f) {
91 operationx->
setData(&m_alpha_blur);
101 operationy->
setData(&m_alpha_blur);
116 if (!connectedSizeSocket) {
@ CMP_NODE_DILATEERODE_DISTANCE_THRESH
@ CMP_NODE_DILATEERODE_DISTANCE_FEATHER
@ CMP_NODE_DILATEERODE_DISTANCE
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
AntiAlias operations it only supports anti aliasing on BW buffers.
void setData(const NodeBlurData *data)
Overall context of the compositor.
void setDistance(float distance)
void convertToOperations(NodeConverter &converter, const CompositorContext &context) const override
convert node to operation
DilateErodeNode(bNode *editorNode)
void setInset(float inset)
void setDistance(float distance)
void setIterations(int iterations)
void setSubtract(bool subtract)
void setFalloff(int falloff)
void setFalloff(int falloff)
void setSubtract(bool subtract)
void mapInputSocket(NodeInput *node_socket, NodeOperationInput *operation_socket)
void addPreview(NodeOperationOutput *output)
void addOperation(NodeOperation *operation)
void mapOutputSocket(NodeOutput *node_socket, NodeOperationOutput *operation_socket)
void addLink(NodeOperationOutput *from, NodeOperationInput *to)
NodeOperationInput * getInputSocket(unsigned int index)
NodeOperationOutput * getOutputSocket(unsigned int index=0)
NodeOutput * getOutputSocket(const unsigned int index=0) const
bNode * getbNode() const
get the reference to the SDNA bNode struct
NodeInput * getInputSocket(const unsigned int index) const
void setQuality(eCompositorQuality quality)
eCompositorQuality
Possible quality settings.