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:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user