You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am an engineer who specializes in hardware. I'm developing a hardware prototype device for a light field display. It enables 3D visual effects to be felt with the naked eye and has a wide continuous viewing angle.
My computer is an Apple Mac M1 and I'm using blender, currently version 3.6 as well as 4.0. I'm testing, against a 3D model for light field rendering to test the visual effects in my display prototype. I am honored to see your lightfield plugin.
However, I have encountered some errors during the installation process and look forward to your response. Thanks!
The errors are specified below:
Traceback (most recent call last).
File "/Applications/Blender3.6.app/Contents/Resources/3.6/scripts/modules/addon_utils.py", line 369, in enable
mod.register()
File "/Users/cdy/Library/Application Support/Blender/3.6/scripts/addons/blender-lightfield-addon-main/init.py", line 130, in register
bpy.utils.register_class(cls)
ValueError: register_class(...) : already registered as a subclass 'LightfieldVisual'
The text was updated successfully, but these errors were encountered:
Dear IDLab Media,
I am an engineer who specializes in hardware. I'm developing a hardware prototype device for a light field display. It enables 3D visual effects to be felt with the naked eye and has a wide continuous viewing angle.
My computer is an Apple Mac M1 and I'm using blender, currently version 3.6 as well as 4.0. I'm testing, against a 3D model for light field rendering to test the visual effects in my display prototype. I am honored to see your lightfield plugin.
However, I have encountered some errors during the installation process and look forward to your response. Thanks!
The errors are specified below:
Traceback (most recent call last).
File "/Applications/Blender3.6.app/Contents/Resources/3.6/scripts/modules/addon_utils.py", line 369, in enable
mod.register()
File "/Users/cdy/Library/Application Support/Blender/3.6/scripts/addons/blender-lightfield-addon-main/init.py", line 130, in register
bpy.utils.register_class(cls)
ValueError: register_class(...) : already registered as a subclass 'LightfieldVisual'
The text was updated successfully, but these errors were encountered: