adds select feature to editor
This commit is contained in:
parent
40a7e4b8ba
commit
f763479a64
7 changed files with 106 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue