Page 1 of 3

Maya x64 volunteer

Posted: Fri Sep 19, 2008 9:25 am
by bazuka
Hi Erwin, i could recomple plugin for maya 2008 x64

cheers

Re: Maya x64 volunteer

Posted: Sat Sep 20, 2008 1:08 am
by Erwin Coumans
Hi bazuka,

Can you try to compile the MayaPlugin for Windows 64bit using the latest alpha1? Does Extras\MayaPlugin\BulletMayaPlugin.sln solution work for 64bit MSVC compiler?

http://code.google.com/p/bullet/downloa ... alpha1.zip

Can you zip the 64bit BulletMayaPlugin.mll and attach it to this forum topic?
Thanks,
Erwin

Re: Maya x64 volunteer

Posted: Sat Sep 20, 2008 10:10 am
by bazuka
i will try, think should work :)

later ill make an setup installer with NSIS

stay tune....

and great work people

Re: Maya x64 volunteer

Posted: Sat Sep 20, 2008 12:18 pm
by bazuka
Hi Erwin

u just started with recompiling the plugin for x64 and i have some errors...
about 38 of them...

fixed......

Re: Maya x64 volunteer

Posted: Sat Sep 20, 2008 12:55 pm
by bazuka
plugin is ready....

stay tuned.....

Re: Maya x64 volunteer

Posted: Sun Sep 21, 2008 1:18 am
by bazuka
Hi Erwin hi people here is the x64 and x86 installer for now...

x64 should work i didnt have so much time to test it...

Dynamica Maya 2008 32bit (installer)
http://rapidshare.com/files/147016262/B ... 2.rar.html

Dynamica Maya 2008 64bit (installer)
http://rapidshare.com/files/147211542/B ... 4.rar.html

If any1 would like i will share the script for installer so we can make it better :)

you can dl the application from: http://nsis.sourceforge.net/Main_Page

WARNING:
x64 installer is fixed...

Re: Maya x64 volunteer

Posted: Sun Sep 21, 2008 1:30 am
by Erwin Coumans
Nice work, an installer is much more convenient indeed.

Currently, the documentation (index.html) and sample scenes are missing from the installer.

Can you share the installer script, so we add it to the repository?
Thanks a lot,
Erwin

Re: Maya x64 volunteer

Posted: Sun Sep 21, 2008 8:09 am
by bazuka
sure :)

i was thinking about new structure for plugin :)
what do u thing about this:

lets install plugin in Program Files\BulletDynamica2.71
and inside i could make dir:
-dll
-docs
-examples
-plug-ins
-scripts
i will create program group\Bullet Dynamica with shortcuts for docs, examples, links for forum etc...
we can add more things (dirs) if we need it

p.s. ill will post the installer sample so u could see what i was talking about...

cheers

Re: Maya x64 volunteer

Posted: Sun Sep 21, 2008 3:52 pm
by Erwin Coumans
Actually, I would like to have 2 parts of the installation going into different folders:

1) Maya folder for dlls/plugin, icons, scipts, default to C:\Program Files\Autodesk\Maya2008
This is important, so that Maya automatically finds the plugin, scripts and icons without having to browse to other folders.

2) Program Files\BulletDynamica2.71 for
docs, examples, uninstaller etc

Can this be done with this installer?
Thanks,
Erwin

Re: Maya x64 volunteer

Posted: Sun Sep 21, 2008 5:03 pm
by bazuka
sure not a probl at all :)

but trust me this will go via maya modules, its easy simple, and ull get the plugin in plugin mng under new 'tab' and u can have not just for maya 2008 we can add all ver of maya (32bit)

ill make a test if u dont like it will change it :)

cheers

Re: Maya x64 volunteer

Posted: Sun Sep 21, 2008 6:06 pm
by bazuka
Ok here is it :)

Warning:
This is only for testing (for Erwin)

..............

hope u like the idea

cheers

Re: Maya x64 volunteer

Posted: Sun Sep 21, 2008 6:13 pm
by Erwin Coumans
How does this 'Maya Modules' installation work?

What is the problem of installing parts in different folders, as I suggested? I think this is what Havok and Nima plugins do.
Can you make a test for this setup too?

By the way, older versions of Maya (8.0 and earier) don't seem to work. The plugin compiles and loads into Maya, but doesn't work. So for now, better to leave that out to avoid confusion.

And can the installer automatically open the index.html file at the end of the installation?

Thanks for your work,
Erwin

Re: Maya x64 volunteer

Posted: Sun Sep 21, 2008 6:15 pm
by bazuka
yes dont dl then let me add at the end of install to open html :)

here u go

http://rapidshare.com/files/147211998/B ... t.rar.html

Re: Maya x64 volunteer

Posted: Sun Sep 21, 2008 6:47 pm
by bazuka
ill make one installer like u want it :)

stay tuned....

Re: Maya x64 volunteer

Posted: Sun Sep 21, 2008 7:13 pm
by RBD
Erwin Coumans wrote:How does this 'Maya Modules' installation work?
"Modules" are documented under the description in Maya's MFnPlugin API documentation.

They appear to be a very simple and elegant solution to add plug-ins instead of the old way. Basically a simple one line text file goes in the C:\Program Files\Common Files\Alias Shared\Modules\Maya\2008 directory indicating the path in which Maya will look for extra plug-ins, scripts and icons folders.