Blender V2.61 - r43446
Functions

world.c File Reference

#include <string.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "DNA_world_types.h"
#include "DNA_scene_types.h"
#include "DNA_texture_types.h"
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "BLI_bpath.h"
#include "BKE_animsys.h"
#include "BKE_global.h"
#include "BKE_icons.h"
#include "BKE_library.h"
#include "BKE_main.h"
#include "BKE_node.h"
#include "BKE_world.h"

Go to the source code of this file.

Functions

void free_world (World *wrld)
Worldadd_world (const char *name)
Worldcopy_world (World *wrld)
Worldlocalize_world (World *wrld)
void make_local_world (World *wrld)

Detailed Description

Definition in file world.c.


Function Documentation

World* add_world ( const char *  name) [read]
World* copy_world ( World wrld) [read]
void free_world ( World wrld)
World* localize_world ( World wrld) [read]
void make_local_world ( World wrld)