Blender V2.61 - r43446
|
#include "DNA_listBase.h"
Go to the source code of this file.
Classes | |
struct | Main |
Typedefs | |
typedef struct Main | Main |
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.