Blender V4.3
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
6
7#include <iostream>
8
10{
11 std::cout << "Warning: Call `save()` to make sure that changes persist in all cases.\n";
12}
void print_mutable_varray_span_warning()