Skip to content

Commit 6c9a73c

Browse files
committed
Fix for OCIO default settings
1 parent ce27ecb commit 6c9a73c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

share/preference/plugin_colour_pipeline_ocio.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
},
2929
"default_ocio_config": {
3030
"path": "/plugin/colour_pipeline/ocio/default_ocio_config",
31-
"default_value": "",
31+
"default_value": "xstudio-config-v2.1.0_aces-v1.3_ocio-v2.1.ocio",
3232
"description": "Select the OpenColorIO config xSTUDIO should use. Note that this will NOT override colour management rules driven by pipeline integration plugins, if you have any installed, or the OpenColorIO Environment Variable if it is set.",
33-
"value": "",
33+
"value": "xstudio-config-v2.1.0_aces-v1.3_ocio-v2.1.ocio",
3434
"options": [],
3535
"datatype": "multichoice string",
3636
"context": ["APPLICATION"],

src/plugin/colour_pipeline/ocio/src/ocio_shared_settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ OCIOGlobalControls::OCIOGlobalControls(
6363
global_view_->set_role_data(
6464
module::Attribute::UIDataModels, nlohmann::json{"colour_pipe_attributes"});
6565
global_view_->set_role_data(module::Attribute::ToolTip, ui_text_.GLOBAL_VIEW_TOOLTIP);
66-
global_view_->set_preference_path("/plugin/colour_pipeline/global_view");
66+
global_view_->set_preference_path("/plugin/colour_pipeline/ocio/global_view_mode");
6767

6868
// Preferred view
6969

0 commit comments

Comments
 (0)