multi-user/README.md

38 lines
1.1 KiB
Markdown
Raw Normal View History

2019-08-09 06:55:53 +08:00
# Multi-user blender addon
> Enable realtime collaborative workflow inside blender
2019-02-05 00:58:12 +08:00
2019-09-26 22:00:26 +08:00
## 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] | |
2019-01-24 18:49:44 +08:00
## Dependencies
2019-07-01 22:03:40 +08:00
| Dependencies | Version | Needed |
2019-09-26 22:00:26 +08:00
| ------------ | :-----: | -----: |
2019-07-01 22:03:40 +08:00
| ZeroMQ | latest | yes |
2019-09-26 22:00:26 +08:00
| msgpack | latest | yes |
2019-07-01 22:03:40 +08:00
| PyYAML | latest | yes |
2019-08-12 21:29:16 +08:00
2019-09-26 22:00:26 +08:00
2019-08-12 21:29:16 +08:00
## Contributing
1. Fork it (<https://gitlab.com/yourname/yourproject/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request