Blender
V3.3
|
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static void | node_init (bNodeTree *UNUSED(tree), bNode *node) |
static void | node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static eNodeSocketDatatype | custom_data_type_to_socket_type (const eCustomDataType type) |
static void | node_update (bNodeTree *ntree, bNode *node) |
static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
|
static |
Definition at line 42 of file node_geo_viewer.cc.
References BLI_assert_unreachable, CD_PROP_BOOL, CD_PROP_COLOR, CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_INT32, SOCK_BOOLEAN, SOCK_FLOAT, SOCK_INT, SOCK_RGBA, SOCK_VECTOR, and type.
Referenced by node_update().
|
static |
Definition at line 19 of file node_geo_viewer.cc.
References usdtokens::b(), and N_.
Referenced by register_node_type_geo_viewer().
|
static |
Definition at line 75 of file node_geo_viewer.cc.
References CD_PROP_BOOL, CD_PROP_COLOR, CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_INT32, CTX_data_main(), CTX_wm_space_node(), ED_node_set_active(), ED_spreadsheet_context_paths_set_geometry_node(), ELEM, IFACE_, LISTBASE_FOREACH, node, blender::nodes::node_socket_to_custom_data_type(), nodeAddLink(), params, SOCK_GEOMETRY, SOCK_HIDDEN, SOCK_OUT, SOCK_UNAVAIL, and type.
Referenced by register_node_type_geo_viewer().
|
static |
Definition at line 29 of file node_geo_viewer.cc.
References CD_PROP_FLOAT, data, and node.
|
static |
Definition at line 37 of file node_geo_viewer.cc.
References ptr, and uiItemR().
Referenced by register_node_type_geo_viewer().
|
static |
Definition at line 61 of file node_geo_viewer.cc.
References custom_data_type_to_socket_type(), NodeGeometryViewer::data_type, LISTBASE_FOREACH, node, nodeSetSocketAvailability(), ntree, SOCK_GEOMETRY, and bNodeTree::type.
Referenced by register_node_type_geo_viewer().