refactor: started replication integration

This commit is contained in:
Swann Martinez
2019-08-05 15:24:00 +02:00
parent 5e98b1f6ed
commit 716f462893
8 changed files with 14 additions and 686 deletions

4
ui.py
View File

@ -1,7 +1,5 @@
import bpy
from . import client
from . import operators
from .libs.replication import client
ICONS = {'Image': 'IMAGE_DATA', 'Curve':'CURVE_DATA', 'Client':'SOLO_ON','Collection': 'FILE_FOLDER', 'Mesh': 'MESH_DATA', 'Object': 'OBJECT_DATA', 'Material': 'MATERIAL_DATA',