@@ -219,8 +219,8 @@ extern OCIOEXPORT void SetCurrentConfig(const ConstConfigRcPtr & config);
219219 * "ocio://studio-config-latest" will point to newer versions of those configs. Therefore, it is
220220 * recommended that application developers not save those strings and instead save the string that
221221 * refers to the current version of that config. That way, it's guaranteed that there will be no
222- * change of behavior in the future. For example, as of OCIO 2.4 , "ocio://default" should be saved
223- * as "ocio://cg-config-v2.2 .0_aces-v1.3_ocio -v2.4 ".
222+ * change of behavior in the future. For example, as of OCIO 2.5 , "ocio://default" should be saved
223+ * as "ocio://cg-config-v4.0 .0_aces-v2.0_ocio -v2.5 ".
224224 *
225225 * Note that there is no validation done on the path. That is left to the application since
226226 * typically the application will load the config before attempting to save its path
@@ -378,11 +378,13 @@ class OCIOEXPORT Config
378378 * "studio-config-v1.0.0_aces-v1.3_ocio-v2.1"
379379 * "studio-config-v2.1.0_aces-v1.3_ocio-v2.3"
380380 * "studio-config-v2.2.0_aces-v1.3_ocio-v2.4"
381+ * "studio-config-v4.0.0_aces-v2.0_ocio-v2.5"
381382 *
382383 * ACES CG config, basic color spaces for computer graphics apps:
383384 * "cg-config-v1.0.0_aces-v1.3_ocio-v2.1"
384385 * "cg-config-v2.1.0_aces-v1.3_ocio-v2.3"
385386 * "cg-config-v2.2.0_aces-v1.3_ocio-v2.4"
387+ * "cg-config-v4.0.0_aces-v2.0_ocio-v2.5"
386388 *
387389 * More information is available at:
388390 * %https://github.com/AcademySoftwareFoundation/OpenColorIO-Config-ACES
@@ -4014,9 +4016,6 @@ class OCIOEXPORT BuiltinConfigRegistry
40144016 */
40154017 virtual bool isBuiltinConfigRecommended (size_t configIndex) const = 0;
40164018
4017- // Return the full forward-compatible name of the default built-in config.
4018- OCIO_DEPRECATED (" This was marked as deprecated starting in v2.3, please use ResolveConfigPath(\" ocio://default\" )." )
4019- virtual const char * getDefaultBuiltinConfigName () const = 0;
40204019protected:
40214020 BuiltinConfigRegistry () = default ;
40224021 virtual ~BuiltinConfigRegistry () = default ;
0 commit comments