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:
authorSybren A. Stüvel <sybren@blender.org>2022-06-13 17:16:58 +0300
committerSybren A. Stüvel <sybren@blender.org>2022-06-13 17:17:00 +0300
commite2993719a808ff39b7fe749e177ad7ea3d4c4ca6 (patch)
treec6462030c020e458033c351ddd4f5f567d01d360 /source/blender/io/common
parent5abe127b3dd79623ef18d201d0aaa953d5e8485c (diff)
IO: update documentation for `HierarchyIterator::weak_export`
The documentation for `HierarchyIterator::weak_export` mentions a feature that was removed at some point. Another example is used to illustrate its functionality. No functional changes.
Diffstat (limited to 'source/blender/io/common')
-rw-r--r--source/blender/io/common/IO_abstract_hierarchy_iterator.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/io/common/IO_abstract_hierarchy_iterator.h b/source/blender/io/common/IO_abstract_hierarchy_iterator.h
index 3371501db95..a67cfe6a9d6 100644
--- a/source/blender/io/common/IO_abstract_hierarchy_iterator.h
+++ b/source/blender/io/common/IO_abstract_hierarchy_iterator.h
@@ -59,9 +59,8 @@ struct HierarchyContext {
*
* The export hierarchy is kept as close to the hierarchy in Blender as possible. As such, an
* object that serves as a parent for another object, but which should NOT be exported itself, is
- * exported only as transform (i.e. as empty). This happens with objects that are part of a
- * holdout collection (which prevents them from being exported) but also parent of an exported
- * object. */
+ * exported only as transform (i.e. as empty). This happens with objects that are invisible when
+ * exporting with "Visible Only" enabled, for example. */
bool weak_export;
/* When true, this object should check its parents for animation data when determining whether