Thanks for the tips Andreas

For some reason i'm unable to set the data on the custom property though,
not sure if I'm doing something wrong, probably I am.
Here is a screen grab
http://prntscr.com/a6mjrp

Clueless here :(

On Thu, Feb 18, 2016 at 2:06 PM, Andreas Böinghoff <
boeingh...@themarmalade.com> wrote:

> 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 softimage-requ...@listproc.autodesk.com with 
> "unsubscribe" in the subject, and reply to confirm.
>
>
>
>
> ------
> Softimage Mailing List.
> To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com
> with "unsubscribe" in the subject, and reply to confirm.
>
------
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Reply via email to