-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Every time I try to prep the scene, I get these Error:
Python: Traceback (most recent call last):
File "/Users/matti/Library/Application Support/Blender/4.3/scripts/addons/compify-master/init.py", line 281, in execute
material = ensure_compify_material(context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/Library/Application Support/Blender/4.3/scripts/addons/compify-master/init.py", line 151, in ensure_compify_material
return create_compify_material(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/matti/Library/Application Support/Blender/4.3/scripts/addons/compify-master/init.py", line 164, in create_compify_material
mat.shadow_method = 'HASHED'
^^^^^^^^^^^^^^^^^
AttributeError: 'Material' object has no attribute 'shadow_method'
Does somebody know what it means and how to fix it?