Skip to content

Commit

Permalink
Lil' changes in LabPBR interpritator
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspirata committed Nov 7, 2024
1 parent d920287 commit b5b822f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified MiBlend_Source/Materials/Nodes.blend
Binary file not shown.
5 changes: 3 additions & 2 deletions MiBlend_Source/Utils_tools.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from .MIB_API import *

def VertexRiggingTool():
def VertexRiggingTool(vertex_group_name=None):
selected_objects = bpy.context.selected_objects

vertex_group_name = bpy.context.scene.utilsproperties.vertex_group_name
if vertex_group_name is None:
vertex_group_name = bpy.context.scene.utilsproperties.vertex_group_name

for obj in selected_objects:
if obj.type == "MESH":
Expand Down

0 comments on commit b5b822f

Please sign in to comment.