Blender V5.0
virtual_array.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
10
11#include <iostream>
12
14{
15 std::cout << "Warning: Call `save()` to make sure that changes persist in all cases.\n";
16}
void print_mutable_varray_span_warning()