From 50daff0848bd768620432c7056ba725b04cb56b7 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Fri, 12 Sep 2008 21:22:30 +0000 Subject: [PATCH] added install.bat used for the Windows release, and updated docs to add instruction videos and link to the forums for support. --- Extras/MayaPlugin/doc/index.html | 10 ++++++++++ Extras/MayaPlugin/install.bat | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 Extras/MayaPlugin/install.bat diff --git a/Extras/MayaPlugin/doc/index.html b/Extras/MayaPlugin/doc/index.html index 04c4551e0..407a8f218 100644 --- a/Extras/MayaPlugin/doc/index.html +++ b/Extras/MayaPlugin/doc/index.html @@ -110,4 +110,14 @@ substeps all along the simulation, depending on how complicated it is at each ti
Sample scenes
In the subdirectory scenes/ there are some sample setups. +
Online instruction movies for usage of the Maya Plugin
+You can download (right-click - save) or watch those instruction movies on-line. +
Maya Plugin Intro (28Mb) +
Using Maya Force Fields (17Mb) +
Creating Donuts (11Mb) +
Creating Peanuts, used in upcoming Bolt Movie (29Mb) +
Part of Bolt trailer with Peanuts shot (26Mb) + +
Online support forums
+Visit the Bullet forums for support and feedback: http://bulletphysics.com diff --git a/Extras/MayaPlugin/install.bat b/Extras/MayaPlugin/install.bat new file mode 100644 index 000000000..c3abf31ee --- /dev/null +++ b/Extras/MayaPlugin/install.bat @@ -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"