Unity-Technologies / MeshSyncDCCPlugins

DCC plugins for MeshSync in Unity. Supported tools: Maya, Maya LT, 3ds Max, Motion Builder, Modo, Blender, Metasequoia
Other
455 stars 56 forks source link

blender-fix: send materials when server session changed. #302

Closed schinkowski closed 1 year ago

schinkowski commented 1 year ago

The client only sends textures when they have changed, which causes new servers to not receive textures if the client does not change them. This change lets the client check whether the server has changed and if it did, reset the client's texture state so all textures are sent to the new server.