Blender多人联机建造游戏
Go to file
2020-10-08 18:35:08 +02:00
.gitlab fix: ci syntax 2020-10-05 21:53:14 +02:00
docs Updates to hosting guide and contribution documentation 2020-10-08 18:31:20 +02:00
multi_user fix: avoid to remove inexistant user widget 2020-10-06 16:10:10 +02:00
scripts Adding log-level to server startup scripts 2020-10-08 18:35:08 +02:00
tests clean: remove image testing (until the file replication interface is done) 2020-09-21 17:48:07 +02:00
.gitignore refactor: remove pointer hard reference 2020-04-07 14:49:43 +02:00
.gitlab-ci.yml feat: CI file and docker image 2020-10-02 18:56:26 +02:00
.gitmodules feat: remove submodule 2020-07-10 16:59:32 +02:00
CHANGELOG.md doc: feat changelog 0.1.0 release date 2020-10-05 16:11:04 +02:00
LICENSE Add LICENCE 2019-08-08 22:53:40 +00:00
README.md feat: update supported types in README.md 2020-10-02 18:04:32 +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.

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