doc: update advanced section
This commit is contained in:
parent
b3230177d8
commit
c599a4e6ea
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 16 KiB |
@ -307,25 +307,31 @@ This section contains optional settings to configure the session behavior.
|
|||||||
.. figure:: img/quickstart_advanced.png
|
.. figure:: img/quickstart_advanced.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
Repository panel
|
Advanced configuration panel
|
||||||
|
|
||||||
.. rubric:: Network
|
.. rubric:: Network panel
|
||||||
|
|
||||||
**IPC Port** is the port used for Inter Process Communication. This port is used
|
**IPC Port** is the port used for Inter Process Communication. This port is used
|
||||||
by the multi-users subprocesses to communicate with each others. If different instances
|
by the multi-users subprocesses to communicate with each others. If different instances
|
||||||
of the multi-user are using the same IPC port it will create conflict !
|
of the multi-user are using the same IPC port it will create conflict !
|
||||||
|
|
||||||
You only need to modify it if you need to launch multiple clients from the same
|
.. note::
|
||||||
computer(or if you try to host and join on the same computer). You should just enter a different
|
You only need to modify it if you need to launch multiple clients from the same
|
||||||
**IPC port** for each blender instance.
|
computer(or if you try to host and join on the same computer). You should just enter a different
|
||||||
|
**IPC port** for each blender instance.
|
||||||
|
|
||||||
**Timeout (in milliseconds)** is the maximum ping authorized before auto-disconnecting.
|
**Timeout (in milliseconds)** is the maximum ping authorized before auto-disconnecting.
|
||||||
You should only increase it if you have a bad connection.
|
You should only increase it if you have a bad connection.
|
||||||
|
|
||||||
.. rubric:: Replication
|
.. rubric:: Replication panel
|
||||||
|
|
||||||
**Synchronize render settings** (only host) enable replication of EEVEE and CYCLES render settings to match render between clients.
|
**Synchronize render settings** (only host) enable replication of EEVEE and CYCLES render settings to match render between clients.
|
||||||
|
|
||||||
|
**Update method** allow you to change how replication update are triggered. Until now two update methode are implemented:
|
||||||
|
|
||||||
|
- **Default**: Use external threads to monitor datablocks changes, slower and less accurate.
|
||||||
|
- **Despgraph ⚠️**: Use the blender dependency graph to trigger updates. Faster but experimental and unstable !
|
||||||
|
|
||||||
**Properties frequency gird** allow to set a custom replication frequency for each type of data-block:
|
**Properties frequency gird** allow to set a custom replication frequency for each type of data-block:
|
||||||
|
|
||||||
- **Refresh**: pushed data update rate (in second)
|
- **Refresh**: pushed data update rate (in second)
|
||||||
|
Loading…
Reference in New Issue
Block a user