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

bpy.ops.wm.addon_enable changed to bpy.ops.preferences.addon_enable #27

Closed
DotBow opened this issue Mar 2, 2019 · 0 comments
Closed

Comments

@DotBow
Copy link
Contributor

DotBow commented Mar 2, 2019

Blender 2019-03-02 490a385c8124 API has changed bpy.ops.wm.addon_enable to bpy.ops.preferences.addon_enable.

Traceback (most recent call last):
File "C:\Users\Oleg.vscode\extensions\jacqueslucke.blender-development-0.0.10\pythonFiles\include\blender_vscode\load_addons.py", line 32, in load
bpy.ops.wm.addon_enable(module=addon_path.name)
File "d:\Programs\Blender\2.8\blender-2.80.0-git.490a385c8124-windows64\2.80\scripts\modules\bpy\ops.py", line 200, in call
ret = op_call(self.idname_py(), None, kw)
AttributeError: Calling operator "bpy.ops.wm.addon_enable" error, could not be found

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

No branches or pull requests

1 participant