From 0629338afdf3b23f80ddd9bc42abbf3e1d961890 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Wed, 19 May 2021 09:57:39 +0200 Subject: [PATCH] small cleanup on the feature page --- website/src/pages/features.js | 230 ++++++++++++++++++++++++---------- 1 file changed, 165 insertions(+), 65 deletions(-) diff --git a/website/src/pages/features.js b/website/src/pages/features.js index 35e156a230..661f631959 100644 --- a/website/src/pages/features.js +++ b/website/src/pages/features.js @@ -37,15 +37,21 @@ const key_features = [ docs: "/docs/artist_tools#publisher", }, { - label: "Inventory", + label: "Scene manager", description: "Universal GUI for managing versions of assets loaded into your working scene.", docs: "docs/artist_tools#inventory", - }, - { + }, + { + label: "Project manager", + docs: "", + description: + "Tools for creating shots, assets and task within your project if you don't use third party project management", + }, + { label: "Library Loader", description: - "A loader GUI that allows yo to load content from dedicated cross project asset library", + "A loader GUI that allows yo to load content from dedicated cross project asset library", docs: "docs/artist_tools#library-loader", image: "", }, @@ -56,12 +62,6 @@ const key_features = [ "A standalone GUI for publishing data into pipeline without going though DCC app.", image: "", }, - { - label: "Pype Tray", - link: "", - description: - "Cross platform wrapper app, which is the central point of pype. All other tools are ran from here.", - }, { label: "App Launcher", link: "", @@ -69,14 +69,26 @@ const key_features = [ "Standalone GUI for launching application in the chosen context directly from tray", }, { - label: "Timer Manager", + label: "Configuration GUI", link: "", + description: + "All settings and configuration are done via openPype Settings tool. No need to dig around .json and .yaml", + }, + { + label: "Site Sync", + docs: "docs/module_site_sync", + description: + "Built in file synchronization between your central storage (cloud or physical) and all your freelancers", + }, + { + label: "Timers Manager", + link: "docs/admin_settings_system#timers-manager", description: "Service for monitoring the user activity to start, stop and synchronise time tracking.", }, { label: "Farm rendering", - link: "", + docs: "docs/module_deadline", description: "Integrations with Deadline and Muster render managers. Render, publish and generate reviews on the farm.", }, @@ -93,10 +105,10 @@ const key_features = [ "System for simple scene building. Loads pre-defined publishes to scene with single click, speeding up scene preparation.", }, { - label: "Configuration GUI", - link: "", + label: "Reviewables", + docs: "docs/project_settings/settings_project_global#extract-review", description: - "All settings and configuration are done via openPype Settings tool. No need to dig around .json and .yaml", + "Generate automated reviewable quicktimes and sequences in any format, with metadata burnins.", }, ]; @@ -109,6 +121,10 @@ const ftrack = [ docs: "docs/manager_ftrack#project-management", label: "Project Setup", description: "Quickly sets up project with customisable pre-defined structure and attributes." + }, { + docs: "docs/module_ftrack#update-status-on-task-action", + label: "Automate statuses", + description: "Quickly sets up project with customisable pre-defined structure and attributes." }, { docs: "docs/admin_ftrack#event-server", label: "Event Server", @@ -118,7 +134,7 @@ const ftrack = [ label: "Review publishing", description: "All reviewables from all DCC aps, including farm renders are pushed to ftrack online review." }, { - docs: "", + docs: "docs/admin_settings_system#timers-manager", label: "Auto Time Tracker", description: "Automatically starts and stops ftrack time tracker, base on artist activity." } @@ -185,8 +201,8 @@ const maya_features = [ description:"Makes all your playblasts consistent, with burnins and correct viewport settings" }, { - label: "Model > Render", - description:"We cover full project data flow from model through animation, till final render.", + label: "Renderlayers and AOVs", + description:"Full support of rendersetup layers and AOVs in all major renderers.", docs: "docs/artist_hosts_maya#working-with-pype-in-maya" }, { @@ -211,6 +227,7 @@ const maya_families = [ {label:"VDB Cache"}, {label:"Assembly"}, {label:"Camera"}, + {label:"CameraRig"}, {label:"RenderSetup"}, {label:"Render"}, {label:"Plate"}, @@ -231,7 +248,7 @@ const nuke_features = [ docs: "docs/artist_hosts_nuke#set-colorspace" }, { label: "Script Building", - description:"Automatically build first workfiles from published plates or renders", + description:"Automatically build initial workfiles from published plates or renders", docs: "docs/artist_hosts_nuke#build-first-work-file" }, { @@ -254,10 +271,8 @@ const nuke_families = [ {label: "Render"}, {label: "Plate"}, {label: "Review"}, - {label: "Group"}, {label: "Workfile"}, {label: "LUT"}, - {label: "Cache"}, {label: "Gizmo"}, {label: "Prerender"}, ] @@ -294,6 +309,26 @@ const deadline_families = [ ] const hiero_features = [ + { + label: "Project setup", + description:"Automatic colour, timeline and fps setup of you hiero project." + }, + { + label: "Create shots", + description:"Populate project with shots based on your conformed edit." + }, + { + label: "Publish plates", + description:"Publish multiple tracks with plates to you shots from a single timeline." + }, + { + label: "Retimes", + description:"Publish retime information for individual plates." + }, + { + label: "LUTS and fx", + description:"Publish soft effects from your timeline to be used on shots." + }, ] const hiero_families = [ @@ -330,7 +365,6 @@ const houdini_families = [ {label:"Point Cache"}, {label:"VDB Cache"}, {label:"Camera"}, - {label:"Review"}, {label:"Workfile"}, ] @@ -355,11 +389,29 @@ const harmony_families = [ {label: "Workfile"} ] +const tvpaint_families = [ + {label: "Render"}, + {label: "Review"}, + {label: "Image"}, + {label: "Audio"}, + {label: "Workfile"} +] + const photoshop_families = [ {label: "Render"}, {label: "Plate"}, {label: "Image"}, {label: "LayeredImage"}, + {label: "Background"}, + {label: "Workfile"} +] + +const aftereffects_families = [ + {label: "Render"}, + {label: "Plate"}, + {label: "Image"}, + {label: "Audio"}, + {label: "Background"}, {label: "Workfile"} ] @@ -512,9 +564,15 @@ function Home() {
-

Autodesk Maya

+

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. +

+ {maya_features && maya_features.length && (
{maya_features.map((props, idx) => ( @@ -537,7 +595,7 @@ function Home() {
-

Foundry Nuke | NukeX

+

Foundry Nuke | NukeX

versions 11.0 and higher

@@ -563,10 +621,18 @@ function Home() {
-

Foundry Hiero | Nuke Studio

+

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() {
+
+
+

After Effects

+ +

versions 2020 and higher

+ +

Supported Families

+ + {aftereffects_families && aftereffects_families.length && ( +
+ {aftereffects_families.map((props, idx) => ( + + ))} +
+ )} +
+
+ +
+
+

Photoshop

+ +

versions 2020 and higher

+ +

Supported Families

+ + {photoshop_families && photoshop_families.length && ( +
+ {photoshop_families.map((props, idx) => ( + + ))} +
+ )} +
+
+ +
+
+

Harmony

+ +

versions 17 and higher

+ +

Supported Families

+ + {harmony_families && harmony_families.length && ( +
+ {harmony_families.map((props, idx) => ( + + ))} +
+ )} +
+
+ +
+
+

TV Paint

+ +

versions 11

+ +

Supported Families

+ + {tvpaint_families && tvpaint_families.length && ( +
+ {tvpaint_families.map((props, idx) => ( + + ))} +
+ )} +
+
+

Houdini

@@ -600,9 +738,9 @@ function Home() {
-

Blender

+

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) => ( - - ))} -
- )} -
-
- - ); }