|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 30 of file node_geo_store_named_attribute.cc.
References b, NodeGeometryStoreNamedAttribute::data_type, blender::nodes::SocketDeclaration::hide_label, and blender::nodes::SocketDeclaration::hide_value.
Referenced by node_register().
|
static |
Definition at line 63 of file node_geo_store_named_attribute.cc.
References CD_PROP_STRING, IFACE_, blender::nodes::NodeDeclaration::inputs, blender::nodes::NodeDeclaration::outputs, params, blender::nodes::search_link_ops_for_declarations(), SOCK_IN, and blender::bke::socket_type_to_custom_data_type().
Referenced by node_register().
|
static |
Definition at line 83 of file node_geo_store_named_attribute.cc.
References blender::bke::allow_procedural_attribute_access(), blender::bke::GeometryComponent::attribute_domain_size(), blender::bke::attribute_name_is_anonymous(), CD_PROP_BYTE_COLOR, CD_PROP_FLOAT2, CD_PROP_FLOAT3, CD_PROP_INT8, blender::bke::GeometryComponent::Curve, blender::bke::custom_data_type_to_cpp_type(), NodeGeometryStoreNamedAttribute::data_type, NodeGeometryStoreNamedAttribute::domain, ELEM, blender::bke::GeometrySet::get_component_for_write(), blender::bke::get_implicit_type_conversions(), blender::bke::GeometrySet::get_instances_for_write(), blender::bke::GeometrySet::get_mesh_for_write(), blender::bke::GeometryComponent::GreasePencil, blender::bke::GeometrySet::has(), blender::bke::GeometrySet::has_instances(), blender::bke::GeometryComponent::Instance, blender::bke::instance_position_varray_for_write(), blender::bke::GeometryComponent::Mesh, blender::bke::mesh_ensure_default_color_attribute_on_add(), blender::bke::GeometrySet::modify_geometry_sets(), blender::bke::no_procedural_access_message, params, blender::bke::GeometryComponent::PointCloud, rna_enum_attribute_domain_items, rna_enum_attribute_type_items, RNA_enum_name_from_value(), blender::fn::FieldEvaluator::set_selection(), TIP_, blender::bke::try_capture_field_on_geometry(), blender::bke::DataTypeConversions::try_convert(), and blender::bke::GeometryComponent::type().
Referenced by node_register().
|
static |
Definition at line 55 of file node_geo_store_named_attribute.cc.
References CD_PROP_FLOAT, and data.
Referenced by node_register().
|
static |
Definition at line 47 of file node_geo_store_named_attribute.cc.
References ptr, UI_ITEM_NONE, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_register().
|
static |
Definition at line 208 of file node_geo_store_named_attribute.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_ATTRIBUTE, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_gather_link_searches(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_size(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 183 of file node_geo_store_named_attribute.cc.
References CD_PROP_FLOAT, blender::nodes::enum_items_filter(), blender::nodes::enums::generic_attribute_type_supported(), NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), rna_enum_attribute_domain_items, and rna_enum_attribute_type_items.
Referenced by node_register().