multi-user/README.md

18 lines
571 B
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-01-24 18:49:44 +08:00
## Dependencies
2019-07-01 22:03:40 +08:00
| Dependencies | Version | Needed |
|--------------|:-------:|-------:|
| ZeroMQ | latest | yes |
| umsgpack | latest | yes |
| PyYAML | latest | yes |
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