From be5eaa6701ab00dc4908d5723db2b040a6336b32 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Thu, 3 Dec 2020 17:05:02 +0100 Subject: [PATCH] add harmony and minor cosmetics --- .../defaults/project_settings/ftrack.json | 2 +- .../defaults/project_settings/maya.json | 91 +++++++++++++++---- .../project_settings/standalonepublisher.json | 6 +- .../projects_schema/schema_main.json | 6 +- 4 files changed, 82 insertions(+), 23 deletions(-) diff --git a/pype/settings/defaults/project_settings/ftrack.json b/pype/settings/defaults/project_settings/ftrack.json index 4eabb52dc1..023b85cb3b 100644 --- a/pype/settings/defaults/project_settings/ftrack.json +++ b/pype/settings/defaults/project_settings/ftrack.json @@ -95,4 +95,4 @@ "note_labels": [] } } -} +} \ No newline at end of file diff --git a/pype/settings/defaults/project_settings/maya.json b/pype/settings/defaults/project_settings/maya.json index 0c640a63e4..9193ea2b52 100644 --- a/pype/settings/defaults/project_settings/maya.json +++ b/pype/settings/defaults/project_settings/maya.json @@ -132,7 +132,7 @@ "regex": "" }, "ValidateMeshHasOverlappingUVs": { - "enabled": true + "enabled": false }, "ExtractCameraAlembic": { "enabled": true, @@ -145,23 +145,78 @@ } }, "load": { - "colors": { - "model": [0.821, 0.518, 0.117], - "rig": [0.144, 0.443, 0.463], - "pointcache": [0.368, 0.821, 0.117], - "animation": [0.368, 0.821, 0.117], - "ass": [1.0, 0.332, 0.312], - "camera": [0.447, 0.312, 1.0], - "camerarig": [0.447, 0.312, 1.0], - "fbx": [1.0, 0.931, 0.312], - "mayaAscii": [0.312, 1.0, 0.747], - "setdress": [0.312, 1.0, 0.747], - "layout": [0.312, 1.0, 0.747], - "vdbcache": [0.312, 1.0, 0.428], - "vrayproxy": [0.258, 0.95, 0.541], - "yeticache": [0.2, 0.8, 0.3], - "yetiRig": [0, 0.8, 0.5] - } + "colors": { + "model": [ + 0.821, + 0.518, + 0.117 + ], + "rig": [ + 0.144, + 0.443, + 0.463 + ], + "pointcache": [ + 0.368, + 0.821, + 0.117 + ], + "animation": [ + 0.368, + 0.821, + 0.117 + ], + "ass": [ + 1.0, + 0.332, + 0.312 + ], + "camera": [ + 0.447, + 0.312, + 1.0 + ], + "fbx": [ + 1.0, + 0.931, + 0.312 + ], + "mayaAscii": [ + 0.312, + 1.0, + 0.747 + ], + "setdress": [ + 0.312, + 1.0, + 0.747 + ], + "layout": [ + 0.312, + 1.0, + 0.747 + ], + "vdbcache": [ + 0.312, + 1.0, + 0.428 + ], + "vrayproxy": [ + 0.258, + 0.95, + 0.541 + ], + "yeticache": [ + 0.2, + 0.8, + 0.3 + ], + "yetiRig": [ + 0.0, + 0.8, + 0.5 + ] + } }, "workfile_build": { "profiles": [ diff --git a/pype/settings/defaults/project_settings/standalonepublisher.json b/pype/settings/defaults/project_settings/standalonepublisher.json index 877055ceef..b8015f2832 100644 --- a/pype/settings/defaults/project_settings/standalonepublisher.json +++ b/pype/settings/defaults/project_settings/standalonepublisher.json @@ -19,7 +19,7 @@ "create_camera": "Camera", "create_editorial": "Editorial", "create_image": "Image", - "create_matchmove": "matchmove", + "create_matchmove": "Matchmove", "": "" }, "create_workfile": { @@ -112,7 +112,7 @@ }, "create_matchmove": { "name": "matchmove", - "label": "Matchmove script", + "label": "Matchmove Scripts", "family": "matchmove", "icon": "empire", "defaults": [ @@ -123,4 +123,4 @@ "help": "Script exported from matchmoving application" } } -} \ No newline at end of file +} diff --git a/pype/tools/settings/settings/gui_schemas/projects_schema/schema_main.json b/pype/tools/settings/settings/gui_schemas/projects_schema/schema_main.json index f0226446ea..5b3c399666 100644 --- a/pype/tools/settings/settings/gui_schemas/projects_schema/schema_main.json +++ b/pype/tools/settings/settings/gui_schemas/projects_schema/schema_main.json @@ -10,7 +10,7 @@ "type": "anatomy_roots", "key": "roots", "is_file": true - }, + }, { "type": "schema", "name": "schema_anatomy_templates" @@ -48,6 +48,10 @@ "type": "schema", "name": "schema_project_hiero" }, + { + "type": "schema", + "name": "schema_project_harmony" + }, { "type": "schema", "name": "schema_project_celaction"