12-17-2022, 03:59 AM
(12-13-2022, 03:12 PM)RetroMB Wrote: Here is a 1 hour long uncut video of me ripping Meowscarada's 3d model and animations.
I've watched very closely on the first video to import Greninja's SV model into Blender before it gets approved on the Models Resource, but when I've imported the python script and import in the trmdl file, this comes up:
Code:
Python: Traceback (most recent call last):
File "C:\Users\Micha\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\PokemonSwitch.py", line 93, in execute
from_trmdl(directory, f, self.rare, self.loadlods, self.usedds)
File "C:\Users\Micha\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\PokemonSwitch.py", line 1324, in from_trmdl
material.node_tree.links.new(alb_image_texture.outputs[0], mix_color6.inputs[1])
UnboundLocalError: local variable 'alb_image_texture' referenced before assignment