legion
legion copied to clipboard
Switch from grpc to OpenAPI in Blender plugin
Summary
To start working on the plugin I need to have a network protocol. Currently it's grpc but during the M3 it will change to OpenAPI. We need to switch the plugin to support the new network protocol.
Current State
gprc is currently used as a network protocol
Work Items
- [ ] Replace Python binding generator and dependencies