Files
test/source/blender/freestyle/intern/scene_graph/SceneVisitor.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
242 B
C++
Raw Normal View History

/* SPDX-FileCopyrightText: 2009-2022 Blender Authors
*
* 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"