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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/depsgraph/intern/builder/deg_builder_nodes.h')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_nodes.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_nodes.h b/source/blender/depsgraph/intern/builder/deg_builder_nodes.h
index 3357f6cb0a2..1db3f5d4e99 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_nodes.h
+++ b/source/blender/depsgraph/intern/builder/deg_builder_nodes.h
@@ -38,47 +38,47 @@
#include "intern/nodes/deg_node_id.h"
struct Base;
-struct bArmature;
-struct bAction;
struct CacheFile;
struct Camera;
-struct bGPdata;
-struct ListBase;
+struct Collection;
+struct FCurve;
struct GHash;
struct ID;
struct Image;
-struct FCurve;
-struct Collection;
struct Key;
struct Lamp;
struct LayerCollection;
struct LightProbe;
+struct ListBase;
+struct MTex;
struct Main;
-struct Material;
struct Mask;
-struct MTex;
+struct Material;
struct MovieClip;
-struct bNodeTree;
struct Object;
struct ParticleSettings;
struct Probe;
-struct bPoseChannel;
-struct bConstraint;
struct Scene;
struct Speaker;
struct Tex;
struct World;
+struct bAction;
+struct bArmature;
+struct bConstraint;
+struct bGPdata;
+struct bNodeTree;
+struct bPoseChannel;
struct PropertyRNA;
namespace DEG {
-struct Depsgraph;
+struct ComponentDepsNode;
struct DepsNode;
+struct Depsgraph;
struct IDDepsNode;
-struct TimeSourceDepsNode;
-struct ComponentDepsNode;
struct OperationDepsNode;
+struct TimeSourceDepsNode;
struct DepsgraphNodeBuilder {
DepsgraphNodeBuilder(Main *bmain, Depsgraph *graph);