Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_main.h
| Show First 20 Lines • Show All 106 Lines • ▼ Show 20 Lines | typedef struct Main { | ||||
| ListBase key; | ListBase key; | ||||
| ListBase world; | ListBase world; | ||||
| ListBase screen; | ListBase screen; | ||||
| ListBase vfont; | ListBase vfont; | ||||
| ListBase text; | ListBase text; | ||||
| ListBase speaker; | ListBase speaker; | ||||
| ListBase lightprobe; | ListBase lightprobe; | ||||
| ListBase sound; | ListBase sound; | ||||
| ListBase group; | ListBase collection; | ||||
| ListBase armature; | ListBase armature; | ||||
| ListBase action; | ListBase action; | ||||
| ListBase nodetree; | ListBase nodetree; | ||||
| ListBase brush; | ListBase brush; | ||||
| ListBase particle; | ListBase particle; | ||||
| ListBase palettes; | ListBase palettes; | ||||
| ListBase paintcurves; | ListBase paintcurves; | ||||
| ListBase wm; | ListBase wm; | ||||
| Show All 33 Lines | |||||