diff --git a/__init__.py b/__init__.py index b9a9e6e..f5cfb1a 100644 --- a/__init__.py +++ b/__init__.py @@ -1390,7 +1390,7 @@ def execute(self, context): def modal(self, context, event): if bpy.context.scene.render.engine not in ["CYCLES", "BLENDER_EEVEE"]: - bpy.context.scene.render.engine = "BLENDER_EEVEE" + bpy.context.scene.render.engine = "BLENDER_EEVEE_NEXT" try: old_objects = [o.name for o in bpy.data.objects] # Get the current objects inorder to find the new node hierarchy bpy.ops.import_scene.gltf(filepath=self.gltf_path)