想问下有没有人知道,怎么才能将3d的模型通过python编辑成游戏角色
收起
你可以试试用maxplus对3dmax模型进行操作处理。参考: Python for 3ds max – Mesh manipulation – Oded Erell's CG Log Software: 3ds max 2019 An example of creating a mesh ripple deformation using Python for 3ds max: Script steps: Define the effect intensity and a helper point object that will serve as the effect center. Collapse the object to an Editable-Mesh so its vertices will be accessible by Python. Note that the Node's Object has… https://odederell3d.blog/2019/05/11/python-for-3ds-max-mesh-manipulation/
报告相同问题?