feat: current status

This commit is contained in:
Swann Martinez
2019-09-26 16:00:26 +02:00
parent c715a2c37d
commit 9492862d90

View File

@ -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 |
| PyYAML | latest | yes |
## Contributing
1. Fork it (<https://gitlab.com/yourname/yourproject/fork>)