朗读本文
资源介绍:
GS CurveTools是一款Autodesk Maya路径弯曲编辑插件,可以在Maya中制作比如头发、绳子等效果的曲线面片,从简单的曲线到复杂的弯曲模型都可以制作。
GS CurveTools is a powerful tool used to create and manipulate geometry cards and tubes (Curve Cards and Curve Tubes). GS CurveTools can be used in numerous workflows, from hair card creation, to creation of complex procedural braided cables and much more.
安装方法:
- 拷贝gs_curvetools文件夹到文档\Maya\Maya版本\zh_CN\scripts\
- 运行Maya
- 拷贝下面这行代码到Python命令中,回车
import gs_curvetools.init as ct_init;from imp import reload;reload(ct_init);ct_init.Init(); - 在Maya Shelf工具架里找到GS
- 点击CT UI可以运行
