Hi Brent,
While we're vaguely on this. Are the GetPreferenceValue() and
SetPreferenceValue() functions a better choice in case Preferences
move later on...?? or is there some other reason for their inclusion?
Cheers,
Alan.
On 7/12/05, Brent McPherson <brentmc(at)softimage.com> wrote:
>
> John,
>
> It is trivial to do this through scripting. Here are some scripts that you
> can bind to your own hotkeys:
>
> sub IncreaseManipSize ()
> Dim l_NewSize
> l_NewSize =
> GetValue("Preferences.TransformProperties.transformsize") +
> 10
> if ( l_NewSize <= 100 ) then
> SetValue
> "Preferences.TransformProperties.transformsize", l_NewSize
> end if
> end sub
>
> sub DecreaseManipSize ()
> Dim l_NewSize
> l_NewSize =
> GetValue("Preferences.TransformProperties.transformsize") -
> 10
> if ( l_NewSize > 0 ) then
> SetValue
> "Preferences.TransformProperties.transformsize", l_NewSize
> end if
> end sub
>
> --
> Brent
>
> ________________________________
> From: owner-xsi(at)Softimage.COM [mailto:owner-xsi(at)Softimage.COM] On Behalf Of
> john clark
> Sent: 12 July 2005 11:01
> To: XSI(at)Softimage.COM
> Subject: sizing transform manipulator
>
>
>
> Hi
>
> Is there a quick way of resizing the transform manipulator? I know you can
> set its size in the preferences but was wondering whether there was any way
> of doing it via the keyboard ( a la Maya)?
>
>
> cheers
>
> John
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi