42 bool connectedSizeSocket = inputSizeSocket->
isLinked();
75 if (!connectedSizeSocket) {
@ CMP_NODEFLAG_BLUR_VARIABLE_SIZE
@ CMP_NODEFLAG_BLUR_EXTEND_BOUNDS
Object is a sort of wrapper for general info.
void convertToOperations(NodeConverter &converter, const CompositorContext &context) const override
convert node to operation
BokehBlurNode(bNode *editorNode)
void setExtendBounds(bool extend_bounds)
Overall context of the compositor.
void mapInputSocket(NodeInput *node_socket, NodeOperationInput *operation_socket)
void addOperation(NodeOperation *operation)
void mapOutputSocket(NodeOutput *node_socket, NodeOperationOutput *operation_socket)
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)
void setThreshold(float threshold)
void setMaxBlur(int maxRadius)
void setDoScaleSize(bool scale_size)