diff --git a/openpype/settings/defaults/project_settings/maya.json b/openpype/settings/defaults/project_settings/maya.json index 8706ea995f..8b0418f5c6 100644 --- a/openpype/settings/defaults/project_settings/maya.json +++ b/openpype/settings/defaults/project_settings/maya.json @@ -730,7 +730,7 @@ "grid": false, "hairSystems": true, "handles": false, - "hud": false, + "headsUpDisplay": false, "ikHandles": false, "imagePlane": true, "joints": false, diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_capture.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_capture.json index 32987e7423..570e22aa60 100644 --- a/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_capture.json +++ b/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_capture.json @@ -440,9 +440,14 @@ }, { "type": "boolean", - "key": "hud", + "key": "headsUpDisplay", "label": "HUD" }, + { + "type": "boolean", + "key": "hulls", + "label": "hulls" + }, { "type": "boolean", "key": "ikHandles",