[Blender 3.6] UV Packer

This commit is contained in:
brothermechanic 2023-09-12 09:07:30 +00:00 committed by Igor Brylyov
parent 80e3c58913
commit 78e31ea49c
18 changed files with 635 additions and 347 deletions

View file

@ -19,7 +19,7 @@ __version__ = '0.1'
import bpy
def convert_mesh_to_mesh(obj):
def mesh_to_mesh(obj):
''' Convert all deformers and modifiers of object to it's mesh. '''
if obj and obj.type == 'MESH':
deg = bpy.context.evaluated_depsgraph_get()