-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I want to automate the process of importing the ldr file and exporting it to another file. I tried the following line for importing:
bpy.ops.ldraw_exporter.import_operator(ldraw_path="d:\\test.ldr", studio_ldraw_path="C:\\Program Files\\Studio 2.0\\ldraw")
But I receive two errors:
missing LDCfgalt.ldr
missing
======Import Complete======
Part count: 0
elapsed: 0.03504189999875962
===========================
{'FINISHED'}
I can switch off the colors by adding the additional parameter:
use_alt_colors=False
Which removes the first "missing" error but the second remains. And switching off the color-option seems not a professional way of solving this error.
How to correctly solve these errors?
Metadata
Metadata
Assignees
Labels
No labels