moved code from root to /src
This commit is contained in:
parent
46363150d0
commit
8984e75bee
7 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
@ -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):
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue