Blender V4.3
node_geo_transform_geometry.cc File Reference
#include "BLI_math_matrix.hh"
#include "BLI_math_rotation.hh"
#include "BLI_task.hh"
#include "NOD_rna_define.hh"
#include "GEO_transform.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_geo_transform_geometry_cc
 

Functions

static void blender::nodes::node_geo_transform_geometry_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_transform_geometry_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static bool blender::nodes::node_geo_transform_geometry_cc::use_translate (const math::Quaternion &rotation, const float3 scale)
 
static void blender::nodes::node_geo_transform_geometry_cc::report_errors (GeoNodeExecParams &params, const geometry::TransformGeometryErrors &errors)
 
static void blender::nodes::node_geo_transform_geometry_cc::node_geo_exec (GeoNodeExecParams params)
 
static void blender::nodes::node_geo_transform_geometry_cc::node_rna (StructRNA *srna)
 
static void blender::nodes::node_geo_transform_geometry_cc::register_node ()