Re: Friday Flashback #313

2017-09-06 Thread Jason S
Hi,  I also wanted to point-out out that to this day, SI bug squashing has never stopped being an ongoing thing with Redshit. I was merely complaining about some of the long standing inconveniences :) Cheers! -J On

Re: Maya plug-in developers

2017-09-06 Thread David Gallagher Softimage
Thanks! On 9/6/2017 7:12 AM, Alan Fregtman wrote: Hey David, I think you might have better luck with the "Python Inside Maya" list here: https://groups.google.com/forum/?#!forum/python_inside_maya I know it has "Python" in the

Re: Prevent Softimage from translating (English to Japanese)

2017-09-06 Thread Martin Yara
Nope, I was wrong. The PPG.refresh command only prevents the progressive shrinking when pressing the checkbox button, because it will refresh after every click. Now I realized that changing the values of the slides (parameters) also affects the buttons sizes, and without a PPG.refresh after their

Re: Prevent Softimage from translating (English to Japanese)

2017-09-06 Thread Martin Yara
Found the problem ! at least one of the problems. I wasn't updating the PPG with PPG.refresh(). I added the refresh command and now, it only shrinks once and goes back to normal size when using 1 digit numbers. Strange, but not refreshing the PPG after changing the buttons' labels causes the

Re: Prevent Softimage from translating (English to Japanese)

2017-09-06 Thread Matt Lind
Double check your PPG Logic code to make sure you aren't inadvertently setting the font or button size. the buttons in the 2nd and 3rd rows seem to be better behaved. The 2nd row decreases in size slightly after the first iteration of presses, but stabilizes thereafter. The 3rd row seems to

Re: Maya plug-in developers

2017-09-06 Thread Alan Fregtman
Hey David, I think you might have better luck with the "Python Inside Maya" list here: https://groups.google.com/forum/?#!forum/python_inside_maya I know it has "Python" in the name but C++ developers exist among the crowd as well. If that fails you can also try the "Highend3D Maya" list:

Prevent Softimage from translating (English to Japanese)

2017-09-06 Thread Martin Yara
Is there a way to prevent Softimage translating words? If someone is using Softimage in Japanese, it will translate my PPG options and destroying the whole layout. I managed to keep some words in my group titles by adding a few spaces, but I can't prevent Softimage from trying to "translate" my

Re: add command to hotkey

2017-09-06 Thread Martin Yara
Thanks, just what I though. I guess I'll have to include a few wrappers. On Wed, Sep 6, 2017 at 1:56 PM, Matt Lind wrote: > Directly - no. You'll have to hack into the keyboard preferences file to > add arguments, but doing so would be risking corruption as those files