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

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.

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to