|
input_type = InputType[os.path.splitext(path)[1][1:].strip()] |
Thank you for sharing this code!
i found the next error when trying to run it into blender
File "\Text", line 94, in
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\ntpath.py", line 204, in splitext
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
and i do not know how to solve this issue
does the same happen with you?
GameTools/common/raw2obj.py
Line 94 in 9d30535
Thank you for sharing this code!
i found the next error when trying to run it into blender
File "\Text", line 94, in
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\ntpath.py", line 204, in splitext
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
and i do not know how to solve this issue
does the same happen with you?