Blender多人联机建造游戏
Go to file
2021-06-09 18:16:43 +02:00
.gitlab fix: ci with submodules 2021-05-07 15:47:53 +02:00
docs fix: apply api 2021-03-14 18:32:04 +01:00
multi_user refactor: install replication dependencies in libs 2021-06-09 18:16:43 +02:00
scripts fix: get replication version 2021-05-07 16:56:00 +02:00
tests refactor: fix tests 2021-05-19 15:12:11 +02:00
.gitignore refactor: install replication dependencies in libs 2021-06-09 18:16:43 +02:00
.gitlab-ci.yml fix: renable gitlab-ci file 2021-04-23 11:48:01 +02:00
.gitmodules feat: update submodule url 2021-05-07 16:12:04 +02:00
CHANGELOG.md feat: update changelog 0.3.0 release 2021-04-14 14:36:06 +02:00
LICENSE Add LICENCE 2019-08-08 22:53:40 +00:00
README.md fix: particle system duplication 2021-04-14 15:29:02 +02: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.

Troubleshooting

See the troubleshooting guide for tips on the most common issues.

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 surfaces not supported
gpencil ✔️
image ✔️
mesh ✔️
material ✔️
node_groups Material & Geometry only
geometry nodes ✔️
metaball ✔️
object ✔️
textures Supported for modifiers/materials/geo nodes only
texts ✔️
scene ✔️
world ✔️
lightprobes ✔️
compositing Planned
texts Planned
nla
volumes ✔️
particles The cache isn't syncing.
speakers Partial
vse Mask and Clip not supported yet
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