|
Blender V4.3
|
#include "BLI_math_vector.h"#include "DNA_node_types.h"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "RNA_types.hh"#include "rna_internal.hh"#include "WM_api.hh"Go to the source code of this file.
Classes | |
| struct | bNodeSocketStaticTypeInfo |
Functions | |
| static void | rna_def_node_socket (BlenderRNA *brna) |
| static void | rna_def_node_socket_standard (BlenderRNA *brna) |
| static void | rna_def_node_tree_interface_socket_builtin (StructRNA *srna) |
| static void | rna_def_node_socket_float (BlenderRNA *brna, const char *identifier, PropertySubType subtype) |
| static void | rna_def_node_socket_interface_float (BlenderRNA *brna, const char *identifier, PropertySubType subtype) |
| static void | rna_def_node_socket_int (BlenderRNA *brna, const char *identifier, PropertySubType subtype) |
| static void | rna_def_node_socket_interface_int (BlenderRNA *brna, const char *identifier, PropertySubType subtype) |
| static void | rna_def_node_socket_bool (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_bool (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_rotation (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_rotation (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_matrix (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_matrix (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_vector (BlenderRNA *brna, const char *identifier, PropertySubType subtype) |
| static void | rna_def_node_socket_interface_vector (BlenderRNA *brna, const char *identifier, PropertySubType subtype) |
| static void | rna_def_node_socket_color (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_color (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_string (BlenderRNA *brna, const char *identifier, PropertySubType subtype) |
| static void | rna_def_node_socket_interface_string (BlenderRNA *brna, const char *identifier, PropertySubType subtype) |
| static void | rna_def_node_socket_menu (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_menu (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_shader (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_shader (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_object (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_object (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_image (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_image (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_geometry (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_geometry (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_collection (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_collection (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_texture (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_texture (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_material (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_material (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_virtual (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_subtypes (BlenderRNA *brna) |
| void | rna_def_node_socket_interface_subtypes (BlenderRNA *brna) |
| void | RNA_def_node_socket_subtypes (BlenderRNA *brna) |
Variables | |
| const EnumPropertyItem | rna_enum_node_socket_type_items [] |
| static const bNodeSocketStaticTypeInfo | node_socket_subtypes [] |
|
static |
Definition at line 525 of file rna_node_socket.cc.
References FUNC_NO_SELF, FUNC_REGISTER, FUNC_REGISTER_OPTIONAL, NA_EDITED, NC_NODE, ND_DISPLAY, ND_NODE_GIZMO, PARM_REQUIRED, PARM_RNAPTR, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_INT, PROP_NEVER_NULL, PROP_NO_DEG_UPDATE, PROP_NONE, PROP_POINTER, PROP_PTR_NO_OWNERSHIP, PROP_REGISTER, PROP_REGISTER_OPTIONAL, PROP_STRING, PROPOVERRIDE_NO_COMPARISON, RNA_def_float_array(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_output(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_default(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_idprops_func(), RNA_def_struct_name_property(), RNA_def_struct_path_func(), RNA_def_struct_refine_func(), RNA_def_struct_register_funcs(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_enum_node_socket_type_items, SOCK_COLLAPSED, SOCK_DISPLAY_SHAPE_CIRCLE, SOCK_DISPLAY_SHAPE_CIRCLE_DOT, SOCK_DISPLAY_SHAPE_DIAMOND, SOCK_DISPLAY_SHAPE_DIAMOND_DOT, SOCK_DISPLAY_SHAPE_SQUARE, SOCK_DISPLAY_SHAPE_SQUARE_DOT, SOCK_FLOAT, SOCK_GIZMO_PIN, SOCK_HIDDEN, SOCK_HIDE_VALUE, SOCK_IS_LINKED, SOCK_MULTI_INPUT, and SOCK_UNAVAIL.
Referenced by RNA_def_node_socket_subtypes().
|
static |
Definition at line 991 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_BOOLEAN, PROP_CONTEXT_UPDATE, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_default_func(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1444 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ID_REFCOUNT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1173 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_COLOR, PROP_CONTEXT_UPDATE, PROP_FLOAT, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_float_default_func(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 818 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_FLOAT, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_float_default_func(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1424 of file rna_node_socket.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1381 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ID_REFCOUNT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 905 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_FACTOR, PROP_INT, PROP_PERCENTAGE, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_int_default(), RNA_def_property_int_default_func(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1012 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_NONE, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1465 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_EDITABLE, PROP_ID_REFCOUNT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1194 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_ANIMATABLE, PROP_COLOR, PROP_FLOAT, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 842 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_ANIMATABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_NONE, PROP_PERCENTAGE, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), RNA_def_struct_ui_text(), and rna_enum_dummy_DEFAULT_items.
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1433 of file rna_node_socket.cc.
References rna_def_node_tree_interface_socket_builtin(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1402 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_EDITABLE, PROP_ID_REFCOUNT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 944 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_ANIMATABLE, PROP_ENUM, PROP_INT, PROP_NONE, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), RNA_def_struct_ui_text(), and rna_enum_dummy_DEFAULT_items.
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1551 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_EDITABLE, PROP_ID_REFCOUNT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1089 of file rna_node_socket.cc.
References rna_def_node_tree_interface_socket_builtin(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1294 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_ANIMATABLE, PROP_ENUM, PROP_NONE, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), RNA_def_struct_ui_text(), and rna_enum_dummy_NULL_items.
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1359 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_EDITABLE, PROP_ID_REFCOUNT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1055 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_ANIMATABLE, PROP_EULER, PROP_FLOAT, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1327 of file rna_node_socket.cc.
References rna_def_node_tree_interface_socket_builtin(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1238 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_ANIMATABLE, PROP_ENUM, PROP_NONE, PROP_STRING, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), RNA_def_struct_ui_text(), and rna_enum_dummy_DEFAULT_items.
Referenced by rna_def_node_socket_interface_subtypes().
| void rna_def_node_socket_interface_subtypes | ( | BlenderRNA * | brna | ) |
Definition at line 1731 of file rna_node_socket.cc.
References node_socket_subtypes, rna_def_node_socket_interface_bool(), rna_def_node_socket_interface_collection(), rna_def_node_socket_interface_color(), rna_def_node_socket_interface_float(), rna_def_node_socket_interface_geometry(), rna_def_node_socket_interface_image(), rna_def_node_socket_interface_int(), rna_def_node_socket_interface_material(), rna_def_node_socket_interface_matrix(), rna_def_node_socket_interface_menu(), rna_def_node_socket_interface_object(), rna_def_node_socket_interface_rotation(), rna_def_node_socket_interface_shader(), rna_def_node_socket_interface_string(), rna_def_node_socket_interface_texture(), rna_def_node_socket_interface_vector(), SOCK_BOOLEAN, SOCK_COLLECTION, SOCK_CUSTOM, SOCK_FLOAT, SOCK_GEOMETRY, SOCK_IMAGE, SOCK_INT, SOCK_MATERIAL, SOCK_MATRIX, SOCK_MENU, SOCK_OBJECT, SOCK_RGBA, SOCK_ROTATION, SOCK_SHADER, SOCK_STRING, SOCK_TEXTURE, and SOCK_VECTOR.
Referenced by RNA_def_node_tree_interface().
|
static |
Definition at line 1508 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_EDITABLE, PROP_ID_REFCOUNT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1126 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_ANIMATABLE, PROP_ENUM, PROP_FLOAT, PROP_NONE, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), RNA_def_struct_ui_text(), and rna_enum_dummy_DEFAULT_items.
Referenced by rna_def_node_socket_interface_subtypes().
|
static |
Definition at line 1530 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ID_REFCOUNT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1078 of file rna_node_socket.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1272 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_ENUM, PROP_NONE, RNA_def_property(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), RNA_def_struct_ui_text(), and rna_enum_dummy_NULL_items.
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1338 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ID_REFCOUNT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1034 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_EULER, PROP_FLOAT, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1318 of file rna_node_socket.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 719 of file rna_node_socket.cc.
References FUNC_NO_SELF, FUNC_REGISTER_OPTIONAL, FUNC_USE_SELF_ID, FUNC_USE_SELF_TYPE, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_float_array(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_output(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), and RNA_def_struct_sdna().
Referenced by RNA_def_node_socket_subtypes().
|
static |
Definition at line 1216 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_STRING, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
| void RNA_def_node_socket_subtypes | ( | BlenderRNA * | brna | ) |
Definition at line 1792 of file rna_node_socket.cc.
References rna_def_node_socket(), rna_def_node_socket_standard(), and rna_def_node_socket_subtypes().
|
static |
Definition at line 1665 of file rna_node_socket.cc.
References node_socket_subtypes, rna_def_node_socket_bool(), rna_def_node_socket_collection(), rna_def_node_socket_color(), rna_def_node_socket_float(), rna_def_node_socket_geometry(), rna_def_node_socket_image(), rna_def_node_socket_int(), rna_def_node_socket_material(), rna_def_node_socket_matrix(), rna_def_node_socket_menu(), rna_def_node_socket_object(), rna_def_node_socket_rotation(), rna_def_node_socket_shader(), rna_def_node_socket_string(), rna_def_node_socket_texture(), rna_def_node_socket_vector(), rna_def_node_socket_virtual(), SOCK_BOOLEAN, SOCK_COLLECTION, SOCK_CUSTOM, SOCK_FLOAT, SOCK_GEOMETRY, SOCK_IMAGE, SOCK_INT, SOCK_MATERIAL, SOCK_MATRIX, SOCK_MENU, SOCK_OBJECT, SOCK_RGBA, SOCK_ROTATION, SOCK_SHADER, SOCK_STRING, SOCK_TEXTURE, SOCK_VECTOR, and bNodeSocketStaticTypeInfo::socket_identifier.
Referenced by RNA_def_node_socket_subtypes().
|
static |
Definition at line 1487 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ID_REFCOUNT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1102 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_FLOAT, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_float_default_func(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1575 of file rna_node_socket.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 779 of file rna_node_socket.cc.
References FUNC_ALLOW_WRITE, FUNC_USE_SELF_ID, PARM_REQUIRED, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), and RNA_def_string().
Referenced by rna_def_node_socket_interface_bool(), rna_def_node_socket_interface_collection(), rna_def_node_socket_interface_color(), rna_def_node_socket_interface_float(), rna_def_node_socket_interface_geometry(), rna_def_node_socket_interface_image(), rna_def_node_socket_interface_int(), rna_def_node_socket_interface_material(), rna_def_node_socket_interface_matrix(), rna_def_node_socket_interface_menu(), rna_def_node_socket_interface_object(), rna_def_node_socket_interface_rotation(), rna_def_node_socket_interface_shader(), rna_def_node_socket_interface_string(), rna_def_node_socket_interface_texture(), and rna_def_node_socket_interface_vector().
|
static |
Definition at line 1596 of file rna_node_socket.cc.
Referenced by rna_def_node_socket_interface_subtypes(), and rna_def_node_socket_subtypes().
| const EnumPropertyItem rna_enum_node_socket_type_items[] |
Definition at line 21 of file rna_node_socket.cc.
Referenced by def_sh_script(), rna_def_internal_node(), and rna_def_node_socket().