mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge branch 'develop' into enhancement/OP-6021_Nuke-custom-write-nodes-scripts
This commit is contained in:
commit
6eaf284ccc
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ class ActionModel(QtGui.QStandardItemModel):
|
|||
# Sort by order and name
|
||||
return sorted(
|
||||
compatible,
|
||||
key=lambda action: (action.order, action.name)
|
||||
key=lambda action: (action.order, lib.get_action_label(action))
|
||||
)
|
||||
|
||||
def update_force_not_open_workfile_settings(self, is_checked, action_id):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue