diff --git a/website/docs/artist_hosts_harmony.md b/website/docs/artist_hosts_harmony.md index 3e945a2852b..bbd6ea4becd 100644 --- a/website/docs/artist_hosts_harmony.md +++ b/website/docs/artist_hosts_harmony.md @@ -62,7 +62,7 @@ When you `Use selection` on creation, the last selected node will be connected t `OpenPype > Publish` -![Publish](assets/photoshop_publish.PNG) +![Publish](assets/harmony_publish.png) This tool will run through checks to make sure the contents you are publishing is correct. Hit the "Play" button to start publishing. @@ -72,25 +72,25 @@ You may encounter issues with publishing which will be indicated with red square All validators will give some description about what the issue is. You can inspect this by going into the validator through the arrow: -![Inspect](assets/photoshop_publish_inspect.PNG) +![Inspect](assets/harmony_publish_inspect.png) You can expand the errors by clicking on them for more details: -![Expand](assets/photoshop_publish_expand.PNG) +![Expand](assets/harmony_publish_expand.png) Some validator have repair actions, which will fix the issue. If you can identify validators with actions by the circle icon with an "A": -![Actions](assets/photoshop_publish_actions.PNG) +![Actions](assets/harmony_publish_actions.png) To access the actions, you right click on the validator. If an action runs successfully, the actions icon will turn green. Once all issues are fixed, you can just hit the "Refresh" button and try to publish again. -![Repair](assets/photoshop_publish_repair.gif) +![Repair](assets/harmony_publish_repair.gif) ### Load `OpenPype > Load` -![Loader](assets/photoshop_loader.PNG) +![Loader](assets/photoshop_loader.png) The supported families for Harmony are: @@ -114,7 +114,7 @@ Loading templates or workfiles will import the contents into scene. Referencing `OpenPype > Manage` -![Loader](assets/photoshop_manage.PNG) +![Loader](assets/photoshop_manage.png) You can switch to a previous version of the image or update to the latest. diff --git a/website/docs/assets/harmony_publish.png b/website/docs/assets/harmony_publish.png new file mode 100644 index 00000000000..dc577571227 Binary files /dev/null and b/website/docs/assets/harmony_publish.png differ diff --git a/website/docs/assets/harmony_publish_actions.png b/website/docs/assets/harmony_publish_actions.png new file mode 100644 index 00000000000..86083ad54b9 Binary files /dev/null and b/website/docs/assets/harmony_publish_actions.png differ diff --git a/website/docs/assets/harmony_publish_expand.png b/website/docs/assets/harmony_publish_expand.png new file mode 100644 index 00000000000..6969b156476 Binary files /dev/null and b/website/docs/assets/harmony_publish_expand.png differ diff --git a/website/docs/assets/harmony_publish_inspect.png b/website/docs/assets/harmony_publish_inspect.png new file mode 100644 index 00000000000..d2fd8922af1 Binary files /dev/null and b/website/docs/assets/harmony_publish_inspect.png differ diff --git a/website/docs/assets/harmony_publish_repair.gif b/website/docs/assets/harmony_publish_repair.gif new file mode 100644 index 00000000000..bf7065801ec Binary files /dev/null and b/website/docs/assets/harmony_publish_repair.gif differ