linbenyi avatar

Batch Drc to Obj

linbenyi

Published: 04 Apr 2019 › Updated: 04 Apr 2019

Batch Drc to Obj

http://josbalcaen.com/scripts/max/
josbalcaen_batch_exporter_importer.mzp可以批量导入导出obj
https://github.com/google/draco
Draco_decoder 在本地目录转换所有内容

for /r I:\Maxus\Draco\G10\DRC %%i in (*.drc) do (
draco_decoder.exe -i I:\Maxus\Draco\G10\DRC%%~ni.drc -o I:\Maxus\Draco\G10\OBJ%%~ni.obj
)

把下载好的文件放到指定目录。使用批处理的for循环。转换文件成Obj然后使用插件导入max

Leave Batch Drc to Obj to:

Written by

Read more #cn posts


Best Posts From linbenyi

We have not curated any of linbenyi's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From linbenyi