fix: spot light shape replication
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user