Skip to content

Blender 4.3.2 fix BLENDER_EEVEE_NEXT #161

Description

@superfabiuz

In the file __init__.py replace

    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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions