|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static const auto & | get_add_fn () |
| static const auto & | get_sub_fn () |
| static void | set_points_position (bke::MutableAttributeAccessor attributes, const fn::FieldContext &field_context, const Field< bool > &selection_field, const Field< float3 > &position_field) |
| static void | set_curves_position (bke::CurvesGeometry &curves, const fn::FieldContext &field_context, const Field< bool > &selection_field, const Field< float3 > &position_field) |
| static void | set_position_in_grease_pencil (GreasePencil &grease_pencil, const Field< bool > &selection_field, const Field< float3 > &position_field) |
| static void | set_instances_position (bke::Instances &instances, const Field< bool > &selection_field, const Field< float3 > &position_field) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 24 of file node_geo_set_position.cc.
References b.
Referenced by node_geo_exec(), and set_curves_position().
|
static |
Definition at line 33 of file node_geo_set_position.cc.
References b.
Referenced by set_curves_position().
|
static |
Definition at line 15 of file node_geo_set_position.cc.
References b, blender::nodes::SocketDeclaration::hide_value, blender::nodes::implicit_field_inputs::position(), and PROP_TRANSLATION.
Referenced by node_register().
|
static |
Definition at line 120 of file node_geo_set_position.cc.
References blender::fn::FieldOperation::Create(), get_add_fn(), params, blender::bke::Point, set_curves_position(), set_instances_position(), set_points_position(), and set_position_in_grease_pencil().
Referenced by node_register().
|
static |
Definition at line 158 of file node_geo_set_position.cc.
References blender::bke::bNodeType::declare, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), and blender::bke::node_register_type().
|
static |
Definition at line 55 of file node_geo_set_position.cc.
References blender::bke::AttributeFieldInput::Create(), blender::fn::FieldOperation::Create(), get_add_fn(), get_sub_fn(), blender::bke::Point, set_points_position(), and blender::bke::try_capture_field_on_geometry().
Referenced by node_geo_exec(), and set_position_in_grease_pencil().
|
static |
Definition at line 98 of file node_geo_set_position.cc.
References blender::fn::FieldEvaluator::add_with_destination(), blender::fn::FieldEvaluator::evaluate(), blender::fn::FieldEvaluator::get_evaluated_selection_as_mask(), result, and blender::fn::FieldEvaluator::set_selection().
Referenced by node_geo_exec().
|
static |
Definition at line 42 of file node_geo_set_position.cc.
References blender::bke::Point, and blender::bke::try_capture_field_on_geometry().
Referenced by node_geo_exec(), and set_curves_position().
|
static |
Definition at line 79 of file node_geo_set_position.cc.
References blender::bke::Point, blender::bke::CurvesGeometry::points_num(), set_curves_position(), blender::bke::greasepencil::Drawing::strokes(), blender::bke::greasepencil::Drawing::strokes_for_write(), and blender::bke::greasepencil::Drawing::tag_positions_changed().
Referenced by node_geo_exec().