View Full Version : custom parameter UI
seb4d 09-17-2003, 10:05 AM Hi, I've set up several shapes for my character and xsi created a custom window for me. Now I would like to reorganize this window so that the shapes for the head are in a different header/tab from the hand's shapes for example.
picture (http://www.seb4d.fr.st/divers/xsi_shape.jpg)
In this picture I want the two last shapes (oeilG and oeilD) to be in a new header called "head" for example, how can I do that ? I can't find it in the help files.
Thanks in advance !
|
|
wolver1ne
09-17-2003, 10:59 AM
Open the Custom Param. window, hold down Ctrl+Shift and right click where it shows the name of your Custom Param. When you do that a menu will appear. Click Install and save the SPDL file. Once you do that, repeat the menu thingy again and now choose Edit. (or you could go on and edit the file you just saved.. same in the end).
In the SPDL file find 'Layout "Default"' at the end fo the file. There you can edit how your parameters are shown. To add a tab simply add this in the layout function:
Tab "Tab Name"
{
[params names go here];
}
You can also group parameters doing next:
Tab "Tab Name"
{
Group "Group Name"
{
[params names go here];
}
}
Once you edit your SPDL file, save it, go back to XSI, do the menu thingy again and now select refresh. If there aren't any errors in the SPDL file, it will rebuild the layout of the custom params ppg.
:D
seb4d
09-17-2003, 11:06 AM
Thanks for the explanation Wolver1ne !
I wish a script like Maya's attributeCollection script exists for XSI, someone should write one !
:thumbsup:
great tip wolver1ne !
thanks
tachy0n
09-17-2003, 05:38 PM
I agree... excellent tip !!
wolver1ne
09-19-2003, 02:00 PM
I've also noticed that once you install/edit your custom parameters, you won't be able to add new parameters directly in XSI. You will have to edit the spdl file manually for that. Also, and I am not really sure about that, but when you refresh the spdl file, expression links are being broken. Maybe I'm missing some saving function for expression or something, so you could re-apply the expression aftewards.
So if you still want to organize your custom parameters, make sure you have all parameters that you need and don't apply any expressions before editting spdl file.
Again, I might be missing something.
CGTalk Moderation
01-16-2006, 03:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.