Blender V4.3
ED_id_management.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include "BLI_compiler_attrs.h"
12#include "BLI_string_ref.hh"
13
14struct ID;
15struct Main;
16
18bool ED_id_rename(Main &bmain, ID &id, blender::StringRefNull name);
bool ED_id_rename(Main &bmain, ID &id, blender::StringRefNull name)
Definition DNA_ID.h:413