Skip to content

Commit

Permalink
fix(attributes): add 'object_mask' property to object attributes panel (
Browse files Browse the repository at this point in the history
#254)

Seems like it was never added to the UI by the looks of it
  • Loading branch information
NMC-TBone authored Jan 14, 2025
1 parent 459f24a commit 83d181d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/i3dio/ui/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ def draw(self, context):
i3d_property(layout, i3d_attributes, 'visibility', obj)
i3d_property(layout, i3d_attributes, 'clip_distance', obj)
i3d_property(layout, i3d_attributes, 'min_clip_distance', obj)
i3d_property(layout, i3d_attributes, 'object_mask', obj)

layout.separator(type='LINE')
box = layout.box()
Expand Down

0 comments on commit 83d181d

Please sign in to comment.