Batch Drc to Obj

in cn •  6 years ago  (edited)

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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!