文件名称:blender渲染脚本
文件大小:1KB
文件格式:PY
更新时间:2021-09-06 08:14:34
Python blender
import bpy modelName = 'frame' materialName = 'water' modelPath = "f:\\animation\\" modelType = ".ply" imageOutPath = "/blenderImage/" imageType = ".png" modelTotal = 5 #File Total curModelNum = 1 #信息 print("Render Start : ") print(materialName)