feat: README update
This commit is contained in:
parent
4fa5b0969e
commit
f24bb6380d
20
README.md
20
README.md
@ -2,7 +2,11 @@
|
|||||||
|
|
||||||
> Enable real-time collaborative workflow inside blender
|
> Enable real-time collaborative workflow inside blender
|
||||||
|
|
||||||
:warning: Under development, use it at your own risks :warning:
|
:warning: Under development, use it at your own risks. Currently tested on Windows platform. :warning:
|
||||||
|
|
||||||
|
![settings](medias/connexion.gif)
|
||||||
|
|
||||||
|
This tool aims to allow multiple user to work on the same scene over the network.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -11,8 +15,12 @@
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Host a session
|
Settings are under: `View3D -> Sidebar -> Multiuser`
|
||||||
|
|
||||||
|
![settings](medias/settings.png)
|
||||||
|
|
||||||
|
### Host a session
|
||||||
|
:warning: If you host a session over internet, special network configuration is needed :warning:
|
||||||
todo
|
todo
|
||||||
|
|
||||||
### Join a session
|
### Join a session
|
||||||
@ -24,7 +32,7 @@ todo
|
|||||||
Animation support is under development.
|
Animation support is under development.
|
||||||
|
|
||||||
| Name | Statut | Comment |
|
| Name | Statut | Comment |
|
||||||
| ---------- | :----------------------: | :--------: |
|
| ---------- | :----------------: | :--------: |
|
||||||
| action | :x: | WIP |
|
| action | :x: | WIP |
|
||||||
| armature | :x: | WIP |
|
| armature | :x: | WIP |
|
||||||
| camera | :white_check_mark: | |
|
| camera | :white_check_mark: | |
|
||||||
@ -34,11 +42,14 @@ Animation support is under development.
|
|||||||
| image | :white_check_mark: | Local only |
|
| image | :white_check_mark: | Local only |
|
||||||
| mesh | :white_check_mark: | |
|
| mesh | :white_check_mark: | |
|
||||||
| material | :white_check_mark: | |
|
| material | :white_check_mark: | |
|
||||||
| metaball | :heavy_exclamation_mark: | |
|
| metaball | :x: | |
|
||||||
| object | :white_check_mark: | |
|
| object | :white_check_mark: | |
|
||||||
| scene | :white_check_mark: | |
|
| scene | :white_check_mark: | |
|
||||||
| world | :white_check_mark: | |
|
| world | :white_check_mark: | |
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
@ -56,3 +67,4 @@ Animation support is under development.
|
|||||||
3. Commit your changes (`git commit -am 'Add some fooBar'`)
|
3. Commit your changes (`git commit -am 'Add some fooBar'`)
|
||||||
4. Push to the branch (`git push origin feature/fooBar`)
|
4. Push to the branch (`git push origin feature/fooBar`)
|
||||||
5. Create a new Pull Request
|
5. Create a new Pull Request
|
||||||
|
|
||||||
|
BIN
medias/connexion.gif
Normal file
BIN
medias/connexion.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
BIN
medias/settings.png
Normal file
BIN
medias/settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
x
Reference in New Issue
Block a user