OMOOSPACE.md
Brief
Notes
Example:
Makers
or
Example:
---
makers:
MaNan001: manan001@example.com
MaNan002:
email: manan002@example.com
OmooLab:
email: studio@omoolab.xyz
website: https://www.omoolab.xyz
---
Tools
or
---
tools:
<Tool name>:
version: <Version>
website: <Website>
extensions:
- <Addon/plugin>
- <Addon/plugin>
---
Example:
---
tools:
Houdini: 20.0
DaVinci Resolve:
version: 20.5
Blender:
version: 5.0.0
website: https://www.blender.org
extensions:
- Omoospace
- BioxelNodes
---
Works
or
---
works:
<Work name>:
description: <Work description>
version: <Version>
contents:
- <Relative path under contents>
contributions:
<Role/what was done>:
- <Name>
---
Example:
---
works:
AwesomeProp01: models/Prop02.glb
AwesomeProp02:
- models/Prop01/Prop01.fbx
- models/Prop01/Textures
AwesomeShort01:
description: An awesome animated short.
version: 1.0.0
contents:
- videos/Short01.mp4
- images/Short01_Cover.png
contributions:
Modeler:
- MaNan003
Animator: [MaNan002, MaNan003]
Director: MaNan001
---