mc-world-export icon indicating copy to clipboard operation
mc-world-export copied to clipboard

Error at import_vcap

Open Hashibutogarasu opened this issue 1 year ago • 2 comments

If I load the .replay file blender 3.6 LTS throw the error.

StackTrace:

Python: Traceback (most recent call last):
  File "C:\Users\crow\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\import_vcap\import_replay_operator.py", line 103, in execute
    replay_file.load_replay(self.filepath, context, context.scene.collection, handle=handle, settings=settings)
  File "C:\Users\crow\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\import_vcap\replay\replay_file.py", line 139, in load_replay
    vcap_importer.load(world_file,
  File "C:\Users\crow\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\import_vcap\vcap\vcap_importer.py", line 60, in load
    mat = materials.parse(obj, os.path.basename(mat_id), vcontext)
  File "C:\Users\crow\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\import_vcap\vcap\materials.py", line 109, in parse
    node_tree.nodes.remove(node_tree.nodes.get('Principled BSDF'))
TypeError: Nodes.remove(): error with argument 1, "node" -  Function.node does not support a 'None' assignment Node type

Blender version: 3.6 LTS Minecraft: 1.19.3 Fabric Loader: fabric-0.14.21 Mod version: 0.8.0 import_vcap: 0.7.0 OS: Windows11 CPU: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz GPU:NVIDIA GeForce RTX 3050 Ti Laptop GPU Geforce Gameready Driver version: 31.0.15.3640

Hashibutogarasu avatar Jun 30 '23 09:06 Hashibutogarasu

Right now, Blender 3.6 isn't supported due to a hiatus on my part and an impending integration with MCPrep. Try using a previous version and then upgrading.

On Fri, Jun 30, 2023 at 2:51 AM カラス @.***> wrote:

If I load the .replay file blender 3.6 LTS throw the error.

StackTrace:

Python: Traceback (most recent call last): File "C:\Users\crow\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\import_vcap\import_replay_operator.py", line 103, in execute replay_file.load_replay(self.filepath, context, context.scene.collection, handle=handle, settings=settings) File "C:\Users\crow\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\import_vcap\replay\replay_file.py", line 139, in load_replay vcap_importer.load(world_file, File "C:\Users\crow\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\import_vcap\vcap\vcap_importer.py", line 60, in load mat = materials.parse(obj, os.path.basename(mat_id), vcontext) File "C:\Users\crow\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\import_vcap\vcap\materials.py", line 109, in parse node_tree.nodes.remove(node_tree.nodes.get('Principled BSDF')) TypeError: Nodes.remove(): error with argument 1, "node" - Function.node does not support a 'None' assignment Node type

Blender version: 3.6 LTS Minecraft: 1.19.3 Fabric Loader: fabric-0.14.21 Mod version: 0.8.0 import_vcap: 0.7.0 OS: Windows11 CPU: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz GPU:NVIDIA GeForce RTX 3050 Ti Laptop GPU Geforce Gameready Driver version: 31.0.15.3640

— Reply to this email directly, view it on GitHub https://github.com/Sam54123/mc-world-export/issues/66, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIFMZZACJDAEWK3YA2DZK2LXN2ORZANCNFSM6AAAAAAZZT4WO4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Igrium avatar Jun 30 '23 18:06 Igrium

image i have moved to an old version and i use version 0.8 of this mod and it still does not work

cinimaticc avatar Apr 25 '24 20:04 cinimaticc