2019-08-08 22:55:53 +00:00
|
|
|
# Multi-user blender addon
|
|
|
|
> Enable realtime collaborative workflow inside blender
|
2019-02-04 17:58:12 +01:00
|
|
|
|
2019-01-24 11:49:44 +01:00
|
|
|
## Dependencies
|
|
|
|
|
2019-07-01 16:03:40 +02:00
|
|
|
| Dependencies | Version | Needed |
|
|
|
|
|--------------|:-------:|-------:|
|
|
|
|
| ZeroMQ | latest | yes |
|
|
|
|
| umsgpack | latest | yes |
|
|
|
|
| PyYAML | latest | yes |
|
2019-08-12 15:29:16 +02: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
|