Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

ramp_rgb Katana

Guy.Dubost
Explorer

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
Reply
954 Views
3 Replies
Replies (3)

Mr.baiking
Contributor
Contributor

We got this issue too

0 Likes

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

Guy.Dubost
Explorer
Explorer

Awesome , thx Guys.

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

0 Likes