[Bf-extensions-cvs] [e9f38128] blender2.8: Render Auto Save: Add Cycles to Compat Engines

florianfelix noreply at git.blender.org
Wed Oct 10 11:45:34 CEST 2018


Commit: e9f3812837a8088237a2d77e09805cc8615cec44
Author: florianfelix
Date:   Wed Oct 10 11:44:57 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBACe9f3812837a8088237a2d77e09805cc8615cec44

Render Auto Save: Add Cycles to Compat Engines

===================================================================

M	render_auto_save.py

===================================================================

diff --git a/render_auto_save.py b/render_auto_save.py
index 830abeb1..524d3ab9 100644
--- a/render_auto_save.py
+++ b/render_auto_save.py
@@ -108,7 +108,8 @@ class RENDER_PT_render_auto_save(Panel):
     bl_label = "Auto Save Render"
     bl_parent_id = "RENDER_PT_output"
     bl_options = {'DEFAULT_CLOSED'}
-    COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_EEVEE', 'BLENDER_OPENGL'}
+    COMPAT_ENGINES = {'CYCLES', 'BLENDER_RENDER',
+                      'BLENDER_EEVEE', 'BLENDER_OPENGL'}
 
     @classmethod
     def poll(cls, context):



More information about the Bf-extensions-cvs mailing list