diff --git a/docs/guides/using_ocio/compatible_software.rst b/docs/guides/using_ocio/compatible_software.rst index 881e6f1d30..5726cb0f50 100644 --- a/docs/guides/using_ocio/compatible_software.rst +++ b/docs/guides/using_ocio/compatible_software.rst @@ -16,6 +16,18 @@ If you are a developer and would like assistance integrating OCIO into your application, please contact ocio-dev as well. +3ds Max (Autodesk) +****************** + +Website : ``__ + +Supported Version: >= 2024 + +Documentation : + +- `Color Management `__ + + After Effects ************* @@ -231,9 +243,17 @@ Supported Version: >= 2016 Documentation: -- `Use an OCIO configuration file for color management `__ +- `Get Started with Color Management `__ + +- `Color Management in Maya: Setting up a scene `__ + +- `Color Management in Maya: Input Spaces `__ + +- `Color Management in Maya: Previewing and Rendering `__ + +- `Color Management in Maya: Color Picking `__ -- `What's New in Rendering `__ +- `Color Management in Maya: ACES default `__ Mocha Pro (Boris FX) diff --git a/docs/releases/ocio_2_0.rst b/docs/releases/ocio_2_0.rst index 2892605d03..055e24faea 100644 --- a/docs/releases/ocio_2_0.rst +++ b/docs/releases/ocio_2_0.rst @@ -25,8 +25,8 @@ described below. This is available in the configs section of the documentation as :ref:`ocio-v2_demo`. -New Feature List -================ +New Feature Guide +================= New GPU Renderer **************** diff --git a/docs/releases/ocio_2_1.rst b/docs/releases/ocio_2_1.rst index 5fcf6b4924..572bd8ce77 100644 --- a/docs/releases/ocio_2_1.rst +++ b/docs/releases/ocio_2_1.rst @@ -12,8 +12,9 @@ Timeline OpenColorIO 2.1 was delivered in August 2021 and is in the VFX Reference Platform for calendar year 2022. -New Features -============ + +New Feature Guide +================= ACES 1.3 Gamut Compression ************************** diff --git a/docs/releases/ocio_2_2.rst b/docs/releases/ocio_2_2.rst index beb5624017..1ddd2184e9 100644 --- a/docs/releases/ocio_2_2.rst +++ b/docs/releases/ocio_2_2.rst @@ -13,8 +13,8 @@ OpenColorIO 2.2 was delivered in October 2022 and is in the VFX Reference Platfo calendar year 2023. -New Features -============ +New Feature Guide +================= Built-in Configs **************** diff --git a/docs/site/homepage/data/en/news.yml b/docs/site/homepage/data/en/news.yml index 07dc594ae5..5f67383a21 100644 --- a/docs/site/homepage/data/en/news.yml +++ b/docs/site/homepage/data/en/news.yml @@ -3,7 +3,7 @@ news: enable : true image : images/SpiderVerse_pmm014.1014_lm_v1_opt.jpg title : OCIO v2 is here! - content : "Check out our [guide](https://opencolorio.readthedocs.io/en/latest/upgrading_v2/_index.html#migrating-to-v2) for upgrading. Here are just a few highlights of new features:" + content : "Check out our [guides](https://opencolorio.readthedocs.io/en/latest/releases/_index.html#releases) for upgrading. Here are just a few highlights of new features:" caption: "OpenColorIO in use on Spider-Man™: Into the Spider-Verse" feature_item : # feature item loop diff --git a/docs/site/homepage/data/en/supported_apps.yml b/docs/site/homepage/data/en/supported_apps.yml index 903334f04a..afde6452f8 100644 --- a/docs/site/homepage/data/en/supported_apps.yml +++ b/docs/site/homepage/data/en/supported_apps.yml @@ -3,6 +3,13 @@ supported_apps: enable : true title : Supported Applications portfolio_item : + # portfolio item loop + - name : Autodesk 3ds Max + image : images/supported_apps/3ds_max.png + categories : ["3D", "Animation", "Modeling", "Lighting", "Look Dev", "Texture"] + content : 3ds Max 2024 and up. + link : "https://www.autodesk.com/products/3ds-max/overview" + # portfolio item loop - name : Adobe After Effects image : images/supported_apps/ae.png @@ -109,9 +116,9 @@ supported_apps: link : "http://www.thefoundry.co.uk/products/mari" # portfolio item loop - - name : Maya + - name : Autodesk Maya image : images/supported_apps/maya.png - categories : ["3D", "Animation", "Modeling", "Lighting", "Texture"] + categories : ["3D", "Animation", "Modeling", "Lighting", "Look Dev", "Simulation", "Texture"] content : Maya 2016 and up. link : "https://www.autodesk.com/products/maya/overview" diff --git a/docs/site/homepage/static/images/supported_apps/3ds_max.png b/docs/site/homepage/static/images/supported_apps/3ds_max.png new file mode 100644 index 0000000000..9ba0670de3 Binary files /dev/null and b/docs/site/homepage/static/images/supported_apps/3ds_max.png differ diff --git a/docs/site/homepage/static/images/supported_apps/arnold.png b/docs/site/homepage/static/images/supported_apps/arnold.png index 8db1732e20..89e7b24719 100644 Binary files a/docs/site/homepage/static/images/supported_apps/arnold.png and b/docs/site/homepage/static/images/supported_apps/arnold.png differ diff --git a/docs/site/homepage/static/images/supported_apps/maya.png b/docs/site/homepage/static/images/supported_apps/maya.png index 6bd9ea6706..c7f64253a3 100644 Binary files a/docs/site/homepage/static/images/supported_apps/maya.png and b/docs/site/homepage/static/images/supported_apps/maya.png differ