Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
14 changes: 14 additions & 0 deletions openpype/settings/defaults/project_settings/aftereffects.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"create": {
"RenderCreator": {
"defaults": [
Expand Down
14 changes: 14 additions & 0 deletions openpype/settings/defaults/project_settings/blender.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"workfile_builder": {
"create_first_version": false,
"custom_templates": []
Expand Down
14 changes: 14 additions & 0 deletions openpype/settings/defaults/project_settings/celaction.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"publish": {
"CollectRenderPath": {
"output_extension": "png",
Expand Down
12 changes: 12 additions & 0 deletions openpype/settings/defaults/project_settings/flame.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
},
"project": {
"colourPolicy": "ACES 1.1",
"frameDepth": "16-bit fp",
Expand Down
12 changes: 12 additions & 0 deletions openpype/settings/defaults/project_settings/fusion.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
},
"ocio": {
"enabled": false,
"configFilePath": {
Expand Down
20 changes: 20 additions & 0 deletions openpype/settings/defaults/project_settings/global.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"imageio": {
"ocio_config": {
"enabled": true,
"filepath": {
"windows": "{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio",
"darwin": "{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio",
"linux": "{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio"
}
},
"file_rules": {
"enabled": false,
"rules": {
"example": {
"pattern": ".*(beauty).*",
"colorspace": "ACES - ACEScg",
"ext": "exr"
}
}
}
},
"publish": {
"CollectAnatomyInstanceData": {
"follow_workfile_version": false
Expand Down
14 changes: 14 additions & 0 deletions openpype/settings/defaults/project_settings/harmony.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"load": {
"ImageSequenceLoader": {
"family": [
Expand Down
12 changes: 12 additions & 0 deletions openpype/settings/defaults/project_settings/hiero.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
},
"workfile": {
"ocioConfigName": "nuke-default",
"ocioconfigpath": {
Expand Down
14 changes: 14 additions & 0 deletions openpype/settings/defaults/project_settings/houdini.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"shelves": [],
"create": {
"CreateArnoldAss": {
Expand Down
12 changes: 12 additions & 0 deletions openpype/settings/defaults/project_settings/maya.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
},
"colorManagementPreference_v2": {
"enabled": true,
"configFilePath": {
Expand Down
12 changes: 12 additions & 0 deletions openpype/settings/defaults/project_settings/nuke.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
},
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
},
"viewer": {
"viewerProcess": "sRGB"
},
Expand Down
14 changes: 14 additions & 0 deletions openpype/settings/defaults/project_settings/photoshop.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"create": {
"CreateImage": {
"defaults": [
Expand Down
14 changes: 14 additions & 0 deletions openpype/settings/defaults/project_settings/resolve.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"create": {
"CreateShotClip": {
"hierarchy": "{folder}/{sequence}",
Expand Down
14 changes: 14 additions & 0 deletions openpype/settings/defaults/project_settings/traypublisher.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"simple_creators": [
{
"family": "workfile",
Expand Down
14 changes: 14 additions & 0 deletions openpype/settings/defaults/project_settings/tvpaint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"stop_timer_on_application_exit": false,
"publish": {
"CollectRenderScene": {
Expand Down
14 changes: 14 additions & 0 deletions openpype/settings/defaults/project_settings/unreal.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"level_sequences_for_layouts": false,
"delete_unmatched_assets": false,
"project_setup": {
Expand Down
14 changes: 14 additions & 0 deletions openpype/settings/defaults/project_settings/webpublisher.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"timeout_profiles": [
{
"hosts": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@
"label": "AfterEffects",
"is_file": true,
"children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}

]
},
{
"type": "dict",
"collapsible": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@
"label": "Blender",
"is_file": true,
"children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}

]
},
{
"type": "schema_template",
"name": "template_workfile_options",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@
"label": "CelAction",
"is_file": true,
"children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}

]
},
{
"type": "dict",
"collapsible": true,
Expand Down
Loading