|
Blender V4.3
|
|
static |
Definition at line 172 of file node_geo_attribute_capture.cc.
References blender::bke::AttributeFilter::allow_skip(), blender::Vector< T, InlineBufferCapacity, Allocator >::append(), blender::bke::attribute_name_is_anonymous(), blender::bke::GeometryComponent::attributes_for_write(), blender::Set< Key, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::contains(), blender::bke::AttributeIter::name, and blender::Vector< T, InlineBufferCapacity, Allocator >::remove().
Referenced by node_geo_exec().
|
static |
Definition at line 69 of file node_geo_attribute_capture.cc.
References RNA_float_get_array(), UI_EMBOSS_NONE, UI_ITEM_NONE, uiItemR(), uiLayoutRow(), uiLayoutSetEmboss(), and uiTemplateNodeSocket().
Referenced by node_layout_ex().
|
static |
Definition at line 292 of file node_geo_attribute_capture.cc.
References blender::nodes::socket_items::copy_array(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 26 of file node_geo_attribute_capture.cc.
References b, NodeGeometryAttributeCapture::capture_items, NodeGeometryAttributeCapture::capture_items_num, blender::nodes::CaptureAttributeItemsAccessor::input_socket_identifier_for_item(), blender::nodes::CaptureAttributeItemsAccessor::item_srna, blender::nodes::CaptureAttributeItemsAccessor::output_socket_identifier_for_item(), and tree.
Referenced by node_register().
|
static |
Definition at line 286 of file node_geo_attribute_capture.cc.
References blender::nodes::socket_items::destruct_array(), and MEM_freeN().
Referenced by node_register().
|
static |
Definition at line 302 of file node_geo_attribute_capture.cc.
References blender::nodes::socket_items::add_item_with_socket_type_and_name(), IFACE_, params, SOCK_GEOMETRY, and blender::nodes::CaptureAttributeItemsAccessor::supports_socket_type().
Referenced by node_register().
|
static |
Definition at line 200 of file node_geo_attribute_capture.cc.
References blender::Set< Key, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::add(), blender::Vector< T, InlineBufferCapacity, Allocator >::append(), NodeGeometryAttributeCapture::capture_items, NodeGeometryAttributeCapture::capture_items_num, clean_unused_attributes(), blender::bke::GeometryComponent::Curve, NodeGeometryAttributeCapture::domain, blender::bke::GeometrySet::get_component_for_write(), blender::bke::GeometryComponent::GreasePencil, blender::bke::GeometrySet::has(), blender::bke::GeometrySet::has_instances(), blender::Vector< T, InlineBufferCapacity, Allocator >::index_range(), blender::nodes::CaptureAttributeItemsAccessor::input_socket_identifier_for_item(), blender::bke::GeometryComponent::Instance, blender::bke::GeometryComponent::Mesh, blender::bke::GeometrySet::modify_geometry_sets(), blender::nodes::CaptureAttributeItemsAccessor::output_socket_identifier_for_item(), params, blender::bke::GeometryComponent::PointCloud, blender::Vector< T, InlineBufferCapacity, Allocator >::size(), TIP_, blender::bke::try_capture_fields_on_geometry(), and types.
Referenced by node_register().
|
static |
Definition at line 62 of file node_geo_attribute_capture.cc.
References data.
Referenced by node_register().
|
static |
Definition at line 280 of file node_geo_attribute_capture.cc.
References blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_register().
|
static |
Definition at line 55 of file node_geo_attribute_capture.cc.
References ptr, UI_ITEM_NONE, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_register().
|
static |
Definition at line 88 of file node_geo_attribute_capture.cc.
References PointerRNA::data, draw_item(), uiListType::idname, blender::nodes::CaptureAttributeItemsAccessor::item_srna, PointerRNA::owner_id, ptr, RNA_pointer_create(), STRNCPY, TIP_, UI_ITEM_NONE, UI_TEMPLATE_LIST_FLAG_NONE, uiItemEnumO(), uiItemO(), uiItemR(), uiLayoutColumn(), uiLayoutPanel(), uiLayoutRow(), uiLayoutSetPropDecorate(), uiLayoutSetPropSep(), UILST_LAYOUT_DEFAULT, uiTemplateList(), and WM_uilisttype_add().
Referenced by node_register().
|
static |
Definition at line 165 of file node_geo_attribute_capture.cc.
References NODE_OT_capture_attribute_item_add(), NODE_OT_capture_attribute_item_move(), NODE_OT_capture_attribute_item_remove(), and WM_operatortype_append().
Referenced by node_register().
|
static |
Definition at line 147 of file node_geo_attribute_capture.cc.
References blender::nodes::socket_items::ops::add_item(), and ot.
Referenced by node_operators().
|
static |
Definition at line 159 of file node_geo_attribute_capture.cc.
References blender::nodes::socket_items::ops::move_active_item(), and ot.
Referenced by node_operators().
|
static |
Definition at line 153 of file node_geo_attribute_capture.cc.
References ot, and blender::nodes::socket_items::ops::remove_active_item().
Referenced by node_operators().
|
static |
Definition at line 323 of file node_geo_attribute_capture.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::draw_buttons_ex, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::insert_link, NODE_CLASS_ATTRIBUTE, node_copy_storage(), node_declare(), node_free_storage(), node_gather_link_searches(), node_geo_exec(), node_init(), node_insert_link(), node_layout(), node_layout_ex(), node_operators(), blender::bke::node_register_type(), blender::bke::node_type_storage(), and blender::bke::bNodeType::register_operators.