此脚本将合并同名材质的物体,将其转换为可编辑网格,优化几何体并将其重命名为其材质名。 如果您选择大量的对象(5k+),则可能需要一些时间。 将包含有材质信息的.3ds或其他格式导入/合并文件时,特别有用。MAX2012以上测试可用,按理MAX2010+即可用。This script condense objects with the same material, convert them into Editable Meshes, optimize the geometry and rename it as its material. If you select a large number of objects (+5k) it can take some time but it is crash-proof (so far).
这个工具用来管理你的材质库,每个库都可以用一个文件夹来存放,可以快速读取材质库,也可以合并不同的材质库。使用前,先设置个材质路径。this script is intended to ease material library maintenance. you can add materials to the library and write commetns for them. you have a folder structure on your HDD, which represents material categories, and you have one file per material. so you can change structure and move materials by working with folders and files. so you need to define a working path in the code.
纹理阵列是 - texture_scatterer_v0.1,根据图片的黑白明暗来计算物体的密集数量,实现疏密有致的阵列效果。
该工具用来把顶点位置的XYZ,转换成顶点色的RGB。 This script can convert vertex position XYZ to vertexcolor RGB. useful with 3d texture map UV or some.