Search found 31 matches

by jmquintela
14 Nov 2014, 01:17
Forum: Scripts
Topic: Script Positioning and scaling of ice nodes
Replies: 0
Views: 3964

Script Positioning and scaling of ice nodes

Hello, How I can set positioning and scaling of ice nodes via python scripiting?. I want to enhance readability of some Large compounds. The structures they have are done via scripting, so it's not use on doing this by hand every time I create a Compound so I need to script this action too. It's for...
by jmquintela
21 Oct 2014, 00:32
Forum: Programming
Topic: Play Simulation inside a for loop
Replies: 1
Views: 1259

Re: Play Simulation inside a for loop

This is the Whole Code, it's for updating Variables inside XSI objects in a fast way import sys import os App = Application Ice_roots = Ir = [ ".pointcloud.ICETree", "Simulation_Objects.", "Caches.", ] Cache_Parameters_Values = CPV = [ True, True, True, 0.4, ] Simulatio...
by jmquintela
20 Oct 2014, 23:30
Forum: Programming
Topic: Play Simulation inside a for loop
Replies: 1
Views: 1259

Play Simulation inside a for loop

Hello, I'm Doing this Structure on python to simulate objects one by one, because I want to generate a final Hi res Sim and if a simulate all objects at once is to much for my system, so instead I'm Simulating one object at a time. THis is the script Structure: Mute all objetcs on SimulationObjects[...
by jmquintela
05 May 2014, 17:27
Forum: ICE
Topic: InName Switcher
Replies: 16
Views: 2459

Re: InName Switcher

you have to pre-compound "together" the iname and the execute port of the read cache node, then plug this in your switch case. Just think your work differently, i'm sure you can get it working I've try to compound it together and change it to multiport but I can't find out how to make it ...
by jmquintela
02 May 2014, 21:26
Forum: ICE
Topic: InName Switcher
Replies: 16
Views: 2459

Re: InName Switcher

NNois wrote:
NNois wrote:You need first to compound together the inname and execute entry in your cache reader compound, then expose de type "Multi connect New Ports through New Node".
did you try ?


it Works for the Exe port, but not for the inname...
by jmquintela
27 Apr 2014, 19:47
Forum: ICE
Topic: InName Switcher
Replies: 16
Views: 2459

Re: InName Switcher

^:)^ Still a real example of what you want to do might give us some ideas. i Want to switch between multiply cache nodes for a Cache reader compound I'm building... so that way I can load different sequences...the thing is I can connect the cache execute to a select case, but as I read it's not pos...
by jmquintela
15 Apr 2014, 05:10
Forum: ICE
Topic: InName Switcher
Replies: 16
Views: 2459

Re: InName Switcher

Thanks For the Fast Answers!! I attach this diagram of my problem... I'm trying to do a cache switcher for my cache reader compound, his main Input is get data nodes connected to outname, , is the best way I found to Bring cache Data to the scene.. is a very robust technique, my only problem is how ...
by jmquintela
13 Apr 2014, 19:17
Forum: ICE
Topic: InName Switcher
Replies: 16
Views: 2459

InName Switcher

Hi, I Notice I can't connect an Inname on a Select case or an if Node, why is that? How can I make some kind of switcher but for an inname node, the kind you do With select Case ....Some way of doing a conditional mechanism for Innames. I have been working on it on my free time but i can't figure ou...
by jmquintela
09 Jan 2014, 20:56
Forum: ICE
Topic: COllitions on Emfluid4
Replies: 0
Views: 605

COllitions on Emfluid4

Hi, I would like to know How can I increase accuracy of emfluid collition system for fast moving objects that collide with the emitted particles, I'm deforming a collition shape by sound, so it's has very fast movements...is a good way to increase the simulation control sampling per frame on the poi...
by jmquintela
13 Dec 2013, 06:29
Forum: Programming
Topic: Python Scene objects data List
Replies: 3
Views: 1223

Re: Python Scene objects data List

I'm missing something, I guess object on xsi are classes instances rigth???, then How can I call it's proprierties from python? that's the question really, and how can I call them in the most pytonic way I should say, in a way I can remember, and be shure this calls exist and won't change over time ...
by jmquintela
12 Dec 2013, 03:27
Forum: Programming
Topic: Python Scene objects data List
Replies: 3
Views: 1223

Re: Python Scene objects data List

maybe there is a better way, but i want to write a single menu with all the scene values per element so I can control all the simulation from one place, and then create a cache and save these values as one list so I can reload them or save them in case they fit what I want to do, this is to construc...
by jmquintela
12 Dec 2013, 01:35
Forum: Programming
Topic: Python Scene objects data List
Replies: 3
Views: 1223

Python Scene objects data List

Hi, I'm trying to make a List of Value Names with python of all the Scene object Data. My Idea is to have a List With all the object of the scene where I can call and set any value just By calling this list in the form of object[1][2][5] ... This list must contain also all the values for the Icetree...
by jmquintela
14 Nov 2013, 16:06
Forum: Programming
Topic: 'instance' and 'unicode' concatenation
Replies: 2
Views: 913

Re: 'instance' and 'unicode' concatenation

Thank you very much , it work ) !
by jmquintela
14 Nov 2013, 09:14
Forum: Programming
Topic: 'instance' and 'unicode' concatenation
Replies: 2
Views: 913

'instance' and 'unicode' concatenation

This Line Give me error ---> CurrentPassName = CuPass + NameVar I know it's because the fir var is an 'instance' and the second a 'unicode', how can I convert the instance to unicode and make a compatible concatenation ??? this is the original script Function: def FinalRendering() : #PassVars CuPass...
by jmquintela
31 Oct 2013, 23:14
Forum: Announcements
Topic: Strand Collision Framework
Replies: 23
Views: 22142

Re: Strand Collision Framework

Thanks!, just in time to test some dinamic Muscle System ideas I was having... great timing men , thaks a lot, you probably save a lot of us HOURS of work :)
by jmquintela
30 Oct 2013, 02:11
Forum: ICE
Topic: Problem with kine.local.pos
Replies: 2
Views: 653

Re: Problem with kine.local.pos

I'll try that ;) thanks.