added canvas to protobuf node messages, added node canvas id to grpc server handling, updating pygui to draw canvases based on joined session and add nodes to respective canvas

This commit is contained in:
Blake Harnden 2020-12-12 23:17:43 -08:00
parent 9621df6bc4
commit b01249bb4e
5 changed files with 67 additions and 25 deletions

View file

@ -752,6 +752,7 @@ message Node {
Geo geo = 12;
string dir = 13;
string channel = 14;
int32 canvas = 15;
}
message Link {