Blender多人联机建造游戏
Go to file
2020-11-11 18:01:34 +01:00
.gitlab feat: enable build and deploy for only master and develop 2020-10-12 21:01:54 +02:00
docs doc: added missing fields 2020-10-22 16:07:19 +02:00
multi_user Merge branch 'develop' into 45-vse-support 2020-11-11 18:01:34 +01:00
scripts feat: enable build and deploy for only master and develop 2020-10-12 21:01:54 +02:00
tests fix: material test by splitting it in a gpencil and nodal material test 2020-10-15 18:08:08 +02:00
.gitignore refactor: remove pointer hard reference 2020-04-07 14:49:43 +02:00
.gitlab-ci.yml feat: active deploy 2020-10-12 20:24:12 +02:00
.gitmodules feat: remove submodule 2020-07-10 16:59:32 +02:00
CHANGELOG.md feat: update changelog 2020-10-16 11:06:41 +02:00
LICENSE Add LICENCE 2019-08-08 22:53:40 +00:00
README.md feat: use basic uuid to identify node inputs 2020-11-11 17:52:32 +01: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 ✔️
armature Not stable
camera ✔️
collection ✔️
curve Nurbs not supported
gpencil ✔️ Airbrush not supported
image ✔️
mesh ✔️
material ✔️
node_groups Material only
metaball ✔️
object ✔️
texts ✔️
scene ✔️
world ✔️
lightprobes ✔️
compositing Planned
texts Planned
nla
volumes
particles On-going
speakers Partial
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
Replication latest yes

Contributing

See contributing section of the documentation.

Feel free to join the discord server to chat, seek help and contribute.

Licensing

See license