ramp_rgb Katana

ramp_rgb Katana

Guy.Dubost
Explorer Explorer
1,122 Views
3 Replies
Message 1 of 4

ramp_rgb Katana

Guy.Dubost
Explorer
Explorer

Hi There

it seems that the node ramp_rgb attributes changed in the latest KtoA versions

before we could access the ramp thru position and color

node = NodegraphAPI.GetNode('ramp_ rgb')

positions = node.getParameter('parameters. position.value')

colors = node.getParameter('parameters. color.value')


now its ramp_Knots and ramp_Colors

node = NodegraphAPI.GetNode('ramp_ rgb')

positions = node.getParameter('parameters.ramp_Knots.value')

colors = node.getParameter('parameters.ramp_Colors.value')


Could you confirm that not an issue and that was the intention

Thx in advance

0 Likes
1,123 Views
3 Replies
Replies (3)
Message 2 of 4

Mr.baiking
Contributor
Contributor

We got this issue too

0 Likes
Message 3 of 4

ashley.handscomb.retallack
Autodesk
Autodesk

This is not an issue and was changed in KtoA 3.2.0.0

due to multiple ramp node not being able to be exposed in NetworkMaterial without this change




Ashley Handscomb Retallack
Senior Software Engineer (Arnold)
Arnold Documentation | Arnold Downloads
0 Likes
Message 4 of 4

Guy.Dubost
Explorer
Explorer

Awesome , thx Guys.

Foundry was still on an earlier version , so we couldnt understand each other LOL

0 Likes