|
static bool | blender::nodes::use_translate (const float3 rotation, const float3 scale) |
|
static void | blender::nodes::translate_mesh (Mesh &mesh, const float3 translation) |
|
static void | blender::nodes::transform_mesh (Mesh &mesh, const float4x4 &transform) |
|
static void | blender::nodes::translate_pointcloud (PointCloud &pointcloud, const float3 translation) |
|
static void | blender::nodes::transform_pointcloud (PointCloud &pointcloud, const float4x4 &transform) |
|
static void | blender::nodes::translate_instances (InstancesComponent &instances, const float3 translation) |
|
static void | blender::nodes::transform_instances (InstancesComponent &instances, const float4x4 &transform) |
|
static void | blender::nodes::transform_volume (GeoNodeExecParams ¶ms, Volume &volume, const float4x4 &transform, const Depsgraph &depsgraph) |
|
static void | blender::nodes::translate_volume (GeoNodeExecParams ¶ms, Volume &volume, const float3 translation, const Depsgraph &depsgraph) |
|
static void | blender::nodes::transform_curve_edit_hints (bke::CurvesEditHints &edit_hints, const float4x4 &transform) |
|
static void | blender::nodes::translate_curve_edit_hints (bke::CurvesEditHints &edit_hints, const float3 &translation) |
|
static void | blender::nodes::translate_geometry_set (GeoNodeExecParams ¶ms, GeometrySet &geometry, const float3 translation, const Depsgraph &depsgraph) |
|
void | blender::nodes::transform_geometry_set (GeoNodeExecParams ¶ms, GeometrySet &geometry, const float4x4 &transform, const Depsgraph &depsgraph) |
|
void | blender::nodes::transform_mesh (Mesh &mesh, const float3 translation, const float3 rotation, const float3 scale) |
|
static void | blender::nodes::node_geo_transform_cc::node_declare (NodeDeclarationBuilder &b) |
|
static void | blender::nodes::node_geo_transform_cc::node_geo_exec (GeoNodeExecParams params) |
|
void | register_node_type_geo_transform () |
|