adds select feature to editor

This commit is contained in:
Michel Fedde 2024-02-01 12:08:11 +01:00
parent 40a7e4b8ba
commit f763479a64
7 changed files with 106 additions and 7 deletions

View file

@ -3,7 +3,7 @@ import bpy
class CreateIDMaskOperator(bpy.types.Operator):
bl_idname = "id_mask_editor.create_id_mask_attribute"
bl_label = ""
bl_label = "Create ID Mask - Attribute"
bl_options = {'INTERNAL'}
@classmethod