Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.h
| /* SPDX-License-Identifier: GPL-2.0-or-later */ | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||
| #pragma once | #pragma once | ||||
| /** \file | /** \file | ||||
| * \ingroup freestyle | * \ingroup freestyle | ||||
| * \brief Class to define a Drawing Style to be applied to the underlying children. Inherits from | * \brief Class to define a Drawing Style to be applied to the underlying children. Inherits from | ||||
| * NodeGroup. | * NodeGroup. | ||||
| */ | */ | ||||
| #include "DrawingStyle.h" | #include "DrawingStyle.h" | ||||
| #include "NodeGroup.h" | #include "NodeGroup.h" | ||||
| #include "../system/FreestyleConfig.h" | |||||
| namespace Freestyle { | namespace Freestyle { | ||||
| class NodeDrawingStyle : public NodeGroup { | class NodeDrawingStyle : public NodeGroup { | ||||
| public: | public: | ||||
| inline NodeDrawingStyle() : NodeGroup() | inline NodeDrawingStyle() : NodeGroup() | ||||
| { | { | ||||
| } | } | ||||
| virtual ~NodeDrawingStyle() | virtual ~NodeDrawingStyle() | ||||
| ▲ Show 20 Lines • Show All 70 Lines • Show Last 20 Lines | |||||