RE: arguments for a self Installed Plugin function
| Date : Thu, 1 Dec 2005 15:47:37 -0500 |
| To : <XSI(at)Softimage.COM> |
| From : "Stephen Blair" <stephen_blair(at)Softimage.COM> |
| Subject : RE: arguments for a self Installed Plugin function |
|
I
think this may be a safe array / JScript array problem.
When
you use siArgumentInput, you'll get a safe array in the Execute
callback.
Maybe you want to add your arg like this
oArgs.Add( "in_array", siArgumentInput, 0, siDispatch ); // JScript array
|
- Follow-Ups:
- Re: arguments for a self Installed Plugin function
- From: "Greg Smith" <greg(at)stanwinston.com>
- Re: arguments for a self Installed Plugin function
| DATE: | << | >> | THREAD: | << | >> | INDEX: | Main | Thread |
|---|
- Previous by Date: Re: Python for Netview
- Next by Date: Re: Python for Netview
- Previous by Thread: Re: Python for Netview
- Next by Thread: Re: Python for Netview
- Index(es):
| Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available. |