Add Easy_Weight to Addons #47

Merged
Nick Alberelli merged 48 commits from feature/easy_weights into main 2023-05-17 22:13:57 +02:00
Showing only changes of commit 8ab94109ef - Show all commits

View File

@ -18,9 +18,11 @@ bl_info = {
"blender": (2, 90, 0), "blender": (2, 90, 0),
"location": "Weight Paint > Weights > Easy Weight", "location": "Weight Paint > Weights > Easy Weight",
"description": "Operators to make weight painting easier.", "description": "Operators to make weight painting easier.",
"category": "3D View" "category": "Rigging",
"doc_url": "https://gitlab.com/blender/easy_weight/-/blob/master/README.md",
"tracker_url": "https://gitlab.com/blender/easy_weight/-/issues/new",
} }
import bpy import bpy
from . import smart_weight_transfer from . import smart_weight_transfer