42 const int framenumber =
context.getFramenumber();
44 if (framenumber < node->custom1) {
47 else if (framenumber >
node->custom2) {
50 else if (
node->custom1 <
node->custom2) {
MINLINE float clamp_f(float value, float min, float max)
Overall context of the compositor.
void addOperation(NodeOperation *operation)
void mapOutputSocket(NodeOutput *node_socket, NodeOperationOutput *operation_socket)
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
void setValue(float value)
TimeNode(bNode *editorNode)
void convertToOperations(NodeConverter &converter, const CompositorContext &context) const override
convert node to operation