mrven / Blender-Asset-Creation-Toolset

Many Tools for Game Asset Creation (Import/Export FBXs, Origin Aligment Tool, Renaming, Low-Poly Art workflow tools, etc.)
GNU General Public License v3.0
285 stars 25 forks source link

Blender crashes on MacOS 11.1 when this plugin is installed #3

Closed JosephHalter closed 6 months ago

JosephHalter commented 3 years ago

I'm using the latest version of Blender (2.91.0) and the latest version of Blender Asset Creation Toolset (3.1.2) and when this plugin is installed, Blender crashes frequently with the following error message:

Saved session recovery to '/var/folders/rd/kngvlvfs69v5svy8gnzwzw800000gn/T/quit.blend'
Exception in module unregister(): '/Users/joseph/Library/Application Support/Blender/2.91/scripts/addons/Asset_Creation_Toolset_3_1_2_290/__init__.py'
Traceback (most recent call last):
  File "/Applications/Blender.app/Contents/Resources/2.91/scripts/modules/addon_utils.py", line 434, in disable
    mod.unregister()
  File "/Users/joseph/Library/Application Support/Blender/2.91/scripts/addons/Asset_Creation_Toolset_3_1_2_290/__init__.py", line 41, in unregister
    sys.modules[current_module_name].unregister()
  File "/Users/joseph/Library/Application Support/Blender/2.91/scripts/addons/Asset_Creation_Toolset_3_1_2_290/material_tools.py", line 794, in unregister
    bpy.types.CYCLES_PT_context_material.remove(Material_Menu_Panel)
AttributeError: 'RNA_Types' object has no attribute 'CYCLES_PT_context_material'

Blender quit

It happens at seemingly random times, when I'm not using the plugin at all, just right clicking on a vertex to select it for example.

mrven commented 11 months ago

Do you have enabled Cycles Render Plugin? This required for some functions of ACT. Image

mrven commented 6 months ago

Fix with another bug #4