Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/intern/makesdna.c
| Show First 20 Lines • Show All 112 Lines • ▼ Show 20 Lines | static const char *includefiles[] = { | ||||
| "DNA_particle_types.h", | "DNA_particle_types.h", | ||||
| "DNA_cloth_types.h", | "DNA_cloth_types.h", | ||||
| "DNA_gpencil_types.h", | "DNA_gpencil_types.h", | ||||
| "DNA_gpencil_modifier_types.h", | "DNA_gpencil_modifier_types.h", | ||||
| "DNA_shader_fx_types.h", | "DNA_shader_fx_types.h", | ||||
| "DNA_windowmanager_types.h", | "DNA_windowmanager_types.h", | ||||
| "DNA_anim_types.h", | "DNA_anim_types.h", | ||||
| "DNA_boid_types.h", | "DNA_boid_types.h", | ||||
| "DNA_smoke_types.h", | "DNA_manta_types.h", | ||||
| "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", | ||||
| ▲ Show 20 Lines • Show All 1,444 Lines • ▼ Show 20 Lines | |||||
| #include "DNA_particle_types.h" | #include "DNA_particle_types.h" | ||||
| #include "DNA_cloth_types.h" | #include "DNA_cloth_types.h" | ||||
| #include "DNA_gpencil_types.h" | #include "DNA_gpencil_types.h" | ||||
| #include "DNA_gpencil_modifier_types.h" | #include "DNA_gpencil_modifier_types.h" | ||||
| #include "DNA_shader_fx_types.h" | #include "DNA_shader_fx_types.h" | ||||
| #include "DNA_windowmanager_types.h" | #include "DNA_windowmanager_types.h" | ||||
| #include "DNA_anim_types.h" | #include "DNA_anim_types.h" | ||||
| #include "DNA_boid_types.h" | #include "DNA_boid_types.h" | ||||
| #include "DNA_smoke_types.h" | #include "DNA_manta_types.h" | ||||
| #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" | ||||
| Show All 28 Lines | |||||