Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/intern/makesdna.c
| Show First 20 Lines • Show All 123 Lines • ▼ Show 20 Lines | static const char *includefiles[] = { | ||||
| "DNA_speaker_types.h", | "DNA_speaker_types.h", | ||||
| "DNA_movieclip_types.h", | "DNA_movieclip_types.h", | ||||
| "DNA_tracking_types.h", | "DNA_tracking_types.h", | ||||
| "DNA_dynamicpaint_types.h", | "DNA_dynamicpaint_types.h", | ||||
| "DNA_mask_types.h", | "DNA_mask_types.h", | ||||
| "DNA_rigidbody_types.h", | "DNA_rigidbody_types.h", | ||||
| "DNA_freestyle_types.h", | "DNA_freestyle_types.h", | ||||
| "DNA_linestyle_types.h", | "DNA_linestyle_types.h", | ||||
| "DNA_cachefile_types.h", | |||||
| /* see comment above before editing! */ | /* see comment above before editing! */ | ||||
| /* empty string to indicate end of includefiles */ | /* empty string to indicate end of includefiles */ | ||||
| "" | "" | ||||
| }; | }; | ||||
| static int maxdata = 500000, maxnr = 50000; | static int maxdata = 500000, maxnr = 50000; | ||||
| static int nr_names = 0; | static int nr_names = 0; | ||||
| ▲ Show 20 Lines • Show All 1,195 Lines • ▼ Show 20 Lines | |||||
| #include "DNA_speaker_types.h" | #include "DNA_speaker_types.h" | ||||
| #include "DNA_movieclip_types.h" | #include "DNA_movieclip_types.h" | ||||
| #include "DNA_tracking_types.h" | #include "DNA_tracking_types.h" | ||||
| #include "DNA_dynamicpaint_types.h" | #include "DNA_dynamicpaint_types.h" | ||||
| #include "DNA_mask_types.h" | #include "DNA_mask_types.h" | ||||
| #include "DNA_rigidbody_types.h" | #include "DNA_rigidbody_types.h" | ||||
| #include "DNA_freestyle_types.h" | #include "DNA_freestyle_types.h" | ||||
| #include "DNA_linestyle_types.h" | #include "DNA_linestyle_types.h" | ||||
| #include "DNA_cachefile_types.h" | |||||
| /* end of list */ | /* end of list */ | ||||