|
Blender V5.0
|
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 24 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, blender::nodes::SocketDeclaration::description, and blender::nodes::SocketDeclaration::hide_value.
Referenced by node_register().
|
static |
Definition at line 32 of file node_geo_tool_set_face_set.cc.
References blender::nodes::check_tool_context_and_error(), blender::geometry::foreach_real_geometry(), is_constant_zero(), is_zero(), params, and blender::bke::try_capture_field_on_geometry().
Referenced by node_register().
|
static |
Definition at line 59 of file node_geo_tool_set_face_set.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, GEO_NODE_TOOL_SET_FACE_SET, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), blender::bke::node_register_type(), blender::nodes::search_link_ops_for_tool_node(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.