Blender  V2.93
Namespaces | Functions | Variables
node_geo_collection_info.cc File Reference
#include "BLI_math_matrix.h"
#include "DNA_collection_types.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 

Functions

static void geo_node_collection_info_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void blender::nodes::geo_node_collection_info_exec (GeoNodeExecParams params)
 
static void blender::nodes::geo_node_collection_info_node_init (bNodeTree *UNUSED(tree), bNode *node)
 
void register_node_type_geo_collection_info ()
 

Variables

static bNodeSocketTemplate geo_node_collection_info_in []
 
static bNodeSocketTemplate geo_node_collection_info_out []
 

Function Documentation

◆ geo_node_collection_info_layout()

static void geo_node_collection_info_layout ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

Definition at line 36 of file node_geo_collection_info.cc.

References ptr, UI_ITEM_R_EXPAND, and uiItemR().

Referenced by register_node_type_geo_collection_info().

◆ register_node_type_geo_collection_info()

void register_node_type_geo_collection_info ( void  )

Variable Documentation

◆ geo_node_collection_info_in

bNodeSocketTemplate geo_node_collection_info_in[]
static
Initial value:
= {
{SOCK_COLLECTION, N_("Collection")},
{-1, ""},
}
#define N_(msgid)
@ SOCK_COLLECTION

Definition at line 26 of file node_geo_collection_info.cc.

Referenced by register_node_type_geo_collection_info().

◆ geo_node_collection_info_out

bNodeSocketTemplate geo_node_collection_info_out[]
static
Initial value:
= {
{SOCK_GEOMETRY, N_("Geometry")},
{-1, ""},
}
@ SOCK_GEOMETRY

Definition at line 31 of file node_geo_collection_info.cc.

Referenced by register_node_type_geo_collection_info().