Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/intern/makesdna.c
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| "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", | "DNA_cachefile_types.h", | ||||
| "DNA_layer_types.h", | "DNA_layer_types.h", | ||||
| "DNA_workspace_types.h", | "DNA_workspace_types.h", | ||||
| "DNA_lightprobe_types.h", | "DNA_lightprobe_types.h", | ||||
| "DNA_profilewidget_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 */ | ||||
| "", | "", | ||||
| }; | }; | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| ▲ Show 20 Lines • Show All 184 Lines • ▼ Show 20 Lines | |||||
| #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" | #include "DNA_cachefile_types.h" | ||||
| #include "DNA_layer_types.h" | #include "DNA_layer_types.h" | ||||
| #include "DNA_workspace_types.h" | #include "DNA_workspace_types.h" | ||||
| #include "DNA_lightprobe_types.h" | #include "DNA_lightprobe_types.h" | ||||
| #include "DNA_profilewidget_types.h" | |||||
| /* end of list */ | /* end of list */ | ||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name DNA Renaming Sanity Check | /** \name DNA Renaming Sanity Check | ||||
| * | * | ||||
| Show All 15 Lines | |||||