16 b.add_input<
decl::Float>(
N_(
"Value")).default_value(0.5f).min(-10000.0f).max(10000.0f);
void node_type_update(struct bNodeType *ntype, void(*updatefunc)(struct bNodeTree *ntree, struct bNode *node))
#define NODE_CLASS_CONVERTER
void nodeRegisterType(struct bNodeType *ntype)
static void cmp_node_math_declare(NodeDeclarationBuilder &b)
static const pxr::TfToken b("b", pxr::TfToken::Immortal)
void register_node_type_cmp_math()
void cmp_node_type_base(bNodeType *ntype, int type, const char *name, short nclass)
void node_math_update(bNodeTree *ntree, bNode *node)
void node_math_label(const bNodeTree *UNUSED(ntree), const bNode *node, char *label, int maxlen)
void(* labelfunc)(const struct bNodeTree *ntree, const struct bNode *node, char *label, int maxlen)
NodeDeclareFunction declare