fix: missing hue_interpolation
This commit is contained in:
parent
480818fe85
commit
07862f1cf0
@ -155,6 +155,7 @@ def dump_node(node: bpy.types.ShaderNode) -> dict:
|
|||||||
'color',
|
'color',
|
||||||
'position',
|
'position',
|
||||||
'interpolation',
|
'interpolation',
|
||||||
|
'hue_interpolation',
|
||||||
'color_mode'
|
'color_mode'
|
||||||
]
|
]
|
||||||
dumped_node['color_ramp'] = ramp_dumper.dump(node.color_ramp)
|
dumped_node['color_ramp'] = ramp_dumper.dump(node.color_ramp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user