[Bf-extensions-cvs] [95df6a6] master: Improve: Linked To Local leave modifiers

Eugenio Pignataro noreply at git.blender.org
Thu Oct 9 18:13:00 CEST 2014


Commit: 95df6a6a10c4f67dca6142764b45652c116286db
Author: Eugenio Pignataro
Date:   Thu Oct 9 13:12:51 2014 -0300
Branches: master
https://developer.blender.org/rBAC95df6a6a10c4f67dca6142764b45652c116286db

Improve: Linked To Local leave modifiers

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

M	oscurart_mesh_cache_tools.py

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

diff --git a/oscurart_mesh_cache_tools.py b/oscurart_mesh_cache_tools.py
index ac1c35f..57bd7b5 100644
--- a/oscurart_mesh_cache_tools.py
+++ b/oscurart_mesh_cache_tools.py
@@ -228,12 +228,14 @@ def OscLinkedGroupToLocal():
     for ob in GROBJS:
         NEWGROUP.objects.link(ob)
         NEWOBJ.append(ob)
+    """    
     for ob in NEWOBJ:
         if ob.type == "MESH":
             if len(ob.modifiers):
                 for MODIFIER in ob.modifiers[:]:
                     if MODIFIER.type == "SUBSURF" or MODIFIER.type == "MASK":
                         ob.modifiers.remove(MODIFIER)
+    """                    
 
 class OscGroupLinkedToLocal(bpy.types.Operator):
     bl_idname = "group.linked_group_to_local"



More information about the Bf-extensions-cvs mailing list