Blender
V3.3
|
#include <BKE_geometry_fields.hh>
Static Public Member Functions | |
template<typename T > | |
static fn::Field< T > | Create (StrongAnonymousAttributeID anonymous_id, std::string producer_name) |
Additional Inherited Members | |
![]() | |
enum class | Category { NamedAttribute = 0 , Generated = 1 , AnonymousAttribute = 2 , Unknown } |
![]() | |
const CPPType * | type_ |
std::string | debug_name_ |
Category | category_ = Category::Unknown |
![]() | |
std::shared_ptr< const FieldInputs > | field_inputs_ |
Definition at line 126 of file BKE_geometry_fields.hh.
|
inline |
Definition at line 136 of file BKE_geometry_fields.hh.
References blender::fn::FieldInput::AnonymousAttribute, and blender::fn::FieldInput::category_.
|
inlinestatic |
Definition at line 147 of file BKE_geometry_fields.hh.
References type.
|
overridevirtual |
Implements blender::bke::GeometryFieldInput.
Definition at line 896 of file attribute_access.cc.
References component(), blender::bke::cpp_type_to_custom_data_type(), blender::bke::OwnedAnonymousAttributeID< IsStrongReference >::get(), and blender::fn::FieldInput::type_.
|
overridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 911 of file attribute_access.cc.
References blender::bke::OwnedAnonymousAttributeID< IsStrongReference >::get(), blender::get_default_hash_2(), and blender::fn::FieldInput::type_.
|
overridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 916 of file attribute_access.cc.
References blender::bke::OwnedAnonymousAttributeID< IsStrongReference >::get(), and blender::fn::FieldInput::type_.
|
overridevirtual |
Reimplemented from blender::fn::FieldInput.
Definition at line 904 of file attribute_access.cc.
References blender::fn::FieldInput::debug_name_, and TIP_.