|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static bool | is_constant_zero (const Field< int > &face_set) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 21 of file node_geo_tool_set_face_set.cc.
References blender::fn::FieldNode::depends_on_input(), blender::fn::evaluate_constant_field(), and blender::fn::GFieldBase< NodePtr >::node().
Referenced by node_geo_exec().
|
static |
Definition at line 13 of file node_geo_tool_set_face_set.cc.
References b, and blender::nodes::SocketDeclaration::hide_value.
Referenced by node_register().
|
static |
Definition at line 29 of file node_geo_tool_set_face_set.cc.
References blender::nodes::check_tool_context_and_error(), is_constant_zero(), is_zero(), blender::bke::GeometrySet::modify_geometry_sets(), params, and blender::bke::try_capture_field_on_geometry().
Referenced by node_register().
|
static |
Definition at line 56 of file node_geo_tool_set_face_set.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), blender::bke::node_register_type(), and blender::nodes::search_link_ops_for_tool_node().