feat(rcf): get user panel back

This commit is contained in:
Swann Martinez
2019-04-17 13:39:36 +02:00
parent 44b077fbce
commit a6dce98173
2 changed files with 24 additions and 23 deletions

View File

@ -30,7 +30,7 @@ update_list = {}
SUPPORTED_DATABLOCKS = ['collections', 'meshes', 'objects',
'materials', 'textures', 'lights', 'cameras', 'actions', 'armatures', 'grease_pencils']
SUPPORTED_TYPES = [ 'Material',
SUPPORTED_TYPES = ['Material',
'Texture', 'Light', 'Camera','Mesh', 'Grease Pencil', 'Object', 'Action', 'Armature','Collection', 'Scene']
# UTILITY FUNCTIONS
@ -150,6 +150,7 @@ def draw_tick():
drawer.draw()
# refresh_window()
# Upload
upload_client_instance_position()
return 1