feat : delete

This commit is contained in:
inrev
2019-04-30 17:18:41 +02:00
parent 678cd5ac0f
commit cf16dbc788
4 changed files with 49 additions and 17 deletions

View File

@ -40,6 +40,8 @@ def load(key, value):
target = resolve_bpy_path(key)
target_type = key.split('/')[0]
if value == "None":
return
if target_type == 'Object':
load_object(target=target, data=value,