feat: implement supported datablock

This commit is contained in:
Swann Martinez
2019-07-03 15:03:37 +02:00
parent 524c5a0813
commit 0d33c3eb3d
4 changed files with 15 additions and 9 deletions

View File

@ -18,10 +18,15 @@ SUBPROCESS_DIR = None
DEFAULT_CONFIG = {
"replicated_types": {
'Client': True,
'Image': True,
'Texture': True,
'Curve': True,
'Material': True,
'Light': True,
'SunLight': True,
'SpotLight': True,
'AreaLight': True,
'PointLight': True,
'Camera': True,
'Mesh': True,
'Armature': True,