Tested and working under Win10:
- Maya 2017/2018 Win
BUT:
if your Maya crash on step 3 try skipping it (step 3) and do the clean up by hand (delete all the locators which are outside the mesh).
For some reason, on some systems, it does not work and I could not find the cause yet.
as_polyFracture v0.5h beta
python script for Maya
by Alin Sfetcu
aSfetcu @ gmail.com
Last update: 23-may-2019
Installation:
---------------
- copy script file (.py) from the .zip file in your ..\maya\scripts
- add a new (python) button to your shelf with code :
import as_polyFracture as pf
reload(pf)
pf.pub_polyVoronoi()
Run:
---------------
- press that shelf button :)
Description:
---------------
- this script lets you :
- break an object using a 3D Voronoi algorithm
Usage:
---------------
- break stuff :)
Limitations:
---------------
- doesn`t like concave geometry (cups, glasses, etc)
- it's slow!
To do:
---------------
- find time to add more features
- fix the bug with concave objects
- assign another shader to interior faces
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.