19 b.add_input<
decl::Color>(
N_(
"Image")).default_value({1.0f, 1.0f, 1.0f, 1.0f});
20 b.add_input<
decl::Float>(
N_(
"Z")).default_value(1.0f).min(0.0f).max(10000.0f);
21 b.add_input<
decl::Color>(
N_(
"Image"),
"Image_001").default_value({1.0f, 1.0f, 1.0f, 1.0f});
22 b.add_input<
decl::Float>(
N_(
"Z"),
"Z_001").default_value(1.0f).min(0.0f).max(10000.0f);
#define CMP_NODE_ZCOMBINE
#define NODE_CLASS_OP_COLOR
void nodeRegisterType(struct bNodeType *ntype)
uiLayout * uiLayoutColumn(uiLayout *layout, bool align)
@ UI_ITEM_R_SPLIT_EMPTY_NAME
void uiItemR(uiLayout *layout, struct PointerRNA *ptr, const char *propname, int flag, const char *name, int icon)
static void node_composit_buts_zcombine(uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
static void cmp_node_zcombine_declare(NodeDeclarationBuilder &b)
static const pxr::TfToken b("b", pxr::TfToken::Immortal)
void cmp_node_type_base(bNodeType *ntype, int type, const char *name, short nclass)
void register_node_type_cmp_zcombine()
void(* draw_buttons)(struct uiLayout *, struct bContext *C, struct PointerRNA *ptr)
NodeDeclareFunction declare