[Bf-blender-cvs] [5b6b741ec00] soc-2019-npr: Disable rendering of the orginal scene in the script.

YimingWu noreply at git.blender.org
Sat May 18 15:20:11 CEST 2019


Commit: 5b6b741ec00ad27ea8f935b5d6f8573ad3e41c0f
Author: YimingWu
Date:   Sat May 18 21:01:29 2019 +0800
Branches: soc-2019-npr
https://developer.blender.org/rB5b6b741ec00ad27ea8f935b5d6f8573ad3e41c0f

Disable rendering of the orginal scene in the script.

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

M	release/scripts/startup/bl_operators/lanpr.py

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

diff --git a/release/scripts/startup/bl_operators/lanpr.py b/release/scripts/startup/bl_operators/lanpr.py
index 6e89542a08a..3c5b484855e 100644
--- a/release/scripts/startup/bl_operators/lanpr.py
+++ b/release/scripts/startup/bl_operators/lanpr.py
@@ -221,7 +221,8 @@ class LANPR_render_composited(bpy.types.Operator):
         
         while True :
         
-            lanpr_render_backdrop_first(bpy.context.scene)
+            #Seems that backdrop is now rendered ever time?
+            #lanpr_render_backdrop_first(bpy.context.scene)
             
             lanpr_render_this_scene_next(bpy.context.scene)



More information about the Bf-blender-cvs mailing list