We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I hope it support for blender 3.0。
The text was updated successfully, but these errors were encountered:
i have the same issues, not support blender 3.0
Sorry, something went wrong.
按照python的提示,将..\lumiere_init_.py文件的第64、65行的函数的参数去掉,就可以使用了(blender 3.2)
presets_folder = bpy.utils.script_paths("presets") addons_folder = bpy.utils.script_paths("addons")
——>
presets_folder = bpy.utils.script_paths() addons_folder = bpy.utils.script_paths()
No branches or pull requests
I hope it support for blender 3.0。
The text was updated successfully, but these errors were encountered: