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
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
Awesome , thx Guys.
Foundry was still on an earlier version , so we couldnt understand each other LOL
Can't find what you're looking for? Ask the community or share your knowledge.