Code Monkey home page Code Monkey logo

ayon-documentation's Introduction

AYON pipeline official documentation

โ— While we're transitioning from OpenPype, there are a lot of details the are factually incorrect. We're working on resolving all of them. โ—

๐Ÿ“š View the live documentation.

๐Ÿ‘ช Check out our community discussions forum.

โ˜Ž๏ธ Want to know even more about AYON? Get in contact.

๐Ÿ™‹ Need some support or want something custom? Take a look at our services.

Contribute

If you spot something incorrect or just think a page could do with some improvement, help us out!

  1. Make the changes to the relevant markdown file.
  2. Make a PR documenting the changes.

Addons

Every addon is resembled by a typescript or JSON file in src/data/addons/data.

Adding new addons

  1. duplicate template.ts (or any other addon) in the data folder as a template to get started
  2. rename the file to your addon name (e.g. myAddon.ts)
  3. fill in the addon data
  4. add the preview or logo image in the addons/img folder "myAddon-icon.png" or "myAddon-preview.png"
  5. add addon name ("myAddon") to either officialAddons or communityAddons

File Types

You can use either a .ts (recommended) or .json file If you use a .ts file you can use intellisense to help you write the file Take a look at the types.ts file to see what you can add to the addon object

Using an Icon (recommended)

Icon images should be 1:1 ratio (square) and have a transparent background When using an icon image, a blurred background will be generated and a color palette will be extracted from the image

Using a Preview image

Sometimes logo images doesn't work as expected, in that case you can add a preview image that will be used instead Preview images should be around 1:2 ratio (landscape), include a blurred background and have the text "myAddon Addon" baked into the image. It's harder to match a preview image to the rest of the addons so it's recommended to use an icon image when possible

Attribute Description Example
title The title of the addon Blender
description A short description of the addon Blender is a great addon
descriptionLong A long description of the addon Blender is a great addon that does a lot of things
preview A preview image of the addon blender.png
icon A logo image of the addon blender-icon.png
features An array of features that the addon supports ['workfiles', 'loader']
families An array of families that the addon supports ['image', 'video', 'model']
addons An array of addons that the addon supports ['nuke', 'maya']
docs An object of documentation links for the addon { user: artist_hosts_blender, admin: admin_hosts_blender, developer: dev_publishing }
github A link to the github code repository of the addon -
discussion A link to the discussion forum of the addon -
id The id of the addon, if not set (recommended) it will be the same as the filename blender

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.