Re: Setting ICE attribute DataArray in javascript

2016-12-14 Thread Fabricio Chamon
arentCluster, oClusterProperty ).toArray(); > > Just enclose the quantity to be converted in parentheses, then append > .Array() to the right parenthesis. the only caveat is to make sure the > quantity to be converted is not null or else it’ll throw an error. > > Matt > > &g

Re: Setting ICE attribute DataArray in javascript

2016-12-13 Thread Matt Lind
then append .Array() to the right parenthesis. the only caveat is to make sure the quantity to be converted is not null or else it’ll throw an error. Matt Date: Tue, 13 Dec 2016 20:34:02 -0200 From: Fabricio Chamon Subject: Setting ICE attribute DataArray in javascript To: "softimag

Re: Setting ICE attribute DataArray in javascript

2016-12-13 Thread Fabricio Chamon
found the culprit... I was running this on a live alembic file...for some reason it does not work. As soon as I freeze the mesh then it works great. 2016-12-13 20:38 GMT-02:00 Fabricio Chamon : > ...and here is the blog post where Stephen shows his code: > https://xsisupport.com/2013/03/25/aha-se

Re: Setting ICE attribute DataArray in javascript

2016-12-13 Thread Fabricio Chamon
...and here is the blog post where Stephen shows his code: https://xsisupport.com/2013/03/25/aha-setting-dataarray2d-with-jscript/ btw I'm on soft 2015 SP2 2016-12-13 20:34 GMT-02:00 Fabricio Chamon : > Hey, > > lots of questions these days, sorry. > > So I'm searching all day through the list a

Setting ICE attribute DataArray in javascript

2016-12-13 Thread Fabricio Chamon
Hey, lots of questions these days, sorry. So I'm searching all day through the list and internet to find a solution for this... I'm trying to set per polygon ice attribute values on a mesh via sdk (javascript). The subject was already discussed, Stephen Blair have some studies on it, one solution