[Bf-blender-cvs] [c11f16c3a9f] temp-sybren-usd-patch-02: USD: consistent comment style

Sybren A. Stüvel noreply at git.blender.org
Thu Nov 28 17:55:13 CET 2019


Commit: c11f16c3a9f7b7ebd164169c027eefebef68781d
Author: Sybren A. Stüvel
Date:   Tue Nov 26 12:18:09 2019 +0100
Branches: temp-sybren-usd-patch-02
https://developer.blender.org/rBc11f16c3a9f7b7ebd164169c027eefebef68781d

USD: consistent comment style

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

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 69ff5fa8b04..2501971cf85 100644
--- a/source/blender/usd/intern/abstract_hierarchy_iterator.h
+++ b/source/blender/usd/intern/abstract_hierarchy_iterator.h
@@ -79,7 +79,7 @@ struct HierarchyContext {
   bool animation_check_include_parent;
 
   /*********** Determined during writer creation: ***************/
-  float parent_matrix_inv_world[4][4]; /* Inverse of the parent's world matrix. */
+  float parent_matrix_inv_world[4][4];  // Inverse of the parent's world matrix.
   std::string export_path;          // Hierarchical path, such as "/grandparent/parent/objectname".
   ParticleSystem *particle_system;  // Only set for particle/hair writers.



More information about the Bf-blender-cvs mailing list