fix: spot light shape replication

This commit is contained in:
Swann
2020-05-01 22:58:27 +02:00
parent 4c44c2f1a0
commit fcc9292e02

View File

@ -64,7 +64,9 @@ class BlLight(BlDatablock):
"shape", "shape",
"size_y", "size_y",
"size", "size",
"angle" "angle",
'spot_size',
'spot_blend'
] ]
data = dumper.dump(instance) data = dumper.dump(instance)
return data return data