Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SceneVisitor.cpp « scene_graph « intern « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c797bc01633220a7514db19ba646f66779ff654 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup freestyle
 * \brief Class to visit (without doing anything) a scene graph structure
 */

#include "SceneVisitor.h"