Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/intern/makesdna.c
| Show First 20 Lines • Show All 107 Lines • ▼ Show 20 Lines | static const char *includefiles[] = { | ||||
| "DNA_nla_types.h", | "DNA_nla_types.h", | ||||
| "DNA_node_types.h", | "DNA_node_types.h", | ||||
| "DNA_color_types.h", | "DNA_color_types.h", | ||||
| "DNA_brush_types.h", | "DNA_brush_types.h", | ||||
| "DNA_customdata_types.h", | "DNA_customdata_types.h", | ||||
| "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_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_smoke_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", | ||||
| ▲ Show 20 Lines • Show All 1,208 Lines • ▼ Show 20 Lines | |||||
| #include "DNA_nla_types.h" | #include "DNA_nla_types.h" | ||||
| #include "DNA_node_types.h" | #include "DNA_node_types.h" | ||||
| #include "DNA_color_types.h" | #include "DNA_color_types.h" | ||||
| #include "DNA_brush_types.h" | #include "DNA_brush_types.h" | ||||
| #include "DNA_customdata_types.h" | #include "DNA_customdata_types.h" | ||||
| #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_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_smoke_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" | ||||
| Show All 10 Lines | |||||