[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48701] branches/soc-2012-bratwurst/source /blender/assimp/SceneImporter.cpp: - bf_assimp: re-enable coordinate space rotation.

Alexander Gessler alexander.gessler at gmx.net
Sat Jul 7 03:49:10 CEST 2012


Revision: 48701
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48701
Author:   aramis_acg
Date:     2012-07-07 01:49:09 +0000 (Sat, 07 Jul 2012)
Log Message:
-----------
- bf_assimp: re-enable coordinate space rotation.

Modified Paths:
--------------
    branches/soc-2012-bratwurst/source/blender/assimp/SceneImporter.cpp

Modified: branches/soc-2012-bratwurst/source/blender/assimp/SceneImporter.cpp
===================================================================
--- branches/soc-2012-bratwurst/source/blender/assimp/SceneImporter.cpp	2012-07-07 01:05:41 UTC (rev 48700)
+++ branches/soc-2012-bratwurst/source/blender/assimp/SceneImporter.cpp	2012-07-07 01:49:09 UTC (rev 48701)
@@ -175,7 +175,7 @@
 	// blender uses right-handed z-up, y-into-screen coordinate system,
 	// assimp uses right-handled z-out-of-screen, z-up. All we need to
 	// do is a 90 degrees rotation around x.
-	//rot.rotate_90deg_xpositive();
+	rot.rotate_90deg_xpositive();
 }
 
 void SceneImporter::convert_armature() 




More information about the Bf-blender-cvs mailing list