ssbucarlos / smash-ultimate-blender

Blender Plugin containing utilities for Smash Ultimate Models and Animations.
45 stars 9 forks source link

Import materials fails on Blender 3.4 #176

Closed Coffiend closed 1 year ago

Coffiend commented 1 year ago

After upgrading to the latest version of Blender and this plugin, I receive the following error when importing a model

Capture

ScanMountGoat commented 1 year ago

It's working fine for me after installing the latest version of the addon on Blender 3.3.1. What version of Blender are you using?

Coffiend commented 1 year ago

I'm using Blender 3.4.0

Also, I tried using the Reimport Materials option this morning and got this message. Hopefully it's related to the root of whatever my issue is image

Coffiend commented 1 year ago

I neglected to say that, clicking on the import button after the initial failure brought in the model with unassigned and empty materials image image image

ScanMountGoat commented 1 year ago

It looks like only the material import failed. I haven't tested the addon yet on Blender 3.4. Do you still get this error if you try it on Blender 3.3?

Coffiend commented 1 year ago

Nope! All is good in Blender 3.3

ScanMountGoat commented 1 year ago

I'm no longer getting this error on 3.4 on the latest commit. Linking this discussion for future reference. Apparently inputs/outputs need to be added to the node_tree and not the node itself, despite this not being mentioned anywhere on the changelog or the original issue. issue: https://developer.blender.org/rB52bd198153ede3c7131df895bb08e4828aab1e9b explanation of how it's supposed to work: https://developer.blender.org/T100770