[Bf-blender-cvs] [381af368500] usd-importer-T81257-merge: USD Import: fixed typo in comment.

makowalski noreply at git.blender.org
Fri Jun 18 03:43:34 CEST 2021


Commit: 381af36850055f4e0dd4250fbad2459d13bddf63
Author: makowalski
Date:   Thu Jun 17 20:18:24 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rB381af36850055f4e0dd4250fbad2459d13bddf63

USD Import: fixed typo in comment.

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

M	source/blender/io/usd/intern/usd_reader_xform.cc

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

diff --git a/source/blender/io/usd/intern/usd_reader_xform.cc b/source/blender/io/usd/intern/usd_reader_xform.cc
index 4fa5d271690..241ae4b7011 100644
--- a/source/blender/io/usd/intern/usd_reader_xform.cc
+++ b/source/blender/io/usd/intern/usd_reader_xform.cc
@@ -150,7 +150,7 @@ bool USDXformReader::is_root_xform_prim() const
   if (prim_.IsInMaster()) {
     // We don't consider prototypes to be root prims,
     // because we never want to apply global scaling
-    // or rotations to the ptototypes themselves.
+    // or rotations to the prototypes themselves.
     return false;
   }



More information about the Bf-blender-cvs mailing list