added install.bat used for the Windows release, and updated docs to add instruction videos and link to the forums for support.

This commit is contained in:
erwin.coumans
2008-09-12 21:22:30 +00:00
parent ddccc2797a
commit 50daff0848
2 changed files with 14 additions and 0 deletions

View File

@@ -110,4 +110,14 @@ substeps all along the simulation, depending on how complicated it is at each ti
<h5>Sample scenes</h5>
In the subdirectory scenes/ there are some sample setups.
<h5>Online instruction movies for usage of the Maya Plugin</h5>
You can download (right-click - save) or watch those instruction movies on-line.
</br><a href="http://www.bulletphysics.com/ftp/pub/test/index.php?dir=physics/movies/&file=bullet_intro.mp4">Maya Plugin Intro (28Mb)</a>
</br><a href="http://www.bulletphysics.com/ftp/pub/test/index.php?dir=physics/movies/&file=bullet_fields.mp4">Using Maya Force Fields (17Mb)</a>
</br><a href="http://www.bulletphysics.com/ftp/pub/test/index.php?dir=physics/movies/&file=bullet_donut.mp4">Creating Donuts (11Mb)</a>
</br><a href="http://www.bulletphysics.com/ftp/pub/test/index.php?dir=physics/movies/&file=bullet_peanuts.mp4">Creating Peanuts, used in upcoming Bolt Movie (29Mb)</a>
</br><a href="http://www.bulletphysics.com/ftp/pub/test/index.php?dir=physics/movies/&file=BoltPeanutsShot.mov">Part of Bolt trailer with Peanuts shot (26Mb)</a>
<h5>Online support forums</h5>
Visit the Bullet forums for support and feedback: <a href="http://bulletphysics.com">http://bulletphysics.com</a>
</html>

View File

@@ -0,0 +1,4 @@
xcopy /S /Y /C /I /h bin\*.* "C:\Program Files\Autodesk\Maya2008\bin"
xcopy /S /Y /C /I /h icons\*.* "C:\Program Files\Autodesk\Maya2008\icons"
xcopy /S /Y /C /I /h mvl\*.* "C:\Program Files\Autodesk\Maya2008\mvl"
xcopy /S /Y /C /I /h scripts\*.* "C:\Program Files\Autodesk\Maya2008\scripts"