Blender  V3.3
Classes | Namespaces | Functions
node_geo_curve_primitive_quadrilateral.cc File Reference
#include "BKE_curves.hh"
#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.

Classes

class  blender::nodes::node_geo_curve_primitive_quadrilateral_cc::SocketSearchOp
 

Namespaces

 blender
 
 blender::nodes
 
 blender::nodes::node_geo_curve_primitive_quadrilateral_cc
 

Functions

static void blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_update (bNodeTree *ntree, bNode *node)
 
static void blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void blender::nodes::node_geo_curve_primitive_quadrilateral_cc::create_rectangle_curve (MutableSpan< float3 > positions, const float height, const float width)
 
static void blender::nodes::node_geo_curve_primitive_quadrilateral_cc::create_points_curve (MutableSpan< float3 > positions, const float3 &p1, const float3 &p2, const float3 &p3, const float3 &p4)
 
static void blender::nodes::node_geo_curve_primitive_quadrilateral_cc::create_parallelogram_curve (MutableSpan< float3 > positions, const float height, const float width, const float offset)
 
static void blender::nodes::node_geo_curve_primitive_quadrilateral_cc::create_trapezoid_curve (MutableSpan< float3 > positions, const float bottom, const float top, const float offset, const float height)
 
static void blender::nodes::node_geo_curve_primitive_quadrilateral_cc::create_kite_curve (MutableSpan< float3 > positions, const float width, const float bottom_height, const float top_height)
 
static void blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_geo_exec (GeoNodeExecParams params)
 
void register_node_type_geo_curve_primitive_quadrilateral ()
 

Function Documentation

◆ register_node_type_geo_curve_primitive_quadrilateral()

void register_node_type_geo_curve_primitive_quadrilateral ( void  )