18 lines
571 B
Markdown
18 lines
571 B
Markdown
# Multi-user blender addon
|
|
> Enable realtime collaborative workflow inside blender
|
|
|
|
## Dependencies
|
|
|
|
| Dependencies | Version | Needed |
|
|
|--------------|:-------:|-------:|
|
|
| ZeroMQ | latest | yes |
|
|
| umsgpack | latest | yes |
|
|
| PyYAML | latest | yes |
|
|
|
|
## 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 |