Browse Source

Merge pull request #320 from rafalstapinski/patch-1

Small grammar mistake
Rémi Verschelde 8 years ago
parent
commit
10a545d66b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/3d/importing_3d_scenes.rst

+ 2 - 2
tutorials/3d/importing_3d_scenes.rst

@@ -50,7 +50,7 @@ but meanwhile FBX is not really supported.
 Exporting DAE files from Maya and 3DS Max
 Exporting DAE files from Maya and 3DS Max
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
-Autodesk added built-in collada support to Maya and 3DS Max, but It's
+Autodesk added built-in collada support to Maya and 3DS Max, but it's
 really broken and should not be used. The best way to export this format
 really broken and should not be used. The best way to export this format
 is by using the
 is by using the
 `OpenCollada <https://github.com/KhronosGroup/OpenCOLLADA/wiki/OpenCOLLADA-Tools>`__
 `OpenCollada <https://github.com/KhronosGroup/OpenCOLLADA/wiki/OpenCOLLADA-Tools>`__
@@ -60,7 +60,7 @@ with the latest version of the software.
 Exporting DAE files from Blender
 Exporting DAE files from Blender
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
-Blender also has built-in collada support, but It's really broken and
+Blender also has built-in collada support, but it's really broken and
 should not be used either.
 should not be used either.
 
 
 Godot provides a `Python
 Godot provides a `Python