[Bf-blender-cvs] [0a81d53ba6a] temp-sybren-usd-patch-02: Cleanup: USD: clarified a comment

Sybren A. Stüvel noreply at git.blender.org
Wed Dec 11 16:37:02 CET 2019


Commit: 0a81d53ba6a0e0f6056595bd6bf0ba62d0e859a5
Author: Sybren A. Stüvel
Date:   Wed Dec 11 15:04:23 2019 +0100
Branches: temp-sybren-usd-patch-02
https://developer.blender.org/rB0a81d53ba6a0e0f6056595bd6bf0ba62d0e859a5

Cleanup: USD: clarified a comment

===================================================================

M	source/blender/usd/intern/abstract_hierarchy_iterator.cc

===================================================================

diff --git a/source/blender/usd/intern/abstract_hierarchy_iterator.cc b/source/blender/usd/intern/abstract_hierarchy_iterator.cc
index 349703ad65a..159383c2448 100644
--- a/source/blender/usd/intern/abstract_hierarchy_iterator.cc
+++ b/source/blender/usd/intern/abstract_hierarchy_iterator.cc
@@ -298,7 +298,7 @@ void AbstractHierarchyIterator::visit_dupli_object(DupliObject *dupli_object,
   context->export_path = "";
   context->original_export_path = "";
 
-  /* If the dupli-object's scene parent is also instanced by this object, use that as the
+  /* If the dupli-object's parent is also instanced by this object, use that as the
    * export parent. Otherwise use the dupli-parent as export parent. */
   Object *parent = dupli_object->ob->parent;
   if (parent != nullptr && dupli_set.find(parent) != dupli_set.end()) {



More information about the Bf-blender-cvs mailing list