Differential D14434 Diff 49627 source/blender/freestyle/intern/blender_interface/BlenderFileLoader.h
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/blender_interface/BlenderFileLoader.h
| Show All 11 Lines | |||||
| #include "../geometry/BBox.h" | #include "../geometry/BBox.h" | ||||
| #include "../geometry/Geom.h" | #include "../geometry/Geom.h" | ||||
| #include "../geometry/GeomCleaner.h" | #include "../geometry/GeomCleaner.h" | ||||
| #include "../geometry/GeomUtils.h" | #include "../geometry/GeomUtils.h" | ||||
| #include "../scene_graph/IndexedFaceSet.h" | #include "../scene_graph/IndexedFaceSet.h" | ||||
| #include "../scene_graph/NodeGroup.h" | #include "../scene_graph/NodeGroup.h" | ||||
| #include "../scene_graph/NodeShape.h" | #include "../scene_graph/NodeShape.h" | ||||
| #include "../scene_graph/NodeTransform.h" | #include "../scene_graph/NodeTransform.h" | ||||
| #include "../system/FreestyleConfig.h" | |||||
| #include "../system/RenderMonitor.h" | #include "../system/RenderMonitor.h" | ||||
| #include "MEM_guardedalloc.h" | #include "MEM_guardedalloc.h" | ||||
| #include "DNA_material_types.h" | #include "DNA_material_types.h" | ||||
| #include "DNA_mesh_types.h" | #include "DNA_mesh_types.h" | ||||
| #include "DNA_meshdata_types.h" | #include "DNA_meshdata_types.h" | ||||
| #include "DNA_modifier_types.h" | #include "DNA_modifier_types.h" | ||||
| ▲ Show 20 Lines • Show All 123 Lines • Show Last 20 Lines | |||||