|
Blender V5.0
|
#include "BLI_math_base.h"#include "BLI_math_matrix.hh"#include "BLI_math_rotation.hh"#include "GEO_transform.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 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 ¶ms, 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::register_node () |
Variables | |
| static EnumPropertyItem | blender::nodes::node_geo_transform_geometry_cc::mode_items [] |