fix: env setup

fix: gpencil api change
This commit is contained in:
Swann Martinez
2019-05-23 16:49:32 +02:00
parent 53f0811b94
commit d53165f17e
6 changed files with 20923 additions and 15 deletions

View File

@ -9,7 +9,7 @@ import message
logger = logging.getLogger("Server")
logging.basicConfig(level=logging.DEBUG)
SUPPORTED_TYPES = ['Client','Curve','Material','Texture', 'Light', 'Camera', 'Mesh','Armature', 'Grease Pencil', 'Object', 'Action', 'Collection', 'Scene']
SUPPORTED_TYPES = ['Client','Curve','Material','Texture', 'Light', 'Camera', 'Mesh','Armature', 'GreasePencil', 'Object', 'Action', 'Collection', 'Scene']
class ServerAgent():
def __init__(self, context=zmq.Context.instance(), id="admin"):