Failing to import a json on blender 4 #45
Unanswered
klinter007
asked this question in
Q&A
Replies: 1 comment
-
I was able to import using jsn file, when in photoshop have you got the layers selected and then running the script. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
exported from Photoshop, trying to import the json to blender 4, getting this error...
What do i do next? :)
Python: Traceback (most recent call last):
File "C:\Users\gili\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\coa_tools2\operators\import_sprites.py", line 284, in execute
bpy.ops.coa_tools2.import_sprite(
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
RuntimeError: Error: Python: Traceback (most recent call last):
File "C:\Users\gili\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\coa_tools2\operators\import_sprites.py", line 457, in execute
obj = self.create_mesh(
File "C:\Users\gili\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\coa_tools2\operators\import_sprites.py", line 364, in create_mesh
functions.link_object(context, obj)
File "C:\Users\gili\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\coa_tools2\functions.py", line 60, in link_object
active_collection = bpy.data.collections[context.scene.coa_tools2.active_collection]
KeyError: 'bpy_prop_collection[key]: key "" not found'
Location: C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\modules\bpy\ops.py:109
Beta Was this translation helpful? Give feedback.
All reactions