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

blender 3.6 install error #15

Open
AlexNorth365 opened this issue Jan 21, 2024 · 2 comments
Open

blender 3.6 install error #15

AlexNorth365 opened this issue Jan 21, 2024 · 2 comments

Comments

@AlexNorth365
Copy link

Dear there.

My system is apple mac m1,my blender is 3.6. after installing and enabling it, I have the following error, looking forward to your reply!

Traceback (most recent call last):
File "/Applications/Blender3.6.app/Contents/Resources/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = import(module_name)
File "/Users/cdy/Library/Application Support/Blender/3.6/scripts/addons/blender-addon-master/init.py", line 61, in
class LFPropertyGroup(bpy.types.PropertyGroup):
File "/Users/cdy/Library/Application Support/Blender/3.6/scripts/addons/blender-addon-master/init.py", line 176, in LFPropertyGroup
default=updates.get_default_target_directory(),
File "/Users/cdy/Library/Application Support/Blender/3.6/scripts/addons/blender-addon-master/updates.py", line 105, in get_default_target_directory
path = os.path.join(bpy.context.user_preferences.filepaths.temporary_directory, 'lightfield')
AttributeError: '_RestrictContext' object has no attribute 'user_preferences'

@Max1Power
Copy link

change user_preferences to preferences in the file /scripts/addons/blender-addon-master/updates.py

path = os.path.join(bpy.context.preferences.filepaths.temporary_directory, 'lightfield')

@PisCes318
Copy link

Can blender3.6 be used?

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

3 participants