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 09/05/17 20:54, Jason S wrote:


  
  Hi,  I'm quite sure you can,  
I was referring to the ability to crop textures in "clip
effects"
which last time I checked was still not supported

More of an inconvenience than a show stopper, but...
  


  

--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

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 name but C++ developers exist among the 
crowd as well.


If that fails you can also try the "Highend3D Maya" list:
https://groups.google.com/forum/?#!forum/maya_he3d 


(It's probably the most popular Maya-focused general mailing list.)

Cheers,
   -- Alan


On Tue, Sep 5, 2017 at 5:53 PM David Gallagher Softimage 
> 
wrote:



Hello!
Some of you might know about our free AnimSchool Picker plug-in
enjoyed by thousands of Maya users and many studios. We also have
a Softimage version!

Anyone here interested in this? Or know where I could post it on a
similar Maya list?

http://www.animschool.com/DownloadOffer.aspx

http://www.animschool.com/PickerInfo.aspx

 We are looking for a programmer to help compile the plug-in for
the different versions and platforms (PC, Mac, multiple versions
of Linux). There is usually quite a bit of troubleshooting and
setup issues to overcome for each version of Maya.

part-time/contract work
If you are interested, please email j...@animschool.com

--
Softimage Mailing List.
To unsubscribe, send a mail to
softimage-requ...@listproc.autodesk.com
 with
"unsubscribe" in the subject, and reply to confirm.



--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.


--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

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 values
have changed, they keep shrinking.

I think it's got something to do with the label and buttons width. If I use
only 4 buttons and labels with 2 digits, it works fine. And if I add one 3
digits numbers, only this one shrinks once.

Is frustrating that I don't have any problem at all in english, but I guess
I'll have to live with it.

Martin

On Wed, Sep 6, 2017 at 11:03 PM, Martin Yara  wrote:

> 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 progressive shrinking.
>
> In english numbers size don't change at all.
>
> Well at least it is now readable even if it shrinks a little. I can live
> with this.
>
> Thanks !
>
> Martin
>
>
>
>
> On Wed, Sep 6, 2017 at 10:34 PM, Matt Lind  wrote:
>
>> 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 be fine.  Are you using the
>> same function to define the labels of the buttons, or is the code unique
>> per
>> button?   What happens if the last value is something other than 256?  Do
>> the button fonts still decrease recursively?  What happens if the 256 is
>> defined as 256.0?
>>
>> Matt
>>
>>
>>
>> Date: Wed, 6 Sep 2017 20:14:58 +0900
>> From: Martin Yara 
>> Subject: Prevent Softimage from translating (English to Japanese)
>> To: "softimage@listproc.autodesk.com"
>>
>> 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 numbers. If that
>> makes any sense.
>>
>> I think it is a font problem, but I don't see any option for font size or
>> font type.
>>
>> I have a small button with numbers in it like 2.0.
>> This number changes to 256 if I check a checkbox.
>> If I uncheck the checkbox, it will be back to 2.0
>> Pretty simple, and it works fine in English.
>>
>> But in Japanese, the fonts are automatically shrinked once they change.
>> If I uncheck the box it will be back to 2.0 with the shrinked font.
>> And if I check again the box, it will change to 256 and shrink even more !
>> And so on until you can't see anything.
>>
>> I recorded it :
>> https://www.youtube.com/watch?v=9E-gTSIDULE
>>
>> Does anyone have an idea to prevent this from happening ?
>>
>> Martin
>>
>>
>> --
>> Softimage Mailing List.
>> To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com
>> with "unsubscribe" in the subject, and reply to confirm.
>>
>
>
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

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 progressive shrinking.

In english numbers size don't change at all.

Well at least it is now readable even if it shrinks a little. I can live
with this.

Thanks !

Martin




On Wed, Sep 6, 2017 at 10:34 PM, Matt Lind  wrote:

> 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 be fine.  Are you using the
> same function to define the labels of the buttons, or is the code unique
> per
> button?   What happens if the last value is something other than 256?  Do
> the button fonts still decrease recursively?  What happens if the 256 is
> defined as 256.0?
>
> Matt
>
>
>
> Date: Wed, 6 Sep 2017 20:14:58 +0900
> From: Martin Yara 
> Subject: Prevent Softimage from translating (English to Japanese)
> To: "softimage@listproc.autodesk.com"
>
> 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 numbers. If that
> makes any sense.
>
> I think it is a font problem, but I don't see any option for font size or
> font type.
>
> I have a small button with numbers in it like 2.0.
> This number changes to 256 if I check a checkbox.
> If I uncheck the checkbox, it will be back to 2.0
> Pretty simple, and it works fine in English.
>
> But in Japanese, the fonts are automatically shrinked once they change.
> If I uncheck the box it will be back to 2.0 with the shrinked font.
> And if I check again the box, it will change to 256 and shrink even more !
> And so on until you can't see anything.
>
> I recorded it :
> https://www.youtube.com/watch?v=9E-gTSIDULE
>
> Does anyone have an idea to prevent this from happening ?
>
> Martin
>
>
> --
> Softimage Mailing List.
> To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com
> with "unsubscribe" in the subject, and reply to confirm.
>
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

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 be fine.  Are you using the 
same function to define the labels of the buttons, or is the code unique per 
button?   What happens if the last value is something other than 256?  Do 
the button fonts still decrease recursively?  What happens if the 256 is 
defined as 256.0?

Matt



Date: Wed, 6 Sep 2017 20:14:58 +0900
From: Martin Yara 
Subject: Prevent Softimage from translating (English to Japanese)
To: "softimage@listproc.autodesk.com"

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 numbers. If that
makes any sense.

I think it is a font problem, but I don't see any option for font size or
font type.

I have a small button with numbers in it like 2.0.
This number changes to 256 if I check a checkbox.
If I uncheck the checkbox, it will be back to 2.0
Pretty simple, and it works fine in English.

But in Japanese, the fonts are automatically shrinked once they change.
If I uncheck the box it will be back to 2.0 with the shrinked font.
And if I check again the box, it will change to 256 and shrink even more !
And so on until you can't see anything.

I recorded it :
https://www.youtube.com/watch?v=9E-gTSIDULE

Does anyone have an idea to prevent this from happening ?

Martin 


--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.


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:
https://groups.google.com/forum/?#!forum/maya_he3d
(It's probably the most popular Maya-focused general mailing list.)

Cheers,
   -- Alan


On Tue, Sep 5, 2017 at 5:53 PM David Gallagher Softimage <
davegsoftimagel...@gmail.com> wrote:

>
> Hello!
> Some of you might know about our free AnimSchool Picker plug-in enjoyed by
> thousands of Maya users and many studios. We also have a Softimage version!
>
> Anyone here interested in this? Or know where I could post it on a similar
> Maya list?
>
> http://www.animschool.com/DownloadOffer.aspx
> 
> http://www.animschool.com/PickerInfo.aspx
>
>  We are looking for a programmer to help compile the plug-in for the
> different versions and platforms (PC, Mac, multiple versions of Linux).
> There is usually quite a bit of troubleshooting and setup issues to
> overcome for each version of Maya.
>
> part-time/contract work
> If you are interested, please email j...@animschool.com
> --
> Softimage Mailing List.
> To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com
> with "unsubscribe" in the subject, and reply to confirm.
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

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 numbers. If that
makes any sense.

I think it is a font problem, but I don't see any option for font size or
font type.

I have a small button with numbers in it like 2.0.
This number changes to 256 if I check a checkbox.
If I uncheck the checkbox, it will be back to 2.0
Pretty simple, and it works fine in English.

But in Japanese, the fonts are automatically shrinked once they change.
If I uncheck the box it will be back to 2.0 with the shrinked font.
And if I check again the box, it will change to 256 and shrink even more !
And so on until you can't see anything.

I recorded it :
https://www.youtube.com/watch?v=9E-gTSIDULE

Does anyone have an idea to prevent this from happening ?

Martin
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

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 are
> really finicky, and even if you don't corrupt the file, chances of getting
> the functionality you want are pretty low.
>
> Your primary option is to write a self installing command with several
> wrapper functions, exposed as registered commands, containing fixed
> argument
> lists matching what you want.  Users map their hotkeys to call the
> wrappers.
> When the wrappers are called, they call the main plugin with their fixed
> argument lists.  The main plugin is the brains that does the usual
> validation and error checking.  If the main plugin is a native Softimage
> command, then you only write the wrappers in your self installing plugin.
>
> Matt
>
>
> Date: Wed, 6 Sep 2017 13:32:06 +0900
> From: Martin Yara 
> Subject: add command to hotkey
> To: "softimage@listproc.autodesk.com"
>
> Hi, this may be a pretty basic question but is it possible to add a Command
> with arguments to a hotkey ?
>
> Like:
> command ( "arg1", "arg2")
>
> Or do I have to create a custom command for every combination if I want to
> make them "hotkeyable" ?
>
> Thanks
>
> Martin
>
>
> --
> Softimage Mailing List.
> To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com
> with "unsubscribe" in the subject, and reply to confirm.
>
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.