Blender多人联机建造游戏
Go to file
2019-09-26 16:13:50 +02:00
bl_types feat: child relation support 2019-09-25 21:43:59 +02:00
libs feat: multiple right strategy handling 2019-09-24 18:37:36 +02:00
__init__.py feat: multiple right strategy handling 2019-09-24 18:37:36 +02:00
.gitignore feat: ignore code workspace 2019-07-23 13:21:03 +02:00
.gitmodules refactor: started replication integration 2019-08-05 15:23:07 +02:00
CHANGELOG feat: config support prepararation 2019-07-01 15:59:51 +02:00
delayable.py feat: multiple right strategy handling 2019-09-24 18:37:36 +02:00
environment.py feat: expose bl_implementations settings 2019-08-28 18:58:18 +02:00
LICENSE Add LICENCE 2019-08-08 22:53:40 +00:00
operators.py feat: multiple right strategy handling 2019-09-24 18:37:36 +02:00
presence.py feat: expose presence draw settings 2019-09-24 14:42:59 +02:00
README.md feat: README update 2019-09-26 16:13:50 +02:00
ui.py feat: multiple right strategy handling 2019-09-24 18:37:36 +02:00
utils.py feat: object, light dump optimisation 2019-09-20 22:37:32 +02:00

Multi-user blender addon

Enable real-time collaborative workflow inside blender

⚠️ Under development, use it at your own risks ⚠️

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 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

  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