Re: Optimizing Custom Operators

2013-03-26 Thread Jeremie Passerin
Hi Eugen, I have done very few geometry generator op so not sure I can really help with that. Here is my code look like for my evaluation issue : function myOp_Update( ctxt, out, surfaceMesh ){ paramA= ctxt.Parameters(paramA).Value; paramB= ctxt.Parameters(paramB).Value; id =

Re: Optimizing Custom Operators

2013-03-25 Thread Jeremie Passerin
Finally got time to look at it closer... Well it looks like it's working perfectly ! And it's so simple ! The animators are testing it right now but it looks super cool now ;-) Thanks mate !

Re: Optimizing Custom Operators

2013-02-09 Thread Jeremie Passerin
That seems to available in JScript too. I'll have a look at that. thanks ! On 9 February 2013 03:29, Kai Wolter kaiwolte...@gmail.com wrote: It was added to ProjectItem: http://softimage.wiki.softimage.com/sdkdocs/2011_5/si_cpp/classXSI_1_1ProjectItem.html Have a look at the last two

Re: Optimizing Custom Operators

2013-02-08 Thread Kai Wolter
Hey Jeremie, What about only doing the recompute when your inputs change? Can't remember what the function name was, but in one of the QFEs you could ask an object or parameter for its evaluation id which is increased by Softimage every time the parameter/object has changed - pretty sure that