ubisoft / mixer

Add-on for real-time collaboration in Blender.
https://ubisoft-mixer.readthedocs.io/
GNU General Public License v3.0
1.32k stars 77 forks source link

Thank you for creating this addon! #1

Closed 3dcinetv closed 3 years ago

3dcinetv commented 3 years ago

This is a marvelous addon! Quick question: Does it work when working on a GreasePencil scene?

Celeborn2BeAlive commented 3 years ago

Hi, thanks for you feedback ! Right now a sub-part of grease pencil objects are synchronized between clients, you can try with the default Suzanne grease pencil for example. You will find that some properties are not synchronized, if you are used to implement blender addons then you can look at the file https://github.com/ubisoft/mixer/blob/master/mixer/blender_client/grease_pencil.py to find exactly what properties are synchronized. @feeefeee is working on a generic synchronization strategy that should handle every possible property at some point.

A quick way of checking what is synchronized of not for grease pencil is to try with the splash screen scene of Blender 2.82 https://cloud.blender.org/p/gallery/5e46a80442fa9613e1cd1fca. You'll see some objects being synchronized correctly and some having strange behaviors. We will iterate on this scene on our future tests to ensure we support grease pencil correctly.

Celeborn2BeAlive commented 3 years ago

Closing this issue because we are moving discussions to https://gitlab.com/ubisoft-animation-studio/mixer.

@sirdavid32 If you want want to continue this discussion, please open a new issue on Gitlab, thanks !