You can't reorder params with standard XSI commands, but it's certainly possible to reorder them with scripting.
Check the SDK docs on the PPGLayout object and specifically the AddItem() method.
You can select the property and run a script the looks like the following:
var prop = selection(0);
var layout = prop.PPGLayout;
layout.AddItem("Parameter3");
layout.AddItem("Parameter1");
layout.AddItem("Parameter2");
Of course, you would replace "Parameter3" with the names of your own params, in the order you want them. But keep in mind that since this PPG isn't registered with XSI, it will reset to its original order when you reload the scene.
-Brad
> -------Original Message-------
> You can't, period.
>
>
> Well, you can't without loosing the links. But you still can if you
> remove the parameter and do undo (at least it worked in some distant
> past).
>
>
> Cheers
> Bernard
>
>
>
> On 11/4/05, Joey Ponthieux <j.g.ponthieux(at)larc.nasa.gov> wrote:
> > I've got a custom parameter set with about 15 parameters linked to
> > various different nodes within my scene. I would like to rearrange the
> > ordering of the parameters within the set list. In other words 'd like
> > to move one parameter up in the list two or three slots, another down,
> > etc etc, in order to better organize the params that I have created. I
> > cannot seem to find a way to do this, I have even attempted to look for
> > a script command that could accomplish this. Is this not possible
> > without removing the lower parameters and recreating them in the proper
> > order?
> >
> >
> >
> > --
> >
> > Joey Ponthieux
> > NCI Information Systems Inc.
> > NASA Langley Research Center
> > ____________________________________________________________
> > Opinions stated here-in are strictly those of the author and
> > do not represent the opinions of NASA or any other party.
> > ---
> > Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
> > unsubscribe xsi
> >
>
> ---
> Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
> unsubscribe xsi
>
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi