[Bf-blender-cvs] [bf5d1aa0f62] usd-importer-T81257-merge: USD importer: fixed typo

makowalski noreply at git.blender.org
Mon Aug 2 16:25:37 CEST 2021


Commit: bf5d1aa0f62a4440bf83935a734a738dad615b9e
Author: makowalski
Date:   Mon Aug 2 10:13:01 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rBbf5d1aa0f62a4440bf83935a734a738dad615b9e

USD importer: fixed typo

Fixed typo in copyright block comments.

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

M	source/blender/io/usd/intern/usd_reader_camera.cc
M	source/blender/io/usd/intern/usd_reader_camera.h
M	source/blender/io/usd/intern/usd_reader_mesh.h
M	source/blender/io/usd/intern/usd_reader_nurbs.cc
M	source/blender/io/usd/intern/usd_reader_nurbs.h
M	source/blender/io/usd/intern/usd_reader_prim.cc
M	source/blender/io/usd/intern/usd_reader_prim.h
M	source/blender/io/usd/intern/usd_reader_xform.cc
M	source/blender/io/usd/intern/usd_reader_xform.h

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

diff --git a/source/blender/io/usd/intern/usd_reader_camera.cc b/source/blender/io/usd/intern/usd_reader_camera.cc
index 365ea1ae738..2732ed5770d 100644
--- a/source/blender/io/usd/intern/usd_reader_camera.cc
+++ b/source/blender/io/usd/intern/usd_reader_camera.cc
@@ -13,7 +13,7 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * Adpated from the Blender Alembic importer implementation.
+ * Adapted from the Blender Alembic importer implementation.
  *
  * Modifications Copyright (C) 2021 Tangent Animation.
  * All rights reserved.
diff --git a/source/blender/io/usd/intern/usd_reader_camera.h b/source/blender/io/usd/intern/usd_reader_camera.h
index 66424941ff4..a4156aa8be2 100644
--- a/source/blender/io/usd/intern/usd_reader_camera.h
+++ b/source/blender/io/usd/intern/usd_reader_camera.h
@@ -13,7 +13,7 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * Adpated from the Blender Alembic importer implementation.
+ * Adapted from the Blender Alembic importer implementation.
  *
  * Modifications Copyright (C) 2021 Tangent Animation.
  * All rights reserved.
diff --git a/source/blender/io/usd/intern/usd_reader_mesh.h b/source/blender/io/usd/intern/usd_reader_mesh.h
index bc4adc780c0..54ad144d191 100644
--- a/source/blender/io/usd/intern/usd_reader_mesh.h
+++ b/source/blender/io/usd/intern/usd_reader_mesh.h
@@ -13,7 +13,7 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * Adpated from the Blender Alembic importer implementation.
+ * Adapted from the Blender Alembic importer implementation.
  *
  * Modifications Copyright (C) 2021 Tangent Animation and
  * NVIDIA Corporation.  All rights reserved.
diff --git a/source/blender/io/usd/intern/usd_reader_nurbs.cc b/source/blender/io/usd/intern/usd_reader_nurbs.cc
index 9bda4fa37f6..9b30b524729 100644
--- a/source/blender/io/usd/intern/usd_reader_nurbs.cc
+++ b/source/blender/io/usd/intern/usd_reader_nurbs.cc
@@ -13,7 +13,7 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * Adpated from the Blender Alembic importer implementation.
+ * Adapted from the Blender Alembic importer implementation.
  *
  * Modifications Copyright (C) 2021 Tangent Animation.
  * All rights reserved.
diff --git a/source/blender/io/usd/intern/usd_reader_nurbs.h b/source/blender/io/usd/intern/usd_reader_nurbs.h
index d83419b1769..33a4acf503e 100644
--- a/source/blender/io/usd/intern/usd_reader_nurbs.h
+++ b/source/blender/io/usd/intern/usd_reader_nurbs.h
@@ -13,7 +13,7 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * Adpated from the Blender Alembic importer implementation.
+ * Adapted from the Blender Alembic importer implementation.
  *
  * Modifications Copyright (C) 2021 Tangent Animation.
  * All rights reserved.
diff --git a/source/blender/io/usd/intern/usd_reader_prim.cc b/source/blender/io/usd/intern/usd_reader_prim.cc
index e3fc2933309..abd70f49f23 100644
--- a/source/blender/io/usd/intern/usd_reader_prim.cc
+++ b/source/blender/io/usd/intern/usd_reader_prim.cc
@@ -13,7 +13,7 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * Adpated from the Blender Alembic importer implementation.
+ * Adapted from the Blender Alembic importer implementation.
  *
  * Modifications Copyright (C) 2021 Tangent Animation.
  * All rights reserved.
diff --git a/source/blender/io/usd/intern/usd_reader_prim.h b/source/blender/io/usd/intern/usd_reader_prim.h
index b72bbbb6d7a..5aff52f011f 100644
--- a/source/blender/io/usd/intern/usd_reader_prim.h
+++ b/source/blender/io/usd/intern/usd_reader_prim.h
@@ -13,7 +13,7 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * Adpated from the Blender Alembic importer implementation.
+ * Adapted from the Blender Alembic importer implementation.
  *
  * Modifications Copyright (C) 2021 Tangent Animation.
  * All rights reserved.
diff --git a/source/blender/io/usd/intern/usd_reader_xform.cc b/source/blender/io/usd/intern/usd_reader_xform.cc
index cb55e16f221..eebcc5eb3d5 100644
--- a/source/blender/io/usd/intern/usd_reader_xform.cc
+++ b/source/blender/io/usd/intern/usd_reader_xform.cc
@@ -13,7 +13,7 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * Adpated from the Blender Alembic importer implementation.
+ * Adapted from the Blender Alembic importer implementation.
  *
  * Modifications Copyright (C) 2021 Tangent Animation.
  * All rights reserved.
diff --git a/source/blender/io/usd/intern/usd_reader_xform.h b/source/blender/io/usd/intern/usd_reader_xform.h
index 2998f46817e..587ac373a4f 100644
--- a/source/blender/io/usd/intern/usd_reader_xform.h
+++ b/source/blender/io/usd/intern/usd_reader_xform.h
@@ -13,7 +13,7 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * Adpated from the Blender Alembic importer implementation.
+ * Adapted from the Blender Alembic importer implementation.
  *
  * Modifications Copyright (C) 2021 Tangent Animation.
  * All rights reserved.



More information about the Bf-blender-cvs mailing list