Search found 127 matches

by probiner
23 Apr 2014, 10:25
Forum: ICE
Topic: parent in ice?
Replies: 2
Views: 938

Re: parent in ice?

don't use self feeding of matrices

meaning

A = A x B

instead use a third party control that matches A like

A = B x C

This way when you move C it wont re-evaluate the Tree on itself like it happens if you use self.kine.global

Cheers
by probiner
16 Apr 2014, 14:57
Forum: ICE
Topic: InName Switcher
Replies: 16
Views: 2547

Re: InName Switcher

Getting is ok. I was mentioning the Setting. Something like, using an Array of References in the Set Data.
by probiner
16 Apr 2014, 12:47
Forum: ICE
Topic: InName Switcher
Replies: 16
Views: 2547

Re: InName Switcher

Another thing I miss with references is setting stuff to a group.

Say, having the Set Data In Name getting fed by a group Out Name.

Or is this possible.
by probiner
15 Apr 2014, 04:18
Forum: ICE
Topic: Aiding BendOp. pb_BendWithRadius
Replies: 2
Views: 1684

Aiding BendOp. pb_BendWithRadius

Rigging a character with BendOp, I've noticed that unlke other packages, Softimage Bend's Angle is not tied with Radius. I like it that way, but for this task I needed it to be tied. Here's a fix with ICE. The attached compound is a very simplistic implementation that will need tweaking to work in s...
by probiner
15 Apr 2014, 04:08
Forum: ICE
Topic: InName Switcher
Replies: 16
Views: 2547

Re: InName Switcher

Yes, I also feel ICE could have more options for references. You can't store references. The only way to switch is with First Valid Which isn't great, and a "String to Reference" could help a lot. I was before in the same situation as you wanting to use select case to manage references, no...
by probiner
04 Apr 2014, 20:21
Forum: ICE
Topic: ICE modeling -every polygon to a box?
Replies: 2
Views: 687

Re: ICE modeling -every polygon to a box?

https://vimeo.com/77560147

I did another iteration on the compoun with a lot more options but the UV transfer was screwed up If the input meshes aren't just one. In your case it's a box, so I guess it's alright. If you want I can share it.

Cheers

PS: Topology nodes are slow aren't they?
by probiner
04 Apr 2014, 12:23
Forum: ICE
Topic: Component Selection done in ICE?
Replies: 5
Views: 916

Re: Component Selection done in ICE?

Being able to control the cluster population would be great to drive common operators using said cluster. Weight map won't cut here because it's edge selection. Anyways I've found several solutions on Mailing list: 1 - Use EdgeCrease attribute. 2 - This script by Martin Yara. Should be in rray :D 3 ...
by probiner
03 Apr 2014, 01:33
Forum: ICE
Topic: Component Selection done in ICE?
Replies: 5
Views: 916

Re: Component Selection done in ICE?

I don't want to change the cluster selection input to drive something in ICE. I want to actually change the cluster with ICE to drive something out of ICE, with the cluster. Take this simple example: If element posY is less than 2, then it belongs to the cluster. Now if I have an Edge Bevel applied ...
by probiner
03 Apr 2014, 00:12
Forum: ICE
Topic: Component Selection done in ICE?
Replies: 5
Views: 916

Component Selection done in ICE?

Tried to use clusters. I've thought it was the rational thing to do, but apparently I cannot set them.
http://screencast.com/t/fWVYswfaBlu5

How do you guys go about this?

Can Python create on-thefly Trees to return values or such?


Thanks
by probiner
22 Mar 2014, 00:45
Forum: ICE Tutorials
Topic: Displacement trickery.
Replies: 16
Views: 10815

Re: Displacement trickery.

Image
http://www.si-community.com/community/viewtopic.php?f=12&t=4000
by probiner
16 Mar 2014, 06:00
Forum: ICE
Topic: ICE Compound - Set Weightmap by Volume
Replies: 3
Views: 1233

Re: ICE Compound - Set Weightmap by Volume

Looks nice. Thanks
by probiner
16 Mar 2014, 05:58
Forum: ICE
Topic: Get Closest Location on itself, but on a selected cluster.
Replies: 3
Views: 749

Re: Get Closest Location on itself, but on a selected cluster.

Hello.
Thanks for the replies!

@Matheus
Vladimir Jankijevic on the mailing list pointed out exactly that trick. Will serve me well for other situations. Thanks
http://xsi.jankin.com/dump/closetsLocationSelf.zip

Cheers
by probiner
12 Mar 2014, 18:53
Forum: ICE
Topic: Get an attribute a specific time.
Replies: 2
Views: 530

Re: Get an attribute a specific time.

Ok, thanks.
Need to read more about Simulated ICE Trees and caching.

Cheers
by probiner
12 Mar 2014, 18:44
Forum: ICE
Topic: Get Closest Location on itself, but on a selected cluster.
Replies: 3
Views: 749

Get Closest Location on itself, but on a selected cluster.

Trying to make a setup where part of a mesh glues into another part (same mesh) after envelope deformation, etc, etc. Basically: If vertices in point-cluster-X distance less than 0.1 from polygons in polygon-cluster-Y then they go to the closest location in polygon-cluster-Y . The math parth I got i...
by probiner
12 Mar 2014, 16:30
Forum: ICE
Topic: Get an attribute a specific time.
Replies: 2
Views: 530

Get an attribute a specific time.

Hello again. The recent news kind of cut the will to learn more ICE :( But still nothing is completely lost with knowledge :) I'm trying to "get data" from a specific time. I'm used in LightWave to Denis Pontonnier nodes where I can have the data to be relative (with or without offset) or ...
by probiner
28 Feb 2014, 13:50
Forum: Open Discussion
Topic: Reimplement ICE Modeling to usable state.
Replies: 22
Views: 4031

Re: Reimplement ICE Modeling to usable state.

I have a lot to read here. While not streamlined I circuvent some issues with Topology only in Modeling stack by cloning the object. Then I can have whatever I want in Shape and Animation and then another Modeling stack. The issue with clones is new clusters in the source won't be transferred to the...