From 9966a24b5e7a71aa3f79c26090fa0d9c65182480 Mon Sep 17 00:00:00 2001 From: Swann Date: Fri, 2 Oct 2020 18:04:32 +0200 Subject: [PATCH] feat: update supported types in README.md --- README.md | 49 +++++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 1ce63f8..80525cb 100644 --- a/README.md +++ b/README.md @@ -25,27 +25,32 @@ See the [documentation](https://multi-user.readthedocs.io/en/latest/) for detail 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 | ❗ | Not stable | -| armature | ❗ | Not stable | -| camera | ✔️ | | -| collection | ✔️ | | -| curve | ✔️ | Nurbs surface don't load correctly | -| gpencil | ✔️ | | -| image | ❗ | Not stable yet | -| mesh | ✔️ | | -| material | ✔️ | | -| metaball | ✔️ | | -| object | ✔️ | | -| scene | ✔️ | | -| world | ✔️ | | -| lightprobes | ✔️ | | -| particles | ❌ | [On-going](https://gitlab.com/slumber/multi-user/-/issues/24) | -| speakers | ❌ | [Planned](https://gitlab.com/slumber/multi-user/-/issues/65) | -| vse | ❌ | [Planned](https://gitlab.com/slumber/multi-user/-/issues/45) | -| physics | ❌ | [Planned](https://gitlab.com/slumber/multi-user/-/issues/45) | -| libraries | ❗ | Partial | +| Name | Status | Comment | +| ----------- | :----: | :--------------------------------------------------------------------------: | +| action | ✔️ | | +| armature | ❗ | Not stable | +| camera | ✔️ | | +| collection | ✔️ | | +| curve | ❗ | Nurbs not supported | +| gpencil | ✔️ | [Airbrush not supported](https://gitlab.com/slumber/multi-user/-/issues/123) | +| image | ✔️ | | +| mesh | ✔️ | | +| material | ✔️ | | +| metaball | ✔️ | | +| object | ✔️ | | +| texts | ✔️ | | +| scene | ✔️ | | +| world | ✔️ | | +| lightprobes | ✔️ | | +| compositing | ❌ | [Planned](https://gitlab.com/slumber/multi-user/-/issues/46) | +| texts | ❌ | [Planned](https://gitlab.com/slumber/multi-user/-/issues/81) | +| nla | ❌ | | +| volumes | ❌ | | +| particles | ❌ | [On-going](https://gitlab.com/slumber/multi-user/-/issues/24) | +| speakers | ❗ | [Partial](https://gitlab.com/slumber/multi-user/-/issues/65) | +| vse | ❌ | [Planned](https://gitlab.com/slumber/multi-user/-/issues/45) | +| physics | ❌ | [Planned](https://gitlab.com/slumber/multi-user/-/issues/45) | +| libraries | ❗ | Partial | ### Performance issues @@ -57,7 +62,7 @@ I'm working on it. | Dependencies | Version | Needed | | ------------ | :-----: | -----: | -| Replication | latest | yes | +| Replication | latest | yes |