Blender V5.0
ed_id_management.cc File Reference
#include "CLG_log.h"
#include "DNA_ID.h"
#include "BKE_lib_id.hh"
#include "BKE_library.hh"
#include "BKE_main.hh"
#include "WM_api.hh"
#include "ED_id_management.hh"

Go to the source code of this file.

Functions

bool ED_id_rename (Main &bmain, ID &id, blender::StringRefNull name)

Variables

static CLG_LogRef LOG = {"lib.id_management"}

Function Documentation

◆ ED_id_rename()

Variable Documentation

◆ LOG

CLG_LogRef LOG = {"lib.id_management"}
static

We only need this locally.

Definition at line 22 of file ed_id_management.cc.