fix: grease pencil material holdout is not synced

This commit is contained in:
Swann 2021-02-02 11:04:46 +01:00
parent 1fd54769b9
commit 6a5ff9a097
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -409,6 +409,9 @@ class BlMaterial(BlDatablock):
'fill_style',
'gradient_type',
# 'fill_image',
'use_stroke_holdout',
'use_overlap_strokes',
'use_fill_holdout',
]
data['grease_pencil'] = gp_mat_dumper.dump(instance.grease_pencil)
elif instance.use_nodes: