joesfer / Voronoi-Shattering

Maya plugin implementing geometry fracturing based on Voronoi Diagrams (Voronoi Shattering). Visit http://www.joesfer.com/?p=60 for further information.
http://www.joesfer.com/?p=60
GNU Lesser General Public License v3.0
42 stars 9 forks source link

What minimum version of Maya does this work for? #1

Closed superwills closed 11 years ago

superwills commented 11 years ago

I tried loading the precompiled script into Maya 2009, but it failed

Error: Unable to dynamically load : C:/Program Files/Autodesk/Maya2009/bin/plug-ins/Shatter.mll

What is the minimum version of Maya that you need to make this work? (Or what version have you tested in?)

joesfer commented 11 years ago

The code has been compiled for and tested for Maya 2011 (32 and 64-bit). The precompiled plugin won't work for Maya 2009 unfortunately. You can grab the source code and the Maya 2009 SDK and build it using the make files (I believe there are API changes between maya 2011 and 2009, so minor header tweaks may be required).