Blender多人联机建造游戏
Go to file
2020-06-22 11:44:37 +02:00
.gitlab feat: Feature Proposal, Documentation and Refactoring issue templates 2020-05-20 11:32:36 +00:00
docs doc: quickstart advanced section update 2020-06-22 11:44:37 +02:00
multi_user doc: orthigraphic correction 2020-06-22 10:12:55 +02:00
scripts refactor: test to move test_script 2020-04-08 09:06:36 +00:00
tests feat: clean log for library import 2020-04-17 15:28:17 +02:00
.gitignore refactor: remove pointer hard reference 2020-04-07 14:49:43 +02:00
.gitlab-ci.yml feat: test build 2020-04-17 15:49:22 +02:00
.gitmodules feat: update submodule url to https 2020-01-15 19:05:46 +01:00
CHANGELOG.md doc: update manage data section 2020-06-22 11:02:58 +02:00
LICENSE Add LICENCE 2019-08-08 22:53:40 +00:00
README.md refactor: remove badges from README 2020-03-19 17:08:59 +00:00

MULTI-USER for blender

Enable real-time collaborative workflow inside blender

⚠️ Under development, use it at your own risks. Currently tested on Windows platform. ⚠️

This tool aims to allow multiple users to work on the same scene over the network. Based on a Clients / Server architecture, the data-oriented replication schema replicate blender data-blocks across the wire.

Quick installation

  1. Download latest release multi_user.zip.
  2. Run blender as administrator (dependencies installation).
  3. Install last_version.zip from your addon preferences.

Dependencies will be automatically added to your blender python during installation.

Usage

See the documentation for details.

Current development status

Currently, not all data-block are supported for replication over the wire. The following list summarizes the status for each ones.

Name Status Comment
action Not stable
armature Not stable
camera ✔️
collection ✔️
curve ✔️ Nurbs surface don't load correctly
gpencil ✔️
image Not stable yet
mesh ✔️
material ✔️
metaball ✔️
object ✔️
scene ✔️
world ✔️
lightprobes ✔️
particles On-going
speakers Planned
vse Planned
physics Planned
libraries Partial

Performance issues

Since this addon is written in pure python for a research purpose, performances could be better from all perspective. I'm working on it.

Dependencies

Dependencies Version Needed
ZeroMQ latest yes
JsonDiff latest yes

Contributing

See contributing section of the documentation.

Licensing

See license