批处理混合文件

BlenderBatchExporter的Python项目详细描述


批量搅拌机出口

将装满搅拌机文件的文件夹导出为obj格式。默认值:仅选定对象、三角化面、导出法线和UV、Y向上

使用量

batchExportObj.py [-h] --input INPUT --output OUTPUT
                         [--blender BLENDER] [--scale SCALE]

required arguments:
  --input INPUT, -i INPUT
                        path to a folder containing .blend files
  --output OUTPUT, -o OUTPUT
                        path to the folder to output converted files to.

optional arguments:
  -h, --help            show this help message and exit
  --blender BLENDER, -b BLENDER
                        path to the Blender command line tool. Defaults to /Ap
                        plications/Blender/blender.app/Contents/MacOS/blender
  --scale SCALE         amount to scale the geometry by

示例

./batchExportObj.py --input ../Blender/lopoly --output ../ARModeller/LoPoly --scale 0.02

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Grid loadmask(true)在gxt中不起作用   java将字符串索引转换为整数   为什么Java泛型适用于基元数组,但不适用于基元数组?   java如何让Azure应用程序服务Tomcat将所有80/443流量转发到运行在同一应用程序服务上的JBoss   具有多个值的java转换映射到树?   java如何设置SQL server连接URL?   java设置了多个相互独立的JFrame   安全性在JAVA中如何使用RSAPrivateKey的密码短语?   java不能使用比Apache Velocity中更大的条件   如何在Java中打印字符串的所有排列   停止Android Studio自动导入java。sql。日期   对象简单计算器程序java   java如何在安卓中使用“&”符号作为字符串?   java Connect,为我的安卓应用程序从REST API发布和获取数据