[Bf-blender-cvs] [b9a4857edc3] temp-sybren-usd-patch-01: USD: consistent comment style

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


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

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