1.3 KiB
1.3 KiB
Multi-user blender addon
Enable realtime collaborative workflow inside blender
Current statut
Name | Statut | Comment |
---|---|---|
action | ❌ | WIP |
armature | ❌ | WIP |
camera | ✅ | |
collection | ✅ | |
curve | ✅ | |
gpencil | ✅ | |
image | ✅ | |
mesh | ✅ | |
material | ✅ | |
metaball | ✅ | |
object | ✅ | |
scene | ✅ | |
world | ✅ |
Dependencies
Dependencies | Version | Needed |
---|---|---|
ZeroMQ | latest | yes |
msgpack | latest | yes |
PyYAML | latest | yes |
Contributing
- Fork it (https://gitlab.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request