Skip to content

Commit

Permalink
Merge pull request #455 from BigRoy/fix454
Browse files Browse the repository at this point in the history
Expose the "loader" column in Scene Inventory
  • Loading branch information
BigRoy authored Sep 20, 2019
2 parents 9c0d23d + f93ac21 commit 75e6681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avalon/tools/sceneinventory/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class InventoryModel(TreeModel):
"""The model for the inventory"""

Columns = ["Name", "version", "count", "family", "objectName"]
Columns = ["Name", "version", "count", "family", "loader", "objectName"]

OUTDATED_COLOR = QtGui.QColor(235, 30, 30)
CHILD_OUTDATED_COLOR = QtGui.QColor(200, 160, 30)
Expand Down

0 comments on commit 75e6681

Please sign in to comment.