diff --git a/tools/assimp_view/Display.cpp b/tools/assimp_view/Display.cpp
index b49f90cb0..2a8a23a1d 100644
--- a/tools/assimp_view/Display.cpp
+++ b/tools/assimp_view/Display.cpp
@@ -1985,14 +1985,10 @@ int CDisplay::RenderNode (aiNode* piNode,const aiMatrix4x4& piMatrix,
for( unsigned int a = 0; a < mesh->mNumBones; a++)
{
const aiMatrix4x4& mat = boneMats[a];
- *tempmat++ = mat.a1; *tempmat++ = mat.a2; *tempmat++ = mat.a3;
- tempmat++;
- *tempmat++ = mat.a4; *tempmat++ = mat.b1; *tempmat++ = mat.b2;
- tempmat++;
- *tempmat++ = mat.b3; *tempmat++ = mat.b4; *tempmat++ = mat.c1;
- tempmat++;
- *tempmat++ = mat.c2; *tempmat++ = mat.c3; *tempmat++ = mat.c4;
- tempmat++;
+ *tempmat++ = mat.a1; *tempmat++ = mat.a2; *tempmat++ = mat.a3; *tempmat++ = mat.a4;
+ *tempmat++ = mat.b1; *tempmat++ = mat.b2; *tempmat++ = mat.b3; *tempmat++ = mat.b4;
+ *tempmat++ = mat.c1; *tempmat++ = mat.c2; *tempmat++ = mat.c3; *tempmat++ = mat.c4;
+ *tempmat++ = mat.d1; *tempmat++ = mat.d2; *tempmat++ = mat.d3; *tempmat++ = mat.d4;
}
helper->piEffect->SetMatrixArray( "gBoneMatrix", (D3DXMATRIX*)matrices, 60);
}
diff --git a/workspaces/vc9_ATMNotUpToDate/assimp.sln b/workspaces/vc9_ATMNotUpToDate/assimp.sln
index a935f72b4..1216bafce 100644
--- a/workspaces/vc9_ATMNotUpToDate/assimp.sln
+++ b/workspaces/vc9_ATMNotUpToDate/assimp.sln
@@ -64,7 +64,6 @@ Global
{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Debug_DLL|x64.ActiveCfg = Debug_DLL|x64
{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Debug_DLL|x64.Build.0 = Debug_DLL|x64
{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Debug|Win32.ActiveCfg = Debug|Win32
- {9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Debug|Win32.Build.0 = Debug|Win32
{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Debug|x64.ActiveCfg = Debug|x64
{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Debug|x64.Build.0 = Debug|x64
{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Release_DLL|Win32.ActiveCfg = Release_DLL|Win32
@@ -72,7 +71,6 @@ Global
{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Release_DLL|x64.ActiveCfg = Release_DLL|x64
{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Release_DLL|x64.Build.0 = Release_DLL|x64
{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Release|Win32.ActiveCfg = Release|Win32
- {9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Release|Win32.Build.0 = Release|Win32
{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Release|x64.ActiveCfg = Release|x64
{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}.Release|x64.Build.0 = Release|x64
{FE78BFBA-4BA5-457D-8602-B800D498102D}.Debug_DLL|Win32.ActiveCfg = Debug|Win32
diff --git a/workspaces/vc9_ATMNotUpToDate/assimp.suo b/workspaces/vc9_ATMNotUpToDate/assimp.suo
index 7c5e59335..60d5e4c18 100644
Binary files a/workspaces/vc9_ATMNotUpToDate/assimp.suo and b/workspaces/vc9_ATMNotUpToDate/assimp.suo differ
diff --git a/workspaces/vc9_ATMNotUpToDate/assimp.vcproj b/workspaces/vc9_ATMNotUpToDate/assimp.vcproj
index ab72857fb..b37aaeeed 100644
--- a/workspaces/vc9_ATMNotUpToDate/assimp.vcproj
+++ b/workspaces/vc9_ATMNotUpToDate/assimp.vcproj
@@ -41,6 +41,7 @@
/>
+
+
@@ -594,6 +602,10 @@
RelativePath="..\..\include\aiFileIO.h"
>
+
+
@@ -689,14 +701,34 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -758,6 +798,14 @@
RelativePath="..\..\code\FileLogStream.h"
>
+
+
+
+
@@ -798,6 +846,14 @@
RelativePath="..\..\code\RemoveComments.h"
>
+
+
+
+
@@ -806,6 +862,14 @@
RelativePath="..\..\code\SGSpatialSort.h"
>
+
+
+
+
@@ -830,6 +894,10 @@
RelativePath="..\..\code\StandardShapes.h"
>
+
+
@@ -873,6 +941,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1253,6 +1361,14 @@
RelativePath="..\..\code\ConvertToLHProcess.h"
>
+
+
+
+
@@ -1386,6 +1502,46 @@
>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -764,6 +776,14 @@
RelativePath="..\..\tools\assimp_view\Resource.h"
>
+
+
+
+