Blender V4.5
BKE_attribute_storage_blend_write.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
8
9#include "BLI_map.hh"
10
12
13namespace blender::bke {
14
23 const Map<AttrDomain, Vector<CustomDataLayer, 16> *> &layers_to_write,
25
26} // namespace blender::bke
BMesh const char void * data
void attribute_storage_blend_write_prepare(AttributeStorage &data, const Map< AttrDomain, Vector< CustomDataLayer, 16 > * > &layers_to_write, AttributeStorage::BlendWriteData &write_data)