nvk
09-03-2010, 03:14 PM
Hello,
I am doing a simple image reader node for Maya 2008.
The node has 2 inputs, 1. MString Image file Name 2. bool isFrameSequence
I would like to read the Image file through this node and provide the image data to an output attribute of the node.
How do I go about it. Do i create a custom "file" node, if so how .... if not then how would i pass the image data to the attribute.
a getAttr -type lambert1.color gives float3. so im assuming the output of my node would be a float3.
How do i set the image data to float3.
Thanks in advance.
Nihal Kenkre.
I am doing a simple image reader node for Maya 2008.
The node has 2 inputs, 1. MString Image file Name 2. bool isFrameSequence
I would like to read the Image file through this node and provide the image data to an output attribute of the node.
How do I go about it. Do i create a custom "file" node, if so how .... if not then how would i pass the image data to the attribute.
a getAttr -type lambert1.color gives float3. so im assuming the output of my node would be a float3.
How do i set the image data to float3.
Thanks in advance.
Nihal Kenkre.
