[Bf-extensions-cvs] [501ba25] master: Exclude World from Copy Render Setting, thanks Nahuel Belich

Eugenio Pignataro noreply at git.blender.org
Tue May 12 03:42:04 CEST 2015


Commit: 501ba2522f2f73f62ea74146c730bdd11c3ade57
Author: Eugenio Pignataro
Date:   Mon May 11 22:41:45 2015 -0300
Branches: master
https://developer.blender.org/rBAC501ba2522f2f73f62ea74146c730bdd11c3ade57

Exclude World from Copy Render Setting, thanks Nahuel Belich

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

M	oscurart_tools/oscurart_render.py

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

diff --git a/oscurart_tools/oscurart_render.py b/oscurart_tools/oscurart_render.py
index 557441d..5316ecc 100644
--- a/oscurart_tools/oscurart_render.py
+++ b/oscurart_tools/oscurart_render.py
@@ -385,7 +385,7 @@ def defCopyRenderSettings(mode):
     sceneslist = bpy.data.scenes[:]
     sceneslist.remove(sc)    
 
-    excludes = {'name','objects', 'object_bases', 'has_multiple_engines', 'display_settings', 'broken_files', 'rna_type', 'frame_subframe', 'view_settings', 'tool_settings', 'render', 'user_clear', 'animation_data_create', 'collada_export', 'keying_sets', 'icon_props', 'image_settings', 'library', 'bake', 'active_layer', 'frame_current_final', 'sequence_editor_clear', 'rigidbody_world', 'unit_settings', 'orientations', '__slots__', 'ray_cast', 'sequencer_colorspace_settings', 'ffmpeg', ' [...]
+    excludes = {'name','objects', 'object_bases', 'has_multiple_engines', 'display_settings', 'broken_files', 'rna_type', 'frame_subframe', 'view_settings', 'tool_settings', 'render', 'user_clear', 'animation_data_create', 'collada_export', 'keying_sets', 'icon_props', 'image_settings', 'library', 'bake', 'active_layer', 'frame_current_final', 'sequence_editor_clear', 'rigidbody_world', 'unit_settings', 'orientations', '__slots__', 'ray_cast', 'sequencer_colorspace_settings', 'ffmpeg', ' [...]
        
     
     if mode == "render":



More information about the Bf-extensions-cvs mailing list