[Bf-blender-cvs] [bcfb01e184e] temp-sybren-usd-patch-01: USD: rewrapped comment (change in clang-format config?)

Sybren A. Stüvel noreply at git.blender.org
Tue Nov 26 18:21:59 CET 2019


Commit: bcfb01e184e10c7c715c61318c4f2cdb2b952fad
Author: Sybren A. Stüvel
Date:   Tue Nov 26 12:18:36 2019 +0100
Branches: temp-sybren-usd-patch-01
https://developer.blender.org/rBbcfb01e184e10c7c715c61318c4f2cdb2b952fad

USD: rewrapped comment (change in clang-format config?)

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

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

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

diff --git a/source/blender/usd/intern/abstract_hierarchy_iterator.h b/source/blender/usd/intern/abstract_hierarchy_iterator.h
index 2501971cf85..a71201a0336 100644
--- a/source/blender/usd/intern/abstract_hierarchy_iterator.h
+++ b/source/blender/usd/intern/abstract_hierarchy_iterator.h
@@ -117,8 +117,8 @@ class AbstractHierarchyWriter {
  * writers. These writers are then called to perform the actual writing to a USD or Alembic file.
  *
  * Dealing with file- and scene-level data (for example, creating a USD scene, setting the frame
- * rate, etc.) is not part of the AbstractHierarchyIterator class structure, and should be done in
- * separate code.
+ * rate, etc.) is not part of the AbstractHierarchyIterator class structure, and should be done
+ * in separate code.
  */
 class AbstractHierarchyIterator {
  public:
@@ -203,9 +203,9 @@ class AbstractHierarchyIterator {
   virtual bool should_visit_duplilink(const DupliObject *link) const;
   virtual bool should_export_object(const Object *object) const;
 
-  /* These functions should create an AbstractHierarchyWriter subclass instance, or return nullptr
-   * if the object or its data should not be exported.
-   * Returning a nullptr for data/hair/particle will NOT prevent the transform to be written.
+  /* These functions should create an AbstractHierarchyWriter subclass instance, or return
+   * nullptr if the object or its data should not be exported. Returning a nullptr for
+   * data/hair/particle will NOT prevent the transform to be written.
    *
    * 'Xform' is used for 'transform' to be consistent with the terminology of USD and Alembic. */
   virtual AbstractHierarchyWriter *create_xform_writer(const HierarchyContext *context) = 0;



More information about the Bf-blender-cvs mailing list