Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Brachi committed Jun 23, 2024
1 parent 2b71a8b commit 92bf8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions albam/blender_ui/custom_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def draw(self, context):
if not custom_props:
return
for k in custom_props.__annotations__:
# TODO: don't draw if marked as "HIDDEN"
layout.prop(custom_props, k)

@classmethod
Expand Down

0 comments on commit 92bf8dc

Please sign in to comment.