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:
authorJulian Eisel <julian@blender.org>2020-03-16 20:13:37 +0300
committerJulian Eisel <julian@blender.org>2020-03-16 20:13:37 +0300
commitd2ef342b2a50a7eac725889708fd689ffa126e25 (patch)
treed6606e846b40bf517ab13477003e5e556ae26b66 /source/blender/io/usd/intern/abstract_hierarchy_iterator.h
parentcb6cec904fa14ce0ab10a2a53af5c936d56376cf (diff)
parente42f61dda8b635511f083c09ccda5db9d28ec172 (diff)
Merge branch 'master' into temp-openxr-ghostxr
Diffstat (limited to 'source/blender/io/usd/intern/abstract_hierarchy_iterator.h')
-rw-r--r--source/blender/io/usd/intern/abstract_hierarchy_iterator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/io/usd/intern/abstract_hierarchy_iterator.h b/source/blender/io/usd/intern/abstract_hierarchy_iterator.h
index c121e3b704d..64c831877ab 100644
--- a/source/blender/io/usd/intern/abstract_hierarchy_iterator.h
+++ b/source/blender/io/usd/intern/abstract_hierarchy_iterator.h
@@ -115,6 +115,8 @@ class AbstractHierarchyWriter {
// TODO(Sybren): add function like absent() that's called when a writer was previously created,
// but wasn't used while exporting the current frame (for example, a particle-instanced mesh of
// which the particle is no longer alive).
+ protected:
+ virtual bool check_is_animated(const HierarchyContext &context) const;
};
/* AbstractHierarchyIterator iterates over objects in a dependency graph, and constructs export