Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/application/AppView.cpp
| /* SPDX-License-Identifier: GPL-2.0-or-later */ | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||
| /** \file | /** \file | ||||
| * \ingroup freestyle | * \ingroup freestyle | ||||
| */ | */ | ||||
| #include <iostream> | #include <iostream> | ||||
| #include "AppConfig.h" | |||||
| #include "AppView.h" | #include "AppView.h" | ||||
| #include "Controller.h" | #include "Controller.h" | ||||
| #include "../scene_graph/LineRep.h" | #include "../scene_graph/LineRep.h" | ||||
| #include "../scene_graph/NodeLight.h" | #include "../scene_graph/NodeLight.h" | ||||
| #include "../scene_graph/NodeShape.h" | #include "../scene_graph/NodeShape.h" | ||||
| #include "../scene_graph/VertexRep.h" | #include "../scene_graph/VertexRep.h" | ||||
| #include "../stroke/Canvas.h" | #include "../stroke/Canvas.h" | ||||
| ▲ Show 20 Lines • Show All 143 Lines • Show Last 20 Lines | |||||