Merge branch '29-differential-revision' into 'develop'

fix: spot light shape replication

See merge request slumber/multi-user!36
This commit is contained in:
Swann Martinez
2020-05-01 21:03:18 +00:00

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