fix: missing hue_interpolation

This commit is contained in:
Swann 2021-03-19 11:07:04 +01:00
parent 480818fe85
commit 07862f1cf0
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -155,6 +155,7 @@ def dump_node(node: bpy.types.ShaderNode) -> dict:
'color',
'position',
'interpolation',
'hue_interpolation',
'color_mode'
]
dumped_node['color_ramp'] = ramp_dumper.dump(node.color_ramp)