[Blender 3.6] UV Packer
This commit is contained in:
parent
80e3c58913
commit
78e31ea49c
18 changed files with 635 additions and 347 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue