Skip to content

Commit

Permalink
Merge pull request #142 from torrinworx/Debug-Mode-and-Pep8-Formatting
Browse files Browse the repository at this point in the history
Debug mode and pep8 formatting
  • Loading branch information
torrinworx authored Aug 28, 2022
2 parents db4e4c2 + 04b47f8 commit 5bf1948
Show file tree
Hide file tree
Showing 23 changed files with 2,600 additions and 2,173 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
PropertyGroup,
UIList)


# ======== Operators ======== #
class CUSTOM_OT_custom_metadata_fields_actions(Operator):
"""Move items up and down, add and remove"""
Expand Down Expand Up @@ -103,6 +104,7 @@ def draw_item(self, context, layout, data, item, icon, active_data, active_propn
def invoke(self, context, event):
pass


# ======== Property Collection ======== #
class CUSTOM_custom_metadata_fields_objectCollection(PropertyGroup):
# name: StringProperty() -> Instantiated by default
Expand Down
1 change: 1 addition & 0 deletions UILists/Logic_UIList.py → UILists/logic_ui_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
PropertyGroup,
UIList)


# ======== Operators ======== #
class CUSTOM_OT_logic_actions(Operator):
"""Move items up and down, add and remove"""
Expand Down
Loading

0 comments on commit 5bf1948

Please sign in to comment.