Update to .NET project files

- added edgehash stuff
- added new IK solver stuff (rebuild /intern)
This commit is contained in:
Joseph Gilbert 2005-08-30 22:11:31 +00:00
parent c9eb15714c
commit 2ead4feddf
2 changed files with 12 additions and 3 deletions

@ -247,10 +247,10 @@ ECHO Done
Name="intern" Name="intern"
Filter=""> Filter="">
<File <File
RelativePath="..\..\intern\IK_QChain.cpp"> RelativePath="..\..\intern\IK_QJacobian.cpp">
</File> </File>
<File <File
RelativePath="..\..\intern\IK_QChain.h"> RelativePath="..\..\intern\IK_QJacobian.h">
</File> </File>
<File <File
RelativePath="..\..\intern\IK_QJacobianSolver.cpp"> RelativePath="..\..\intern\IK_QJacobianSolver.cpp">
@ -265,7 +265,10 @@ ECHO Done
RelativePath="..\..\intern\IK_QSegment.h"> RelativePath="..\..\intern\IK_QSegment.h">
</File> </File>
<File <File
RelativePath="..\..\intern\IK_QSolver_Class.h"> RelativePath="..\..\intern\IK_QTask.cpp">
</File>
<File
RelativePath="..\..\intern\IK_QTask.h">
</File> </File>
<File <File
RelativePath="..\..\intern\IK_Solver.cpp"> RelativePath="..\..\intern\IK_Solver.cpp">

@ -351,6 +351,9 @@
<File <File
RelativePath="..\..\..\source\blender\blenlib\intern\dynlib.c"> RelativePath="..\..\..\source\blender\blenlib\intern\dynlib.c">
</File> </File>
<File
RelativePath="..\..\..\source\blender\blenlib\intern\edgehash.c">
</File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\intern\fileops.c"> RelativePath="..\..\..\source\blender\blenlib\intern\fileops.c">
</File> </File>
@ -406,6 +409,9 @@
<File <File
RelativePath="..\..\..\source\blender\blenlib\intern\BLI_callbacks.h"> RelativePath="..\..\..\source\blender\blenlib\intern\BLI_callbacks.h">
</File> </File>
<File
RelativePath="..\..\..\source\blender\blenlib\BLI_edgehash.h">
</File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_editVert.h"> RelativePath="..\..\..\source\blender\blenlib\BLI_editVert.h">
</File> </File>