fix: hosting on internet links + keys features

This commit is contained in:
Fabian
2021-11-23 16:01:57 +01:00
parent 44f1dc1aa8
commit e27a16975c
56 changed files with 737 additions and 765 deletions

View File

@ -6,6 +6,7 @@ Discord
=======
Feel free to join our `discord server <https://discord.gg/aBPvGws>`_ !
You will find help, a way to take part in the project, public collaborative sessions, people to create with, information about the addon's progress and much more.
Contributors

View File

@ -2,7 +2,7 @@
Key Features
============
The Multi-User is a free and open source blender addon.
Multi-User is a free and open source blender addon.
It 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.
.. warning::
@ -13,11 +13,20 @@ It aims to allow multiple users to work on the same scene over the network. Base
Collaboration
=============
Session management
==================
Multi-User allows a strong collaborative workflow between users. Being able to collaborate in this way has opened up new opportunities:
- Being able to create together and in real time on the same 3D scene, with instant feedback.
- Being able to teach directly in the same 3D environment in real time, facilitating communication between the teacher and these students.
- To be able to experiment with several people, to make challenges or simply to have fun.
- And much more !
Easier communication
====================
Sync Datablocks
===============
Thanks to *presence*, the overlay system that Multi-User provides, it is possible to see other users in the 3D space. The *presence* overlay is customizable to match your preferences (visibility, names, options).
Session management
==================
The addon works on a session system. The creator of the session and the administrators have rights that allow them to easily manage the session (backups, user management). In addition, there is a management of datablock rights so that each user can collaborate as they wish.