All properties inspected! 2004-02-24 - By Bernard Lebel
Back Thanks Fabio it works.
Bernard
-- -- Original Message -- -- From: "Fabio Lissi" <flissi@(protected)> To: <XSI@(protected)> Sent: Tuesday, February 24, 2004 9:06 AM Subject: Re: [spdl/script] All properties inspected!
Hi Bernard,
Try something like that :
Logic { Sub myButton_OnClicked() prevval = SetUserPref( siAutoInspect, False ) GetAdvancedPoint SetUserPref siAutoInspect, prevval End Sub }
In this way you disable temporarily the auto pop up of the property page.
Fabio
-- -- Original Message -- -- From: "Bernard Lebel" <atyss4si@(protected)> To: <XSI@(protected)> Sent: Monday, February 23, 2004 8:54 PM Subject: [spdl/script] All properties inspected!
> Hello, > > My very attempts at messing with spdls, so please excuse my sorry questions. > > > My custom ppg has a button that calls a custom command, GetAdvancedLight(). > The thing is that when I click the button, the command is executed. This creates a special point > light rig. The script completely successfully. > BUT, all the possible property pages of the light popups! It doesn't happen when I run the command > from a script or a toolbar. No such luck with spdl. > > Am I missing anything? > > Below is the logic part of the button, in case it might help. > > > Thanks > Bernard > > > .. > Logic > { > Sub myButton_OnClicked() > GetAdvancedPoint > End Sub > } > > END > --- > Unsubscribe? Mail Majordomo@(protected) with the following text in body: > unsubscribe xsi --- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|