Blender V2.61 - r43446
Functions

BKE_lamp.h File Reference

General operations, lookup, etc. for blender lamps. More...

Go to the source code of this file.

Functions

void * add_lamp (const char *name)
struct Lampcopy_lamp (struct Lamp *la)
struct Lamplocalize_lamp (struct Lamp *la)
void make_local_lamp (struct Lamp *la)
void free_lamp (struct Lamp *la)

Detailed Description

General operations, lookup, etc. for blender lamps.

Definition in file BKE_lamp.h.


Function Documentation

void* add_lamp ( const char *  name)
struct Lamp* copy_lamp ( struct Lamp la) [read]
void free_lamp ( struct Lamp la)
struct Lamp* localize_lamp ( struct Lamp la) [read]
void make_local_lamp ( struct Lamp la)