Reorder cleanup scripts and add "remove unused looks"

This commit is contained in:
Roy Nieterau 2017-11-20 11:46:43 +01:00
parent b18eb9a09b
commit a8b8a513b1

View file

@ -1539,6 +1539,81 @@
"tooltip": ""
},
{"type": "separator"},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\removeNamespaces.py",
"sourcetype": "file",
"tags": ["cleanup", "remove", "namespaces"],
"title": "Remove Namespaces",
"tooltip": "Remove all namespaces"
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\remove_user_defined_attributes.py",
"sourcetype": "file",
"tags": [
"cleanup",
"remove_user_defined_attributes"
],
"title": "Remove User Defined Attributes",
"tooltip": "Remove all user-defined attributs from all nodes"
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\removeUnknownNodes.py",
"sourcetype": "file",
"tags": [
"cleanup",
"removeUnknownNodes"
],
"title": "Remove Unknown Nodes",
"tooltip": "Remove all unknown nodes"
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\removeUnloadedReferences.py",
"sourcetype": "file",
"tags": [
"cleanup",
"removeUnloadedReferences"
],
"title": "Remove Unloaded References",
"tooltip": "Remove all unloaded references"
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\removeReferencesFailedEdits.py",
"sourcetype": "file",
"tags": [
"cleanup",
"removeReferencesFailedEdits"
],
"title": "Remove References Failed Edits",
"tooltip": "Remove failed edits for all references"
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\remove_unused_looks.py",
"sourcetype": "file",
"tags": [
"cleanup",
"removeUnusedLooks"
],
"title": "Remove Unused Looks",
"tooltip": "Remove all loaded yet unused Avalon look containers"
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\deleteGhostIntermediateObjects.py",
"sourcetype": "file",
"tags": [
"cleanup",
"deleteGhostIntermediateObjects"
],
"title": "Delete Ghost Intermediate Objects",
"tooltip": ""
},
{"type": "separator"},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\resetViewportCache.py",
@ -1558,14 +1633,6 @@
"title": "Uniqify Node Names",
"tooltip": ""
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\removeNamespaces.py",
"sourcetype": "file",
"tags": ["cleanup", "remove", "namespaces"],
"title": "Remove Namespaces",
"tooltip": ""
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\autoRenameFileNodes.py",
@ -1577,17 +1644,6 @@
"title": "Auto Rename File Nodes",
"tooltip": ""
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\remove_user_defined_attributes.py",
"sourcetype": "file",
"tags": [
"cleanup",
"remove_user_defined_attributes"
],
"title": "Remove User Defined Attributes",
"tooltip": ""
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\update_asset_id.py",
@ -1596,35 +1652,13 @@
"title": "Update Asset ID",
"tooltip": "Will replace the Colorbleed ID with a new one (asset ID : Unique number)"
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\removeUnknownNodes.py",
"sourcetype": "file",
"tags": [
"cleanup",
"removeUnknownNodes"
],
"title": "removeUnknownNodes",
"tooltip": ""
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\colorbleedRename.py",
"sourcetype": "file",
"tags": ["cleanup", "rename", "ui"],
"title": "Colorbleed Renamer",
"tooltip": ""
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\removeUnloadedReferences.py",
"sourcetype": "file",
"tags": [
"cleanup",
"removeUnloadedReferences"
],
"title": "Remove Unloaded References",
"tooltip": ""
"tooltip": "Colorbleed Rename UI"
},
{
"type": "action",
@ -1648,17 +1682,6 @@
"title": "Rename Shapes To Transform",
"tooltip": ""
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\removeReferencesFailedEdits.py",
"sourcetype": "file",
"tags": [
"cleanup",
"removeReferencesFailedEdits"
],
"title": "Remove References Failed Edits",
"tooltip": ""
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\reorderUI.py",
@ -1680,17 +1703,6 @@
],
"title": "Pasted Cleaner",
"tooltip": ""
},
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\deleteGhostIntermediateObjects.py",
"sourcetype": "file",
"tags": [
"cleanup",
"deleteGhostIntermediateObjects"
],
"title": "Delete Ghost Intermediate Objects",
"tooltip": ""
}
]
},