a = ["002", "003", "007", "008", "009", "010", "015", "016", "090", "091", "094", "096", "100", "Bird", "blade", "botijio", "bunny", "Cartoon", "Castle", "ChineseLion", "Coffee", "cube", "Cubois", "cylinder", "Dente", "dog", "Drill", "Duck", "Eight", "fandisk"]
for (i=0; i < 30; i++)
{
id = core.loadObject("C:/Users/GCL/Desktop/git-Paper/ImplicitSurface/logs/"+a[i]+"/"+a[i]+"_deform_soft_max_lowrank_H1/deformed_result.ply")
decimater.decimate(id, "decimater_type=0;decimation_order=1;vertices=35000;distance=0.05000;normal_deviation=5")
################ meshrepair.fixMesh(id,0.0003000000) 这个是merge太过于接近的顶点的函数
core.saveObject(id,"C:/Users/GCL/Desktop/git-Paper/ImplicitSurface/logs/openflipper_simplify/"+a[i]+".obj")
core.clearAll()
}
openflipper 减面脚本
最新推荐文章于 2024-07-13 12:01:32 发布