|
Blender V5.0
|
#include "BLT_translation.hh"#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, int dimensions) |
| static void | rna_def_node_socket_interface_vector (BlenderRNA *brna, const char *identifier, PropertySubType subtype, int dimensions) |
| 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_bundle (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_bundle (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_closure (BlenderRNA *brna, const char *identifier) |
| static void | rna_def_node_socket_interface_closure (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 690 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_funcs(), 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_name_property(), RNA_def_struct_path_func(), RNA_def_struct_refine_func(), RNA_def_struct_register_funcs(), RNA_def_struct_sdna(), RNA_def_struct_system_idprops_func(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_enum_node_socket_structure_type_items, 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_MULTI_INPUT, and SOCK_UNAVAIL.
Referenced by RNA_def_node_socket_subtypes().
|
static |
Definition at line 1201 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_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1694 of file rna_node_socket.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1715 of file rna_node_socket.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1736 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_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1403 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_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1022 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_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1673 of file rna_node_socket.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1628 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_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1112 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_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1224 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 1704 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 1725 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 1759 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 1426 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 1048 of file rna_node_socket.cc.
References BLT_I18NCONTEXT_UNIT, 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_translation_context(), 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 1683 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 1651 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 1153 of file rna_node_socket.cc.
References BLT_I18NCONTEXT_UNIT, 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_translation_context(), 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 1849 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 1304 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 1538 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 1606 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 1269 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 1572 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 1477 of file rna_node_socket.cc.
References BLT_I18NCONTEXT_UNIT, 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_translation_context(), 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 2106 of file rna_node_socket.cc.
References node_socket_subtypes, rna_def_node_socket_interface_bool(), rna_def_node_socket_interface_bundle(), rna_def_node_socket_interface_closure(), 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_BUNDLE, SOCK_CLOSURE, 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 1804 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 1345 of file rna_node_socket.cc.
References BLT_I18NCONTEXT_UNIT, NA_EDITED, NC_NODE, PROP_ANIMATABLE, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, rna_def_node_tree_interface_socket_builtin(), RNA_def_property(), RNA_def_property_array(), 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_int_sdna(), RNA_def_property_range(), RNA_def_property_translation_context(), 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 1826 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_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1292 of file rna_node_socket.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1512 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_ANIMATABLE, PROP_CONTEXT_UPDATE, PROP_ENUM, PROP_NONE, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_default_func(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_ui_name_func(), 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_icon(), RNA_def_struct_ui_text(), and rna_enum_dummy_NULL_items.
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1583 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_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1246 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_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1562 of file rna_node_socket.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 923 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 1448 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_FILEPATH, PROP_PATH_SUPPORTS_BLEND_RELATIVE, PROP_STRING, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_string_filepath_filter_func(), RNA_def_property_string_sdna(), RNA_def_property_ui_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
| void RNA_def_node_socket_subtypes | ( | BlenderRNA * | brna | ) |
Definition at line 2185 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 2029 of file rna_node_socket.cc.
References node_socket_subtypes, rna_def_node_socket_bool(), rna_def_node_socket_bundle(), rna_def_node_socket_closure(), 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_BUNDLE, SOCK_CLOSURE, 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_socket_subtypes().
|
static |
Definition at line 1781 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_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1317 of file rna_node_socket.cc.
References NA_EDITED, NC_NODE, PROP_CONTEXT_UPDATE, PROP_FLOAT, RNA_def_property(), RNA_def_property_array(), RNA_def_property_flag(), RNA_def_property_float_default_func(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_ui_name_func(), 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_icon(), and RNA_def_struct_ui_text().
Referenced by rna_def_node_socket_subtypes().
|
static |
Definition at line 1873 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 983 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_bundle(), rna_def_node_socket_interface_closure(), 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 1894 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().