-
Autodesk Maya
+
versions 2017 and higher
+
+ OpenPype includes very robust Maya implementation that can handle full CG workflow from model,
+ through animation till final renders. Scene settings, Your artists won't need to touch file browser at all and OpenPype will
+ take care of all the file management. Most of maya workflows are supported including gpucaches, referencing, nested references and render proxies.
+
+
{maya_features && maya_features.length && (
{maya_features.map((props, idx) => (
@@ -537,7 +595,7 @@ function Home() {
-
Foundry Nuke | NukeX
+
versions 11.0 and higher
@@ -563,10 +621,18 @@ function Home() {
-
Foundry Hiero | Nuke Studio
+
versions 11.0 and higher
+ {hiero_features && hiero_features.length && (
+
+ {hiero_features.map((props, idx) => (
+
+ ))}
+
+ )}
+
Supported Families
{hiero_families && hiero_families.length && (
@@ -579,6 +645,78 @@ function Home() {
+
+
+
+
+
versions 2020 and higher
+
+
Supported Families
+
+ {aftereffects_families && aftereffects_families.length && (
+
+ {aftereffects_families.map((props, idx) => (
+
+ ))}
+
+ )}
+
+
+
+
+
+
+
+
versions 2020 and higher
+
+
Supported Families
+
+ {photoshop_families && photoshop_families.length && (
+
+ {photoshop_families.map((props, idx) => (
+
+ ))}
+
+ )}
+
+
+
+
+
+
+
+
versions 17 and higher
+
+
Supported Families
+
+ {harmony_families && harmony_families.length && (
+
+ {harmony_families.map((props, idx) => (
+
+ ))}
+
+ )}
+
+
+
+
+
+
+
+
versions 11
+
+
Supported Families
+
+ {tvpaint_families && tvpaint_families.length && (
+
+ {tvpaint_families.map((props, idx) => (
+
+ ))}
+
+ )}
+
+
+
Houdini
@@ -600,9 +738,9 @@ function Home() {
-
Blender
+
-
versions 2.80 and higher
+
versions 2.83 and higher
Supported Families
@@ -636,44 +774,6 @@ function Home() {
-
-
-
Harmony
-
-
versions 17 and higher
-
-
Supported Families
-
- {harmony_families && harmony_families.length && (
-
- {harmony_families.map((props, idx) => (
-
- ))}
-
- )}
-
-
-
-
-
-
-
Photoshop
-
-
versions 2020 and higher
-
-
Supported Families
-
- {photoshop_families && photoshop_families.length && (
-
- {photoshop_families.map((props, idx) => (
-
- ))}
-
- )}
-
-
-
-
);
}