Re: Looking for exporting tips with ICE topology - SI2014

2013-05-09 Thread Fabricio Chamon
Probably hitting the ice optimization problem? Make sure your UVs are correctly set by putting a log values just before your set data node. 2013/5/9 Eric Cosky e...@cosky.com Hi, I've recently started using ICE modeling to help with some low poly models with tiny textures. The general

RE: Looking for exporting tips with ICE topology - SI2014

2013-05-09 Thread Eric Cosky
, 2013 12:12 PM To: softimage@listproc.autodesk.com Subject: Re: Looking for exporting tips with ICE topology - SI2014 Probably hitting the ice optimization problem? Make sure your UVs are correctly set by putting a log values just before your set data node. 2013/5/9 Eric Cosky e...@cosky.com

RE: Looking for exporting tips with ICE topology - SI2014

2013-05-09 Thread Eric Cosky
, 2013 12:18 PM To: 'softimage@listproc.autodesk.com' Subject: RE: Looking for exporting tips with ICE topology - SI2014 I'm not familiar with the ice optimization problem but it sounds like a reasonable explanation for what I'm seeing. Thanks for the suggestion. From: softimage-boun

Re: Looking for exporting tips with ICE topology - SI2014

2013-05-09 Thread Alan Fregtman
:* softimage-boun...@listproc.autodesk.com [mailto: softimage-boun...@listproc.autodesk.com] *On Behalf Of *Fabricio Chamon *Sent:* Thursday, May 09, 2013 12:12 PM *To:* softimage@listproc.autodesk.com *Subject:* Re: Looking for exporting tips with ICE topology - SI2014 ** ** Probably

Re: Looking for exporting tips with ICE topology - SI2014

2013-05-09 Thread Alan Fregtman
*To:* 'softimage@listproc.autodesk.com' *Subject:* RE: Looking for exporting tips with ICE topology - SI2014 ** ** I’m not familiar with the ice optimization problem but it sounds like a reasonable explanation for what I’m seeing. Thanks for the suggestion. ** ** ** ** *From

RE: Looking for exporting tips with ICE topology - SI2014

2013-05-09 Thread Eric Cosky
: Thursday, May 09, 2013 12:52 PM To: XSI Mailing List Subject: Re: Looking for exporting tips with ICE topology - SI2014 The aggressive optimization problem is that ICE won't evaluate chunks of a tree if it doesn't feel you are genuinely using it. So if I make some crazy math and store an attribute

Re: Looking for exporting tips with ICE topology - SI2014

2013-05-09 Thread Steven Caron
*Subject:* Re: Looking for exporting tips with ICE topology - SI2014 ** ** The aggressive optimization problem is that ICE won't evaluate chunks of a tree if it doesn't feel you are genuinely using it. ** ** So if I make some crazy math and store an attribute, if I don't use

RE: Looking for exporting tips with ICE topology - SI2014

2013-05-09 Thread Eric Cosky
To: softimage@listproc.autodesk.com Subject: Re: Looking for exporting tips with ICE topology - SI2014 create copies from mesh uses an ice attribute called 'Texture_Projection' it doesn't set the uvs of a cluster property directly. you want to get the ice attribute and you will probably be good

Re: Looking for exporting tips with ICE topology - SI2014

2013-05-09 Thread Ciaran Moloney
: softimage-boun...@listproc.autodesk.com] *On Behalf Of *Alan Fregtman *Sent:* Thursday, May 09, 2013 12:52 PM *To:* XSI Mailing List *Subject:* Re: Looking for exporting tips with ICE topology - SI2014 ** ** The aggressive optimization problem is that ICE won't evaluate chunks of a tree

Re: Looking for exporting tips with ICE topology - SI2014

2013-05-09 Thread Steven Caron
change the c++ to get ice attribute directly or change the ice tree to set the uv cluster property... its up to you :) On Thu, May 9, 2013 at 4:08 PM, Eric Cosky e...@cosky.com wrote: Thanks! That’s very helpful. I suppose it’s probably possible to add some nodes to push the attributes into

Re: Looking for exporting tips with ICE topology - SI2014

2013-05-09 Thread Ciaran Moloney
: softimage-boun...@listproc.autodesk.com] *On Behalf Of *Steven Caron *Sent:* Thursday, May 09, 2013 3:55 PM *To:* softimage@listproc.autodesk.com *Subject:* Re: Looking for exporting tips with ICE topology - SI2014 ** ** create copies from mesh uses an ice attribute called