01-17-2023, 01:25 AM
Hello, I've sifted through the latest few pages and have not seen this issue answered or brought up.
Using the blender script linked in the initial post, I could import several player assets from RTB's Mega link. But for some reason, I receive an error when importing the player base model. I'm unsure if I've done something wrong, if this is an error with the script, or if it's the model itself.
Blender returns this error:
Using the blender script linked in the initial post, I could import several player assets from RTB's Mega link. But for some reason, I receive an error when importing the player base model. I'm unsure if I've done something wrong, if this is an error with the script, or if it's the model itself.
Blender returns this error:
Quote:Python: Traceback (most recent call last):NPCs seem to work just fine, too. It is only the player's base that returns this error. I'd appreciate any help resolving the issue.
File "C:\Users\*****\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\PokemonSwitch.py", line 85, in execute
from_trmdlsv(directory, f, self.rare, self.loadlods)
File "C:\Users\*****\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\PokemonSwitch.py", line 340, in from_trmdlsv
if chara_check == "Rei" or chara_check == "Akari":
UnboundLocalError: local variable 'chara_check' referenced before assignment