|
Blender V5.0
|
|
static |
Definition at line 105 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(), and blender::bke::AttributeIter::name.
Referenced by node_geo_exec().
|
static |
Definition at line 268 of file node_geo_attribute_capture.cc.
References blender::nodes::socket_items::blend_read_data().
Referenced by node_register().
|
static |
Definition at line 263 of file node_geo_attribute_capture.cc.
References blender::nodes::socket_items::blend_write().
Referenced by node_register().
|
static |
Definition at line 225 of file node_geo_attribute_capture.cc.
References blender::nodes::socket_items::copy_array(), MEM_dupallocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 29 of file node_geo_attribute_capture.cc.
References b, NodeGeometryAttributeCapture::capture_items, NodeGeometryAttributeCapture::capture_items_num, blender::nodes::SocketDeclaration::description, blender::nodes::CaptureAttributeItemsAccessor::input_socket_identifier_for_item(), blender::nodes::CaptureAttributeItemsAccessor::item_srna, node_declare(), blender::nodes::CaptureAttributeItemsAccessor::output_socket_identifier_for_item(), blender::nodes::SocketDeclaration::structure_type, and tree.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 219 of file node_geo_attribute_capture.cc.
References blender::nodes::socket_items::destruct_array(), MEM_freeN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 235 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 133 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(), NodeGeometryAttributeCapture::domain, blender::geometry::foreach_real_geometry(), blender::bke::GeometrySet::get_component_for_write(), blender::bke::GeometrySet::has(), blender::bke::GeometrySet::has_instances(), i, blender::Vector< T, InlineBufferCapacity, Allocator >::index_range(), blender::nodes::Info, blender::nodes::CaptureAttributeItemsAccessor::input_socket_identifier_for_item(), blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), blender::nodes::CaptureAttributeItemsAccessor::output_socket_identifier_for_item(), params, blender::Vector< T, InlineBufferCapacity, Allocator >::size(), TIP_, blender::bke::try_capture_fields_on_geometry(), and types.
Referenced by node_register().
Definition at line 72 of file node_geo_attribute_capture.cc.
References data, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 213 of file node_geo_attribute_capture.cc.
References params, and blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_register().
|
static |
Definition at line 256 of file node_geo_attribute_capture.cc.
Referenced by node_register().
|
static |
Definition at line 65 of file node_geo_attribute_capture.cc.
References uiLayout::prop(), ptr, UI_ITEM_NONE, uiLayout::use_property_decorate_set(), and uiLayout::use_property_split_set().
Referenced by node_register().
|
static |
Definition at line 79 of file node_geo_attribute_capture.cc.
References C, blender::nodes::socket_items::ui::draw_active_item_props(), blender::nodes::socket_items::ui::draw_items_list_with_operators(), IFACE_, uiLayout::panel(), uiLayout::prop(), ptr, tree, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 100 of file node_geo_attribute_capture.cc.
References blender::nodes::socket_items::ops::make_common_operators().
Referenced by node_register().
|
static |
Definition at line 273 of file node_geo_attribute_capture.cc.
References blender::bke::bNodeType::blend_data_read_storage_content, blender::bke::bNodeType::blend_write_storage_content, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::draw_buttons_ex, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, GEO_NODE_CAPTURE_ATTRIBUTE, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::insert_link, blender::bke::bNodeType::internally_linked_input, blender::bke::bNodeType::nclass, node_blend_read(), node_blend_write(), NODE_CLASS_ATTRIBUTE, node_copy_storage(), node_declare(), node_free_storage(), node_gather_link_searches(), node_geo_exec(), node_init(), node_insert_link(), node_internally_linked_input(), node_layout(), node_layout_ex(), node_operators(), blender::bke::node_register_type(), blender::bke::node_type_storage(), blender::bke::bNodeType::register_operators, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.