|
Blender V5.0
|
#include <BKE_geometry_fields.hh>
Inherits blender::bke::GeometryFieldInput.
Static Public Member Functions | |
| static fn::Field< bool > | from (std::string name) |
Additional Inherited Members | |
| Public Types inherited from blender::fn::FieldInput | |
| enum class | Category { NamedAttribute = 0 , Generated = 1 , AnonymousAttribute = 2 , Unknown } |
| Protected Attributes inherited from blender::fn::FieldInput | |
| const CPPType * | type_ |
| std::string | debug_name_ |
| Category | category_ = Category::Unknown |
| Protected Attributes inherited from blender::fn::FieldNode | |
| std::shared_ptr< const FieldInputs > | field_inputs_ |
Definition at line 320 of file BKE_geometry_fields.hh.
|
inline |
Definition at line 325 of file BKE_geometry_fields.hh.
References blender::fn::FieldInput::category_, blender::fn::FieldInput::Generated, and name.
|
inlinestatic |
Definition at line 331 of file BKE_geometry_fields.hh.
References blender::CPPType::get(), and name.
Referenced by blender::nodes::node_geo_input_named_attribute_cc::node_geo_exec(), and blender::nodes::node_geo_tool_face_set_cc::node_geo_exec().
|
finalvirtual |
Implements blender::bke::GeometryFieldInput.
Definition at line 429 of file geometry_fields.cc.
References blender::bke::CurvesGeometry::attributes(), blender::bke::AttributeAccessor::contains(), blender::bke::AttributeAccessor::domain_size(), blender::VArray< T >::from_single(), blender::bke::GeometryComponent::GreasePencil, blender::bke::Layer, and blender::bke::greasepencil::Drawing::strokes().