Blender  V3.3
abc_subdiv_disabler.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2020 Blender Foundation. All rights reserved. */
3 #pragma once
4 
5 #include <set>
6 
7 struct Depsgraph;
8 struct ModifierData;
9 struct Object;
10 struct Scene;
11 
12 namespace blender::io::alembic {
13 
22  private:
23  Depsgraph *depsgraph_;
24  std::set<ModifierData *> disabled_modifiers_;
25 
26  public:
29 
30  void disable_modifiers();
31 
37 };
38 
39 } // namespace blender::io::alembic
#define final(a, b, c)
Definition: BLI_hash.h:21
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:35
static ModifierData * get_subdiv_modifier(Scene *scene, Object *ob)
Scene scene
const Depsgraph * depsgraph