Skip to content
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

-Mq_H0YG4q07eAC8CDlp: AttributeError: Calling operator "bpy.ops.object.proxy_make" error, could not be found\n (a blender 3.0 error) #262

Closed
Tracked by #261
StandingPadAnimations opened this issue Dec 24, 2021 · 4 comments
Labels
Milestone

Comments

@StandingPadAnimations
Copy link
Collaborator

No description provided.

@StandingPadAnimations
Copy link
Collaborator Author

Whoops, accidentally made this

@StandingPadAnimations
Copy link
Collaborator Author

However, I assume there seems to be a change in operator names

@TheDuckCow
Copy link
Member

No worries, will leave it up to you if you want to fork issues for each issue. I'll probably just tick the box for the ones I personally fix in the original. Copying more of the raw data for this specific issue, but see my separate discord message for more info on getting this yourself:

File "<addon_path>/mobs.py", line 318, in execute\n res = self.load_linked(context, path, name)\n File "<addon_path>/mobs.py", line 423, in load_linked\n bpy.ops.object.proxy_make(object=prox_obj.name)\n File "<addon_path>/ops.py", line 132, in __call__\n ret = _op_call(self.idname_py(), None, kw)\nAttributeError: Calling operator "bpy.ops.object.proxy_make" error, could not be found\n

There were 19 reports of this, all Blender 3.00, mix of windows+Mac, and indeed expecting it's that we need to update this (and any other references) to create blender overrides as opposed to proxies. It should work roughly the same, but I expect there to be some nuances.

@TheDuckCow TheDuckCow added the bug label Dec 24, 2021
@TheDuckCow TheDuckCow added this to the v3.2.6 milestone Jan 2, 2022
@TheDuckCow
Copy link
Member

Resolved this already in prior commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants