Blender多人联机建造游戏
Go to file
Swann Martinez f864c225cd
fix: handler
2019-08-22 10:58:54 +02:00
bl_types fix: diff functons 2019-08-14 15:27:24 +02:00
libs feat: merge data_refactoring into master 2019-08-22 10:58:35 +02:00
__init__.py fix: handler 2019-08-22 10:58:54 +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: basic diff implementation 2019-08-14 15:01:30 +02:00
environment.py feat: merge data_refactoring into master 2019-08-22 10:58:35 +02:00
LICENSE Add LICENCE 2019-08-08 22:53:40 +00:00
operators.py feat: merge data_refactoring into master 2019-08-22 10:58:35 +02:00
presence.py feat: draw users 2019-08-14 14:25:20 +02:00
README.md feat: update readme 2019-08-12 15:29:16 +02:00
ui.py feat: right managment 2019-08-14 15:57:07 +02:00
utils.py feat: draw users 2019-08-14 14:25:20 +02:00

Multi-user blender addon

Enable realtime collaborative workflow inside blender

Dependencies

Dependencies Version Needed
ZeroMQ latest yes
umsgpack 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