I think that a direct reading is not possible.
If you want to read a set_data node you could do it linke this:
[Value pointcloud.pointcloud.ICETree.Set_Data.Value]
If you want to read a custom attribute - create a new custom Parameter
on your pointcloud. Write your value via ICE to the Custom property and
link it in the viewport slate
[Value pointcloud.nodelocal.Display_PPG.ValueFromICE]
Andy
PS:
In scripting you can get your stuff via:
_python:_
oTest =
Application.Selection[0].ActivePrimitive.GetICEAttributeFromName("NbPoints").DataArray[0]
Application.LogMessage(oTest)
_vbscript:_
oTest =
Selection(0).ActivePrimitive.GetICEAttributeFromName("NbPoints").DataArray
LogMessage(oTest)
On 18/02/2016 13:23, Nuno Conceicao wrote:
Hi guys
Do you guys know if its possible to pass ICE custom attributes data
directly to a viewport Slate?
------
Softimage Mailing List.
To unsubscribe, send a mail to [email protected] with
"unsubscribe" in the subject, and reply to confirm.
------
Softimage Mailing List.
To unsubscribe, send a mail to [email protected] with
"unsubscribe" in the subject, and reply to confirm.