-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug. Can't Upload From Blender #32
Comments
yea i see now i also have the same problem i need help with this |
hi never mind i fixed it go to this location in files C:\Users\neels\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\roblox-blender-plugin\lib and go into the folder get_selected_objects.py and open it with notepad or anything that's like notepad and look for this for selected_object in context.selected_ids and change the word ids to objects and save it then restart blender. if wanna know how i fixed this problem i asked chat gpt for help its an ai and it worked hopefully this don't get deleted |
It worked. Thanks! |
This issue was fixed in v1.0.2, thanks for reporting! |
bug, idk how to put label
I think this bug might be related to 4.0.0. After the update my add-on was gone so i had to reinstall it this error showed up.
Python: Traceback (most recent call last):
File "C:\Users\40787\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\roblox-blender-plugin\lib\get_selected_objects.py", line 66, in get_selected_objects
for selected_object in context.selected_ids:
AttributeError: 'Context' object has no attribute 'selected_ids'. Did you mean: 'selected_bones'?
The text was updated successfully, but these errors were encountered: