|
Blender
V2.59
|
#include "BKE_node.h"Go to the source code of this file.
Definition in file CMP_node.h.
| void register_node_type_cmp_alphaover | ( | ListBase * | lb | ) |
Definition at line 148 of file CMP_alphaOver.c.
References CMP_NODE_ALPHAOVER, node_alphaover_init(), NODE_CLASS_OP_COLOR, node_composit_exec_alphaover(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_bilateralblur | ( | ListBase * | lb | ) |
Definition at line 258 of file CMP_bilateralblur.c.
References CMP_NODE_BILATERALBLUR, NODE_CLASS_OP_FILTER, node_composit_exec_bilateralblur(), node_composit_init_bilateralblur(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_blur | ( | ListBase * | lb | ) |
Definition at line 721 of file CMP_blur.c.
References CMP_NODE_BLUR, NODE_CLASS_OP_FILTER, node_composit_exec_blur(), node_composit_init_blur(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_brightcontrast | ( | ListBase * | lb | ) |
Definition at line 99 of file CMP_brightness.c.
References CMP_NODE_BRIGHTCONTRAST, NODE_CLASS_OP_COLOR, node_composit_exec_brightcontrast(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_channel_matte | ( | ListBase * | lb | ) |
Definition at line 205 of file CMP_channelMatte.c.
References CMP_NODE_CHANNEL_MATTE, NODE_CLASS_MATTE, node_composit_exec_channel_matte(), node_composit_init_channel_matte(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_chroma_matte | ( | ListBase * | lb | ) |
Definition at line 192 of file CMP_chromaMatte.c.
References CMP_NODE_CHROMA_MATTE, NODE_CLASS_MATTE, node_composit_exec_chroma_matte(), node_composit_init_chroma_matte(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_color_matte | ( | ListBase * | lb | ) |
Definition at line 128 of file CMP_colorMatte.c.
References CMP_NODE_COLOR_MATTE, NODE_CLASS_MATTE, node_composit_exec_color_matte(), node_composit_init_color_matte(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_color_spill | ( | ListBase * | lb | ) |
Definition at line 329 of file CMP_colorSpill.c.
References CMP_NODE_COLOR_SPILL, NODE_CLASS_MATTE, node_composit_exec_color_spill(), node_composit_init_color_spill(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_colorbalance | ( | ListBase * | lb | ) |
Definition at line 187 of file CMP_colorbalance.c.
References CMP_NODE_COLORBALANCE, NODE_CLASS_OP_COLOR, node_composit_exec_colorbalance(), node_composit_init_colorbalance(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_combhsva | ( | ListBase * | lb | ) |
Definition at line 174 of file CMP_sepcombHSVA.c.
References CMP_NODE_COMBHSVA, NODE_CLASS_CONVERTOR, node_composit_exec_combhsva(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_combrgba | ( | ListBase * | lb | ) |
Definition at line 150 of file CMP_sepcombRGBA.c.
References CMP_NODE_COMBRGBA, NODE_CLASS_CONVERTOR, node_composit_exec_combrgba(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_combycca | ( | ListBase * | lb | ) |
Definition at line 300 of file CMP_sepcombYCCA.c.
References CMP_NODE_COMBYCCA, NODE_CLASS_CONVERTOR, node_composit_exec_combycca(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_combyuva | ( | ListBase * | lb | ) |
Definition at line 175 of file CMP_sepcombYUVA.c.
References CMP_NODE_COMBYUVA, NODE_CLASS_CONVERTOR, node_composit_exec_combyuva(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_composite | ( | ListBase * | lb | ) |
Definition at line 102 of file CMP_composite.c.
References CMP_NODE_COMPOSITE, NODE_CLASS_OUTPUT, node_composit_exec_composite(), NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_size(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
| void register_node_type_cmp_crop | ( | ListBase * | lb | ) |
Definition at line 116 of file CMP_crop.c.
References CMP_NODE_CROP, NODE_CLASS_DISTORT, node_composit_exec_crop(), node_composit_init_crop(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_curve_rgb | ( | ListBase * | lb | ) |
Definition at line 195 of file CMP_curves.c.
References CMP_NODE_CURVE_RGB, NODE_CLASS_OP_COLOR, node_composit_exec_curve_rgb(), node_composit_init_curve_rgb(), node_copy_curves(), node_free_curves(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_curve_time | ( | ListBase * | lb | ) |
Definition at line 67 of file CMP_curves.c.
References CMP_NODE_TIME, NODE_CLASS_INPUT, node_composit_exec_curves_time(), node_composit_init_curves_time(), node_copy_curves(), node_free_curves(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
| void register_node_type_cmp_curve_vec | ( | ListBase * | lb | ) |
Definition at line 108 of file CMP_curves.c.
References CMP_NODE_CURVE_VEC, NODE_CLASS_OP_VECTOR, node_composit_exec_curve_vec(), node_composit_init_curve_vec(), node_copy_curves(), node_free_curves(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_dblur | ( | ListBase * | lb | ) |
Definition at line 133 of file CMP_directionalblur.c.
References CMP_NODE_DBLUR, NODE_CLASS_OP_FILTER, node_composit_exec_dblur(), node_composit_init_dblur(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_defocus | ( | ListBase * | lb | ) |
Definition at line 877 of file CMP_defocus.c.
References CMP_NODE_DEFOCUS, NODE_CLASS_OP_FILTER, node_composit_exec_defocus(), node_composit_init_defocus(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_diff_matte | ( | ListBase * | lb | ) |
Definition at line 136 of file CMP_diffMatte.c.
References CMP_NODE_DIFF_MATTE, NODE_CLASS_MATTE, node_composit_exec_diff_matte(), node_composit_init_diff_matte(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_dilateerode | ( | ListBase * | lb | ) |
Definition at line 151 of file CMP_dilate.c.
References CMP_NODE_DILATEERODE, NODE_CLASS_OP_FILTER, node_composit_exec_dilateerode(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_displace | ( | ListBase * | lb | ) |
Definition at line 187 of file CMP_displace.c.
References CMP_NODE_DISPLACE, NODE_CLASS_DISTORT, node_composit_exec_displace(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_distance_matte | ( | ListBase * | lb | ) |
Definition at line 133 of file CMP_distanceMatte.c.
References CMP_NODE_DIST_MATTE, NODE_CLASS_MATTE, node_composit_exec_distance_matte(), node_composit_init_distance_matte(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_filter | ( | ListBase * | lb | ) |
Definition at line 225 of file CMP_filter.c.
References CMP_NODE_FILTER, NODE_CLASS_OP_FILTER, node_composit_exec_filter(), node_filter_label(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_label(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_flip | ( | ListBase * | lb | ) |
Definition at line 93 of file CMP_flip.c.
References CMP_NODE_FLIP, NODE_CLASS_DISTORT, node_composit_exec_flip(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_gamma | ( | ListBase * | lb | ) |
Definition at line 80 of file CMP_gamma.c.
References CMP_NODE_GAMMA, NODE_CLASS_OP_COLOR, node_composit_exec_gamma(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_glare | ( | ListBase * | lb | ) |
Definition at line 493 of file CMP_glare.c.
References CMP_NODE_GLARE, NODE_CLASS_OP_FILTER, node_composit_exec_glare(), node_composit_init_glare(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_hue_sat | ( | ListBase * | lb | ) |
Definition at line 107 of file CMP_hueSatVal.c.
References CMP_NODE_HUE_SAT, NODE_CLASS_OP_COLOR, node_composit_exec_hue_sat(), node_composit_init_hue_sat(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_huecorrect | ( | ListBase * | lb | ) |
Definition at line 156 of file CMP_huecorrect.c.
References CMP_NODE_HUECORRECT, NODE_CLASS_OP_COLOR, node_composit_exec_huecorrect(), node_composit_init_huecorrect(), node_copy_curves(), node_free_curves(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_idmask | ( | ListBase * | lb | ) |
Definition at line 112 of file CMP_idMask.c.
References CMP_NODE_ID_MASK, NODE_CLASS_CONVERTOR, node_composit_exec_idmask(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_image | ( | ListBase * | lb | ) |
Definition at line 308 of file CMP_image.c.
References CMP_NODE_IMAGE, NODE_CLASS_INPUT, node_composit_exec_image(), node_composit_init_image(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
| void register_node_type_cmp_invert | ( | ListBase * | lb | ) |
Definition at line 123 of file CMP_invert.c.
References CMP_NODE_INVERT, NODE_CLASS_OP_COLOR, node_composit_exec_invert(), node_composit_init_invert(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_lensdist | ( | ListBase * | lb | ) |
Definition at line 194 of file CMP_lensdist.c.
References CMP_NODE_LENSDIST, NODE_CLASS_DISTORT, node_composit_exec_lensdist(), node_composit_init_lensdist(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_luma_matte | ( | ListBase * | lb | ) |
Definition at line 111 of file CMP_lummaMatte.c.
References CMP_NODE_LUMA_MATTE, NODE_CLASS_MATTE, node_composit_exec_luma_matte(), node_composit_init_luma_matte(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_map_value | ( | ListBase * | lb | ) |
Definition at line 87 of file CMP_mapValue.c.
References CMP_NODE_MAP_VALUE, NODE_CLASS_OP_VECTOR, node_composit_exec_map_value(), node_composit_init_map_value(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_mapuv | ( | ListBase * | lb | ) |
Definition at line 167 of file CMP_mapUV.c.
References CMP_NODE_MAP_UV, NODE_CLASS_DISTORT, node_composit_exec_mapuv(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_math | ( | ListBase * | lb | ) |
Definition at line 200 of file CMP_math.c.
References CMP_NODE_MATH, NODE_CLASS_CONVERTOR, node_composit_exec_math(), node_math_label(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_label(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_mix_rgb | ( | ListBase * | lb | ) |
Definition at line 87 of file CMP_mixrgb.c.
References CMP_NODE_MIX_RGB, node_blend_label(), NODE_CLASS_OP_COLOR, node_composit_exec_mix_rgb(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_label(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_normal | ( | ListBase * | lb | ) |
Definition at line 85 of file CMP_normal.c.
References CMP_NODE_NORMAL, NODE_CLASS_OP_VECTOR, node_composit_exec_normal(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_normalize | ( | ListBase * | lb | ) |
Definition at line 106 of file CMP_normalize.c.
References CMP_NODE_NORMALIZE, NODE_CLASS_OP_VECTOR, node_composit_exec_normalize(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), node_type_storage(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
| void register_node_type_cmp_output_file | ( | ListBase * | lb | ) |
Definition at line 112 of file CMP_outputFile.c.
References CMP_NODE_OUTPUT_FILE, NODE_CLASS_OUTPUT, node_composit_exec_output_file(), node_composit_init_output_file(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
| void register_node_type_cmp_premulkey | ( | ListBase * | lb | ) |
Definition at line 66 of file CMP_premulkey.c.
References CMP_NODE_PREMULKEY, NODE_CLASS_CONVERTOR, node_composit_exec_premulkey(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_rgb | ( | ListBase * | lb | ) |
Definition at line 51 of file CMP_rgb.c.
References CMP_NODE_RGB, NODE_CLASS_INPUT, node_composit_exec_rgb(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
| void register_node_type_cmp_rgbtobw | ( | ListBase * | lb | ) |
Definition at line 142 of file CMP_valToRgb.c.
References CMP_NODE_RGBTOBW, NODE_CLASS_CONVERTOR, node_composit_exec_rgbtobw(), node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_rlayers | ( | ListBase * | lb | ) |
Definition at line 439 of file CMP_image.c.
References CMP_NODE_R_LAYERS, NODE_CLASS_INPUT, node_composit_exec_rlayers(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_size(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
| void register_node_type_cmp_rotate | ( | ListBase * | lb | ) |
Definition at line 130 of file CMP_rotate.c.
References CMP_NODE_ROTATE, NODE_CLASS_DISTORT, node_composit_exec_rotate(), node_composit_init_rotate(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_scale | ( | ListBase * | lb | ) |
Definition at line 117 of file CMP_scale.c.
References CMP_NODE_SCALE, NODE_CLASS_DISTORT, node_composit_exec_scale(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_sephsva | ( | ListBase * | lb | ) |
Definition at line 104 of file CMP_sepcombHSVA.c.
References CMP_NODE_SEPHSVA, NODE_CLASS_CONVERTOR, node_composit_exec_sephsva(), node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_seprgba | ( | ListBase * | lb | ) |
Definition at line 82 of file CMP_sepcombRGBA.c.
References CMP_NODE_SEPRGBA, NODE_CLASS_CONVERTOR, node_composit_exec_seprgba(), node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_sepycca | ( | ListBase * | lb | ) |
Definition at line 153 of file CMP_sepcombYCCA.c.
References CMP_NODE_SEPYCCA, NODE_CLASS_CONVERTOR, node_composit_exec_sepycca(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_sepyuva | ( | ListBase * | lb | ) |
Definition at line 104 of file CMP_sepcombYUVA.c.
References CMP_NODE_SEPYUVA, NODE_CLASS_CONVERTOR, node_composit_exec_sepyuva(), node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_setalpha | ( | ListBase * | lb | ) |
Definition at line 78 of file CMP_setalpha.c.
References CMP_NODE_SETALPHA, NODE_CLASS_CONVERTOR, node_composit_exec_setalpha(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_splitviewer | ( | ListBase * | lb | ) |
Definition at line 154 of file CMP_splitViewer.c.
References CMP_NODE_SPLITVIEWER, NODE_CLASS_OUTPUT, node_composit_exec_splitviewer(), node_composit_init_splitviewer(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
| void register_node_type_cmp_texture | ( | ListBase * | lb | ) |
Definition at line 147 of file CMP_texture.c.
References CMP_NODE_TEXTURE, NODE_CLASS_INPUT, node_composit_exec_texture(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_tonemap | ( | ListBase * | lb | ) |
Definition at line 166 of file CMP_tonemap.c.
References CMP_NODE_TONEMAP, NODE_CLASS_OP_COLOR, node_composit_exec_tonemap(), node_composit_init_tonemap(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_translate | ( | ListBase * | lb | ) |
Definition at line 64 of file CMP_translate.c.
References CMP_NODE_TRANSLATE, NODE_CLASS_DISTORT, node_composit_exec_translate(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_valtorgb | ( | ListBase * | lb | ) |
Definition at line 88 of file CMP_valToRgb.c.
References CMP_NODE_VALTORGB, NODE_CLASS_CONVERTOR, node_composit_exec_valtorgb(), node_composit_init_valtorgb(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_value | ( | ListBase * | lb | ) |
Definition at line 50 of file CMP_value.c.
References CMP_NODE_VALUE, NODE_CLASS_INPUT, node_composit_exec_value(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
| void register_node_type_cmp_vecblur | ( | ListBase * | lb | ) |
Definition at line 99 of file CMP_vecBlur.c.
References CMP_NODE_VECBLUR, NODE_CLASS_OP_FILTER, node_composit_exec_vecblur(), node_composit_init_vecblur(), node_copy_standard_storage(), node_free_standard_storage(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
| void register_node_type_cmp_view_levels | ( | ListBase * | lb | ) |
Definition at line 336 of file CMP_levels.c.
References CMP_NODE_VIEW_LEVELS, NODE_CLASS_OUTPUT, node_composit_exec_view_levels(), node_composit_init_view_levels(), NODE_OPTIONS, NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
| void register_node_type_cmp_viewer | ( | ListBase * | lb | ) |
Definition at line 136 of file CMP_viewer.c.
References CMP_NODE_VIEWER, NODE_CLASS_OUTPUT, node_composit_exec_viewer(), node_composit_init_viewer(), node_copy_standard_storage(), node_free_standard_storage(), NODE_PREVIEW, node_type_base(), node_type_exec(), node_type_init(), node_type_size(), node_type_storage(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
| void register_node_type_cmp_zcombine | ( | ListBase * | lb | ) |
Definition at line 227 of file CMP_zcombine.c.
References CMP_NODE_ZCOMBINE, NODE_CLASS_OP_COLOR, node_composit_exec_zcombine(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().