FEATURES
- Create edge damage
- Create surface damage
- Retopo final mesh
- Apply new material to damaged areas
- Control strength, detail, scale and axis of the nosie that creates the damage
- Choose the resolution of the damage
- Control how smooth is the damaged area
EXTRA DESCRIPTION
The way the script works is procedural. That means it may work on some surfaces but it might not work in others. It’s primarilly designed to work with meshes on the lower-poly spectrum but still may work on high poly meshes. Although it can handle complex meshes, I found that very thin objects or very thinly bevelled objects may cause some trouble.
IMPORTANT
Tested and working with Maya 2018, 2019, 2020. t will not work with earlier versions than 2018.
安装方法:
1、将icons里的图标复制到 C:\Users\你的用户名\Documents\maya\20XX\prefs\icons里。
2、打开maya,将DamageIncV_1_2_python2.py 文件拖到Maya脚本编辑器的Python标签里,运行即可。
注意:如果你是Maya2022 Python3的用户,则需要将脚本里print 后面的内容用括号括起来。
比如原文是 print ‘Error’,你需要改成 print (‘Error’)



