mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
* OP-6345 - updated logic to return path and comp for FootageItem Used later to check existance of file in published comps * OP-6345 - added validator if footage files exist Comp could contain multiple FootageItems, eg imported file(s). If file is missing render triggered by jsx fails silently. * OP-6345 - updated extension * OP-6345 - small updates after testing * OP-6345 - fix - handle Solid Footage items JSX failed silently on Solid item as it doesn't have any `.file` * OP-6345 - enhance documentation * OP-6345 - remove optionality This plugin shouldn't be optional as when needed and skipped it result in really weird behavior. * OP-6345 - updated documentation Added missing plugins. * OP-6345 - missed functionality for optionality * OP-6345 - removed unneeded import |
||
|---|---|---|
| .. | ||
| docs | ||
| src | ||
| static | ||
| docusaurus.config.js | ||
| package.json | ||
| publish.cmd | ||
| README.md | ||
| sidebars.js | ||
| yarn.lock | ||
When developing on Windows make sure start.sh has the correct line endings (LF).
Start via yarn:
Clone repository
Install yarn if not already installed (https://classic.yarnpkg.com/en/docs/install) For example via npm (but could be installed differently too)
```npm install --global yarn```
Then go to website folder
```yarn install``` (takes a while)
To start local test server:
```yarn start```
Server is accessible by default on http://localhost:3000
Start via docker:
Setting for docker container:
docker build . -t pype-docs
docker run --rm -p 3000:3000 -v /c/Users/admin/openpype.io:/app pype-docs