2019-08-09 06:55:53 +08:00
|
|
|
# Multi-user blender addon
|
2019-09-26 22:13:50 +08:00
|
|
|
|
|
|
|
> Enable real-time collaborative workflow inside blender
|
|
|
|
|
|
|
|
:warning: Under development, use it at your own risks :warning:
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
1. Download lastest release here.
|
|
|
|
2. Install last_version.zip from your addon preferences
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
### Host a session
|
|
|
|
|
|
|
|
todo
|
|
|
|
|
|
|
|
### Join a session
|
|
|
|
|
|
|
|
todo
|
|
|
|
|
|
|
|
## Current development statut
|
|
|
|
|
|
|
|
Animation support is under development.
|
|
|
|
|
|
|
|
| Name | Statut | Comment |
|
|
|
|
| ---------- | :----------------------: | :--------: |
|
|
|
|
| action | :x: | WIP |
|
|
|
|
| armature | :x: | WIP |
|
|
|
|
| camera | :white_check_mark: | |
|
|
|
|
| collection | :white_check_mark: | |
|
|
|
|
| curve | :white_check_mark: | Not tested |
|
|
|
|
| gpencil | :white_check_mark: | |
|
|
|
|
| image | :white_check_mark: | Local only |
|
|
|
|
| mesh | :white_check_mark: | |
|
|
|
|
| material | :white_check_mark: | |
|
|
|
|
| metaball | :heavy_exclamation_mark: | |
|
|
|
|
| object | :white_check_mark: | |
|
|
|
|
| scene | :white_check_mark: | |
|
|
|
|
| world | :white_check_mark: | |
|
2019-09-26 22:00:26 +08:00
|
|
|
|
|
|
|
|
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
|