Blender  V3.3
Namespaces | Functions
node_geo_mesh_primitive_line.cc File Reference
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "BLI_task.hh"
#include "BKE_material.h"
#include "BKE_mesh.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "NOD_socket_search_link.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 
 blender::nodes::node_geo_mesh_primitive_line_cc
 

Functions

static void blender::nodes::node_geo_mesh_primitive_line_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_mesh_primitive_line_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void blender::nodes::node_geo_mesh_primitive_line_cc::node_init (bNodeTree *UNUSED(ntree), bNode *node)
 
static void blender::nodes::node_geo_mesh_primitive_line_cc::node_update (bNodeTree *ntree, bNode *node)
 
static void blender::nodes::node_geo_mesh_primitive_line_cc::node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void blender::nodes::node_geo_mesh_primitive_line_cc::node_geo_exec (GeoNodeExecParams params)
 
Meshblender::nodes::create_line_mesh (const float3 start, const float3 delta, int count)
 
void register_node_type_geo_mesh_primitive_line ()
 

Function Documentation

◆ register_node_type_geo_mesh_primitive_line()

void register_node_type_geo_mesh_primitive_line ( void  )