Blender V4.3
ed_id_management.cc File Reference
#include "MEM_guardedalloc.h"
#include "CLG_log.h"
#include "DNA_ID.h"
#include "BKE_lib_id.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 = {"ed.id_management"}
 

Function Documentation

◆ ED_id_rename()

Variable Documentation

◆ LOG

CLG_LogRef LOG = {"ed.id_management"}
static

We only need this locally.

Definition at line 23 of file ed_id_management.cc.

Referenced by ED_id_rename().