feat: object, light dump optimisation

This commit is contained in:
Swann
2019-09-20 22:37:32 +02:00
parent 4cbb088b0c
commit 51db89ca7a
4 changed files with 39 additions and 4 deletions

View File

@ -201,7 +201,6 @@ def dump_datablock_attibutes(datablock=None, attributes=[], depth=1, dickt=None)
dumper.depth = depth
datablock_type = datablock.bl_rna.name
key = "{}/{}".format(datablock_type, datablock.name)
data = {}