feat: support color ramps interpolation and color_mode
This commit is contained in:
parent
8f4de7adbf
commit
0f1850bf2c
@ -172,7 +172,9 @@ def dump_node(node):
|
||||
'elements',
|
||||
'alpha',
|
||||
'color',
|
||||
'position'
|
||||
'position',
|
||||
'interpolation',
|
||||
'color_mode'
|
||||
]
|
||||
dumped_node['color_ramp'] = ramp_dumper.dump(node.color_ramp)
|
||||
if hasattr(node, 'mapping'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user