32 {
SOCK_RGBA,
N_(
"Image"), 0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
43 if (
node->custom1 == 0) {
struct Scene * CTX_data_scene(const bContext *C)
void id_us_plus(struct ID *id)
void node_type_socket_templates(struct bNodeType *ntype, struct bNodeSocketTemplate *inputs, struct bNodeSocketTemplate *outputs)
#define NODE_CLASS_DISTORT
void node_type_storage(struct bNodeType *ntype, const char *storagename, void(*freefunc)(struct bNode *node), void(*copyfunc)(struct bNodeTree *dest_ntree, struct bNode *dest_node, const struct bNode *src_node))
void nodeRegisterType(struct bNodeType *ntype)
void node_type_label(struct bNodeType *ntype, void(*labelfunc)(struct bNodeTree *ntree, struct bNode *, char *label, int maxlen))
struct MovieDistortion * BKE_tracking_distortion_copy(struct MovieDistortion *distortion)
void BKE_tracking_distortion_free(struct MovieDistortion *distortion)
char * BLI_strncpy(char *__restrict dst, const char *__restrict src, const size_t maxncpy) ATTR_NONNULL()
Group RGB to Bright Vector Camera Vector Combine Material Light Line Style Layer Add Ambient Diffuse Glossy Refraction Transparent Toon Principled Hair Volume Principled Light Particle Volume Image Sky Noise Wave Voronoi Brick Texture Vector Combine Vertex Separate Vector White RGB Map Separate Set Z Dilate Combine Combine Color Channel Split ID Combine Luminance Directional Alpha Distance Hue CMP_NODE_MOVIEDISTORTION
static void init(const bContext *C, PointerRNA *ptr)
static void storage_free(bNode *node)
static void label(bNodeTree *UNUSED(ntree), bNode *node, char *label, int maxlen)
static bNodeSocketTemplate cmp_node_moviedistortion_out[]
void register_node_type_cmp_moviedistortion(void)
static bNodeSocketTemplate cmp_node_moviedistortion_in[]
static void storage_copy(bNodeTree *UNUSED(dest_ntree), bNode *dest_node, const bNode *src_node)
void cmp_node_type_base(bNodeType *ntype, int type, const char *name, short nclass, short flag)
Compact definition of a node socket.
void(* initfunc_api)(const struct bContext *C, struct PointerRNA *ptr)