[Bf-extensions-cvs] [c3863013] blender2.8: Add support for Vertex Groups.

Kalle-Samuli Riihikoski noreply at git.blender.org
Tue Sep 4 16:10:23 CEST 2018


Commit: c386301327e296808d166c146e4703370bc9430f
Author: Kalle-Samuli Riihikoski
Date:   Tue Sep 4 17:08:27 2018 +0300
Branches: blender2.8
https://developer.blender.org/rBAc386301327e296808d166c146e4703370bc9430f

Add support for Vertex Groups.

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

M	io_coat3D/__init__.py

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

diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 0727d2fd..5813d730 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -185,8 +185,8 @@ def make_texture_list(texturefolder):
 
 def updatemesh(objekti, proxy):
 
-    '''
-    TO DO VERTEX GROUPS, gives an error with this code.
+
+    #TO DO VERTEX GROUPS, gives an error with this code.
 
     if(objekti.vertex_groups.keys != []):
         bpy.ops.object.select_all(action='DESELECT')
@@ -196,7 +196,7 @@ def updatemesh(objekti, proxy):
         bpy.ops.object.select_all(action='DESELECT')
 
 
-    '''
+
 
     # UV Set Copy



More information about the Bf-extensions-cvs mailing list