multi-user/README.md
2019-09-30 17:01:56 +02:00

2.9 KiB

Multi-user blender addon

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 datablocks across the wire.

Installation

  1. Download lastest release here.
  2. Install last_version.zip from your addon preferences

Usage

Settings are under: View3D -> Sidebar -> Multiuser

1. Set user infos

settings

  • name: username.
  • color: color used to represent the user into other user workspaces.

2. setup network

Host Join
host_panel join_panel
Start empty: Cleanup the file before starting to host IP: host ip
⚠️ If you host a session over internet, special network configuration is needed ⚠️ Port: host port

Current development statut

Animation support is under development.

Name Statut Comment
action WIP
armature WIP
camera
collection
curve Not tested
gpencil
image Local only
mesh
material
metaball
object
scene
world

Performance issues

Since this addon is writen in pure python for a prototyping purpose, perfomance could be better from all perspective. Soon I will start to port the multi-user addon concept to a blender branch.

Dependencies

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