Files
bullet3/Extras/MayaPlugin/BulletMayaPlugin.vcproj
erwin.coumans 2162f6663d disable help text by default in AllBulletDemos (text slows down many graphics cards)
improve CollisionDemo.cpp, show multi-contact generation using perturbation
improve ColladaConverter: add hinge/point 2 point constraint conversion support, add btScaledTriangleMeshShape support
Fix Dynamica MayaPlygin: remove 'active' flag, it has to be replaced by mass=0 for active, mass<>0 for passive
Added missing projectfiles
Fixed single-shot contact generation. it is disabled by default to improve performance
Bugfixes for character controller, thanks to John McCutchan for reporting
Constraint solver: better default settings
btDefaultAllocator: aligned allocator uses non-aligned allocator (instead of directly malloc/free)
disable memalign by default, use Bullet's aligned allocator
2009-02-06 03:20:43 +00:00

969 lines
18 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="BulletMayaPlugin"
ProjectGUID="{681412B0-F197-4A2F-9263-DEA2E8690146}"
RootNamespace="BulletMayaPlugin"
>
<Platforms>
<Platform
Name="Win32"
/>
<Platform
Name="x64"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="DebugDll|Win32"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\Debug/BulletMayaPlugin.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/GR /GS /EHsc"
Optimization="0"
AdditionalIncludeDirectories=".;&quot;C:\Program Files\Autodesk\Maya2009\include&quot;;&quot;C:\Program Files\Autodesk\Maya2008\include&quot;;&quot;C:\Program Files\Alias\Maya8.0\include&quot;;../../src;../../Extras\GIMPACT\include"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;NT_PLUGIN;REQUIRE_IOSTREAM"
RuntimeLibrary="3"
AssemblerListingLocation=".\Debug/"
ObjectFile=".Debug/"
ProgramDataBaseFileName=".\Debug/BulletMayaPlugin.pdb"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/export:initializePlugin /export:uninitializePlugin "
AdditionalDependencies="opengl32.lib glu32.lib odbc32.lib odbccp32.lib OpenMaya.lib Foundation.lib OpenMayaFX.lib OpenMayaAnim.lib OpenMayaUI.lib"
OutputFile="./BulletMayaPluginDebug.mll"
LinkIncremental="2"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\lib;&quot;C:\Program Files\Autodesk\Maya2009\lib&quot;;&quot;C:\Program Files\Autodesk\Maya2008\lib&quot;;C:\develop\disney_bulletmaya\boost_1_35_0\lib;&quot;C:\Program Files\Alias\Maya8.0\lib&quot;"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/BulletMayaPlugin.pdb"
SubSystem="2"
ImportLibrary=".\Debug/BulletMayaPlugin.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="ReleaseDll|Win32"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\Release/BulletMayaPlugin.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/GR /GS /EHsc"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories=".;&quot;C:\Program Files\Autodesk\Maya2009\include&quot;;&quot;C:\Program Files\Autodesk\Maya2008\include&quot;;&quot;C:\Program Files\Autodesk\Maya8.5\include&quot;;&quot;C:\Program Files\Alias\Maya8.0\include&quot;;../../src;../../Extras\GIMPACT\include"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;NT_PLUGIN;REQUIRE_IOSTREAM"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/BulletMayaPlugin.pdb"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/export:initializePlugin /export:uninitializePlugin "
AdditionalDependencies="opengl32.lib glu32.lib odbc32.lib odbccp32.lib OpenMaya.lib Foundation.lib OpenMayaRender.lib OpenMayaFX.lib OpenMayaAnim.lib OpenMayaUI.lib"
OutputFile=".\BulletMayaPlugin.mll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\lib;&quot;C:\Program Files\Autodesk\Maya2009\lib&quot;;&quot;C:\Program Files\Autodesk\Maya2008\lib&quot;;&quot;C:\Program Files\Autodesk\Maya8.5\lib&quot;;&quot;C:\Program Files\Alias\Maya8.0\lib&quot;;C:\develop\disney_bulletmaya\boost_1_35_0\lib;$(NOINHERIT)"
ProgramDatabaseFile=".\Release/BulletMayaPlugin.pdb"
SubSystem="2"
ImportLibrary=".\Release/BulletMayaPlugin.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="ReleaseDebug|Win32"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="DebugDll|x64"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="ReleaseDll|x64"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="ReleaseDebug|x64"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|x64"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|x64"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
>
</Filter>
<File
RelativePath=".\scripts\AEdCollisionShapeTemplate.mel"
>
</File>
<File
RelativePath=".\scripts\AEdNailConstraintTemplate.mel"
>
</File>
<File
RelativePath=".\scripts\AEdRigidBodyArrayTemplate.mel"
>
</File>
<File
RelativePath=".\scripts\AEdRigidBodyTemplate.mel"
>
</File>
<File
RelativePath=".\scripts\AEdSolverTemplate.mel"
>
</File>
<File
RelativePath=".\box_shape.h"
>
</File>
<File
RelativePath=".\box_shape_impl.h"
>
</File>
<File
RelativePath=".\bt_box_shape.h"
>
</File>
<File
RelativePath=".\bt_collision_shape.h"
>
</File>
<File
RelativePath=".\bt_constraint.h"
>
</File>
<File
RelativePath=".\bt_convex_hull_shape.h"
>
</File>
<File
RelativePath=".\bt_mesh_shape.h"
>
</File>
<File
RelativePath=".\bt_nail_constraint.h"
>
</File>
<File
RelativePath=".\bt_plane_shape.h"
>
</File>
<File
RelativePath=".\bt_rigid_body.h"
>
</File>
<File
RelativePath=".\bt_solver.cpp"
>
</File>
<File
RelativePath=".\bt_solver.h"
>
</File>
<File
RelativePath=".\bt_sphere_shape.h"
>
</File>
<File
RelativePath=".\colladaExport.cpp"
>
</File>
<File
RelativePath=".\colladaExport.h"
>
</File>
<File
RelativePath=".\collision_shape.h"
>
</File>
<File
RelativePath=".\collision_shape_impl.h"
>
</File>
<File
RelativePath=".\collisionShapeNode.cpp"
>
</File>
<File
RelativePath=".\collisionShapeNode.h"
>
</File>
<File
RelativePath=".\constraint.h"
>
</File>
<File
RelativePath=".\constraint_impl.h"
>
</File>
<File
RelativePath=".\convex_hull_shape.h"
>
</File>
<File
RelativePath=".\convex_hull_shape_impl.h"
>
</File>
<File
RelativePath=".\dNailConstraintCmd.cpp"
>
</File>
<File
RelativePath=".\dNailConstraintCmd.h"
>
</File>
<File
RelativePath=".\drawUtils.cpp"
>
</File>
<File
RelativePath=".\drawUtils.h"
>
</File>
<File
RelativePath=".\dRigidBodyArrayCmd.cpp"
>
</File>
<File
RelativePath=".\dRigidBodyArrayCmd.h"
>
</File>
<File
RelativePath=".\dRigidBodyCmd.cpp"
>
</File>
<File
RelativePath=".\dRigidBodyCmd.h"
>
</File>
<File
RelativePath=".\dSolverCmd.cpp"
>
</File>
<File
RelativePath=".\dSolverCmd.h"
>
</File>
<File
RelativePath=".\dSolverNode.cpp"
>
</File>
<File
RelativePath=".\dSolverNode.h"
>
</File>
<File
RelativePath=".\scripts\dynamica.mel"
>
</File>
<File
RelativePath=".\scripts\dynamicaUI.mel"
>
</File>
<File
RelativePath=".\mathUtils.h"
>
</File>
<File
RelativePath=".\mayaUtils.h"
>
</File>
<File
RelativePath=".\mesh_shape.h"
>
</File>
<File
RelativePath=".\mesh_shape_impl.h"
>
</File>
<File
RelativePath=".\nail_constraint.h"
>
</File>
<File
RelativePath=".\nail_constraint_impl.h"
>
</File>
<File
RelativePath=".\nailConstraintNode.cpp"
>
</File>
<File
RelativePath=".\nailConstraintNode.h"
>
</File>
<File
RelativePath=".\pdbIO.cpp"
>
</File>
<File
RelativePath=".\pdbIO.h"
>
</File>
<File
RelativePath=".\plane_shape.h"
>
</File>
<File
RelativePath=".\plane_shape_impl.h"
>
</File>
<File
RelativePath=".\pluginMain.cpp"
>
</File>
<File
RelativePath=".\rigid_body.h"
>
</File>
<File
RelativePath=".\rigid_body_impl.h"
>
</File>
<File
RelativePath=".\rigidBodyArrayNode.cpp"
>
</File>
<File
RelativePath=".\rigidBodyArrayNode.h"
>
</File>
<File
RelativePath=".\rigidBodyNode.cpp"
>
</File>
<File
RelativePath=".\rigidBodyNode.h"
>
</File>
<File
RelativePath=".\shared_ptr.h"
>
</File>
<File
RelativePath=".\solver.cpp"
>
</File>
<File
RelativePath=".\solver.h"
>
</File>
<File
RelativePath=".\solver_impl.h"
>
</File>
<File
RelativePath=".\sphere_shape.h"
>
</File>
<File
RelativePath=".\sphere_shape_impl.h"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>