moved code from root to /src

This commit is contained in:
Michel Fedde 2024-01-29 21:33:51 +01:00
parent 46363150d0
commit 8984e75bee
7 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ from . panels.panel_info import BakeToIDInfoPanel
from . properties.bake_to_id import BakeToIDProperties
bl_info = {
"name": "Bake to ID Map",
"name": "Bake ID Mask",
"author": "iedSoftworks",
"description": "",
"blender": (2, 80, 0),

View file

@ -6,7 +6,7 @@ import bpy
class BakeToIDMapOperator(bpy.types.Operator):
bl_idname = "object.bake_to_id_map"
bl_label = "Bake to ID Map"
bl_label = "Bake ID Mask"
def execute(self, context):