Closed UuPhan closed 1 year ago
Seem when import only .cfg file that function import_cfg_file()
in loop in ImportAnnoCfg
class not trigger for any reason. Since I don't need import any other than .cfg then get rid of for loop and it just work!
Although we may not get supported but thank you for provide us this addon anyway.
Hello,
I'm trying to batch export .cfg to .glb but get stuck at import because don't know import syntax in python. Attemp to try with this and some other silly syntax:
bpy.ops.import_scene.cfg(filepath='./path/to/file.cfg')
I changed
bl_idname
value to"import_scene.cfg"
of classImportAnnoCfg
in youroperators.py
then error was gone but nothing happened or importedWould you mind to show me the syntax to import in python, please?