Blender V2.61 - r43446
Classes | Typedefs

BKE_main.h File Reference

#include "DNA_listBase.h"

Go to the source code of this file.

Classes

struct  Main

Typedefs

typedef struct Main Main

Detailed Description

Since:
March 2001
Author:
nzc

Main struct

Main is the root of the 'database' of a Blender context. All data is stuffed into lists, and all these lists are knotted to here. A Blender file is not much more but a binary dump of these lists. This list of lists is not serialized itself.

Oops... this should be a _types.h file.

Definition in file BKE_main.h.


Typedef Documentation

typedef struct Main Main