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
if bpy.context.scene.render.engine not in ["CYCLES", "BLENDER_EEVEE", "BLENDER_WORKBENCH"]:
bpy.context.scene.render.engine = "BLENDER_EEVEE"
with
if bpy.context.scene.render.engine not in ["CYCLES", "BLENDER_EEVEE_NEXT", "BLENDER_WORKBENCH"]:
bpy.context.scene.render.engine = "BLENDER_EEVEE_NEXT"
The text was updated successfully, but these errors were encountered:
In the file __init__.py replace
with
The text was updated successfully, but these errors were encountered: