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

Meshgen-cpu-win64 Installation Error on Blender 4.3 #18

Open
andrewg259 opened this issue Dec 25, 2024 · 0 comments
Open

Meshgen-cpu-win64 Installation Error on Blender 4.3 #18

andrewg259 opened this issue Dec 25, 2024 · 0 comments

Comments

@andrewg259
Copy link

andrewg259 commented Dec 25, 2024

I get this error in my output whenever I attempt to install meshgen to blender, I have tested this on both 4.2, and 4.3 versions and end up with the same result

Python:` Traceback (most recent call last):
  File "F:\SteamLibrary\steamapps\common\Blender\4.3\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 1481, in execute
    cmd_batch = self.exec_command_iter(is_modal)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\SteamLibrary\steamapps\common\Blender\4.3\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2560, in exec_command_iter
    self.exec_legacy(source_filepath)
  File "F:\SteamLibrary\steamapps\common\Blender\4.3\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2692, in exec_legacy
    bpy.types.PREFERENCES_OT_addon_install.execute(self, bpy.context)
  File "F:\SteamLibrary\steamapps\common\Blender\4.3\scripts\startup\bl_operators\userpref.py", line 813, in execute
    bpy.ops.preferences.addon_enable(module=mod.__name__)
  File "F:\SteamLibrary\steamapps\common\Blender\4.3\scripts\modules\bpy\ops.py", line 109, in __call__
    ret = _op_call(self.idname_py(), kw)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: No module named 'meshgen.preferences'
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