diff --git a/README.md b/README.md index 068962a..202b770 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,34 @@ # Multi-user blender addon > Enable realtime collaborative workflow inside blender +## Current statut + +| Name | Statut | Comment | +| ---------- | :----: | :-----: | +| action | [ ] | WIP | +| armature | [ ] | WIP | +| camera | [x] | | +| collection | [x] | | +| curve | [x] | | +| gpencil | [x] | | +| image | [x] | | +| mesh | [x] | | +| material | [x] | | +| metaball | [x] | | +| object | [x] | | +| scene | [x] | | +| world | [x] | | + + ## Dependencies | Dependencies | Version | Needed | -|--------------|:-------:|-------:| +| ------------ | :-----: | -----: | | ZeroMQ | latest | yes | -| msgpack | latest | yes | +| msgpack | latest | yes | | PyYAML | latest | yes | + ## Contributing 1. Fork it ()