Skip to content

OMOOSPACE.md

Brief

---
description: <Project description>
---

Notes

---
notes:
  <Record name>: <Record value>
---

Example:

---
notes:
  Client: Tencent
---

Makers

---
makers:
  <Name>: <Email>
---

or

---
makers:
  <Name>:
    email: <Email>
    website: <Website/social>
---

Example:

---
makers:
  MaNan001: manan001@example.com
  MaNan002:
    email: manan002@example.com
  OmooLab:
    email: studio@omoolab.xyz
    website: https://www.omoolab.xyz
---

Tools

---
tools:
  <Tool name>: <Version>
---

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

---
works:
  <Work name>: <Relative path under contents>
---

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