UVAligner Tool

- Adds a new Avatar Toolkit panel location for UV tools
- adds Align UV Edges to target
 - Allows for aligning uv vertices in a line on one object to another's uvs pixel perfect. This is useful for making one model copy another model's UV's with some user work
- Added translation keys for tool
This commit is contained in:
989onan
2024-09-09 21:18:56 -04:00
parent ce6cedd776
commit fba59faa50
6 changed files with 343 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class AvatarToolkitOptimizationPanel(bpy.types.Panel):
bl_parent_id = "OBJECT_PT_avatar_toolkit"
bl_order = 2
def draw(self, context):
def draw(self: bpy.types.Panel, context: bpy.types.Context):
layout = self.layout
armature = get_selected_armature(context)