-
Notifications
You must be signed in to change notification settings - Fork 15
Description
it works fine on 4.2 but it's not working in blender 4.3
Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\blender-4.3.0-beta+v43.528df9033623-windows.amd64-release\4.3\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 1389, in execute cmd_batch = self.exec_command_iter(is_modal) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Blender Foundation\blender-4.3.0-beta+v43.528df9033623-windows.amd64-release\4.3\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2453, in exec_command_iter self.exec_legacy(source_filepath) File "C:\Program Files\Blender Foundation\blender-4.3.0-beta+v43.528df9033623-windows.amd64-release\4.3\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2584, in exec_legacy bpy.types.PREFERENCES_OT_addon_install.execute(self, bpy.context) File "C:\Program Files\Blender Foundation\blender-4.3.0-beta+v43.528df9033623-windows.amd64-release\4.3\scripts\startup\bl_operators\userpref.py", line 822, in execute bpy.ops.preferences.addon_enable(module=mod.__name__) File "C:\Program Files\Blender Foundation\blender-4.3.0-beta+v43.528df9033623-windows.amd64-release\4.3\scripts\modules\bpy\ops.py", line 109, in __call__ ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Error: 'module' object has no attribute 'VIEW3D_MT_gpencil_edit_context_menu'