readyplayerme / ready-player-me

ready player me python API for Blender
2 stars 3 forks source link

Errors downloading avatar #1

Open jgarrettvml opened 1 year ago

jgarrettvml commented 1 year ago

Python: Traceback (most recent call last): File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ReadyPlayerMe-Blender-Tools\RPM_API_Request.py", line 204, in execute rename_armature(context, url_params_list) File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ReadyPlayerMe-Blender-Tools\RPM_API_Request.py", line 44, in rename_armature context.object.name = context.scene.RPM.avatarname + '' + '_'.join(postfix) AttributeError: 'NoneType' object has no attribute 'name'

hanWolf3D commented 1 year ago

C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ReadyPlayerMe-Blender-Tools\RPM_API_Request.py

this path shows you are running in an addon this repo is not the blender tools addon, are you perhaps a partner who is using a different script?