Re: SimulatedFrameFraction on polymesh ?

2016-03-22 Thread peter_b
I may be totally wrong but isn’t ‘SimulatedFrameFaction’ the amount of time for each simulation step – so time divided by steps. I believe I have come across this SimulatedFrameFaction inside one of the factory compounds, but which one? the first ones that come to mind are ‘state’ and ‘simulate

SimulatedFrameFraction on polymesh ?

2016-03-22 Thread Olivier Jeannel
Hi list, I'm doing some paper/cloth simulation using "Simulate Mesh Using Verlet Integration". I'd like to work with States / State Machine, but this needs a "SimulatedFrameFraction". I don't know how to compute this, or even if I could have it available for polymesh. Does someone know how /

Re: Weight Tools

2016-03-22 Thread Oscar Juarez
You can create a plugin that adds the paths to the sys.path, it should be loaded before all the other plugins. On Tue, Mar 22, 2016 at 3:51 PM, Martin Yara wrote: > Thanks for your response. > > So far, after a couple of days fighting with PySide and Python, I've been > able

Re: Weight Tools

2016-03-22 Thread Martin Yara
Thanks for your response. So far, after a couple of days fighting with PySide and Python, I've been able to reuse the GUI. In my tests, it works fine with Softimage 2013 and 2015. I couldn't use an external Python I don't know why, SI just kept crashing, so I installed Python 2.6, pywin and

Re: Weight Tools

2016-03-22 Thread Cesar Saez
You should be able to reuse the GUI as it is through PyQtForSoftimage (it's a pretty lightweight implementation, kudos to the people involved), but it requires the user to install the plugin + pyqt 4.8.x (I don't think the plugin is compatible with recent versions of qt as there are a lot of