|
Blender V4.3
|
Functions | |
| const EnumPropertyItem * | attribute_type_type_with_socket_fn (bContext *, PointerRNA *, PropertyRNA *, bool *r_free) |
| bool | generic_attribute_type_supported (const EnumPropertyItem &item) |
| const EnumPropertyItem * blender::nodes::enums::attribute_type_type_with_socket_fn | ( | bContext * | , |
| PointerRNA * | , | ||
| PropertyRNA * | , | ||
| bool * | r_free ) |
Definition at line 54 of file node_geometry_util.cc.
References CD_PROP_BYTE_COLOR, CD_PROP_FLOAT2, CD_PROP_INT8, ELEM, blender::nodes::enum_items_filter(), generic_attribute_type_supported(), rna_enum_attribute_type_items, and EnumPropertyItem::value.
Referenced by blender::nodes::node_geo_evaluate_at_index_cc::node_rna(), blender::nodes::node_geo_evaluate_on_domain_cc::node_rna(), blender::nodes::node_geo_input_named_attribute_cc::node_rna(), blender::nodes::node_geo_sample_nearest_surface_cc::node_rna(), blender::nodes::node_geo_sample_uv_surface_cc::node_rna(), and blender::nodes::node_geo_viewer_cc::node_rna().
| bool blender::nodes::enums::generic_attribute_type_supported | ( | const EnumPropertyItem & | item | ) |
Definition at line 67 of file node_geometry_util.cc.
References CD_PROP_BOOL, CD_PROP_BYTE_COLOR, CD_PROP_COLOR, CD_PROP_FLOAT, CD_PROP_FLOAT2, CD_PROP_FLOAT3, CD_PROP_FLOAT4X4, CD_PROP_INT32, CD_PROP_INT8, CD_PROP_QUATERNION, ELEM, and EnumPropertyItem::value.
Referenced by attribute_type_type_with_socket_fn(), and blender::nodes::node_geo_store_named_attribute_cc::node_rna().