I'm having issues exporting the tutorial mod package (simple_cube) from Blender.
I've followed the tutorial to the letter but im getting the following log when i click PACK MOD.
Code: Select all
Error: Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\addons\io_scs_tools\operators\scene.py", line 1002, in execute
_path_utils.ensure_symlink(_get_scs_globals().scs_project_path, linked_path)
File "C:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\addons\io_scs_tools\utils\path.py", line 828, in ensure_symlink
subprocess.check_call(["mklink", "/J", dest, src], shell=True)
File "C:\Program Files\Blender Foundation\Blender 2.91\2.91\python\lib\subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['mklink', '/J', 'E:\\Documents\\ETS MODS\\ETS 2 Modding\\conversion_tools_2_12\\linked_bt_e3ec7e7f486e84ffd2f8dac4787808ad091da1f4', 'E:\\Documents\\ETS MODS\\Mods Workspace\\01_simple_cube\\base\\']' returned non-zero exit status 1.
location: C:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\modules\bpy\ops.py:132
conversion tools 2.12