Blender多人联机建造游戏
bl_types | ||
libs | ||
__init__.py | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG | ||
delayable.py | ||
environment.py | ||
LICENSE | ||
operators.py | ||
presence.py | ||
README.md | ||
ui.py | ||
utils.py |
Multi-user blender addon
Enable real-time collaborative workflow inside blender
⚠️ Under development, use it at your own risks ⚠️
Installation
- Download lastest release here.
- 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 | ❌ | WIP |
armature | ❌ | WIP |
camera | ✅ | |
collection | ✅ | |
curve | ✅ | Not tested |
gpencil | ✅ | |
image | ✅ | Local only |
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