Node Without Input #190
Unanswered
HakanSeven12
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@leon-thomm can you help? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It needs an Input to be able to be called. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I create a node without an input?
When I add an exec input it works.
`
class PointZero_Node(GpNodeBase):
`
But when I left init_inputs empty I cant use it
`
class PointZero_Node(GpNodeBase):
`
Beta Was this translation helpful? Give feedback.
All reactions