Blender V5.0
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
8
9#pragma once
10
11#include "BLI_string_ref.hh"
12
13struct ID;
14struct Main;
15
bool ED_id_rename(Main &bmain, ID &id, blender::StringRefNull name)
const char * name
Definition DNA_ID.h:414