Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Softimage® / XSI SDK / How to define ICENode Layout?
  RSS 2.0 ATOM  

How to define ICENode Layout?
Rate this thread
 
56482
 
Permlink of this thread  
avatar
  • Total Posts: 97
  • Joined: 20 November 2006 05:11 PM

Hey,

How should I define layout for ICENode? The usual method “myICENode_DefineLayout” never gets invoked. Any ideas?



Replies: 0
avatar

I think you’re looking for this:
Customizing ICE compound property pages (PPGs)



The “other” Softimage community: si-community.com

Replies: 1
/img/forum/dark/default_avatar.png

Thanks for the hint, I didn’t know about it.
However it’s not what I was looking for. I’m writing a C++ ICE node and not a compound node. It needs some UI like buttons, comboboxes and so on, and I don’t know how to handle it. Whereas, I have no problem with it with standard CustomOperator.
It seems possible since most of default ICE nodes have quite complex UI. Any pointers?

Author: Jake Jeziorski

Replied: 02 June 2011 12:49 AM  
avatar

Sorry for misunderstanding you. Sadly, I can’t help you further…



The “other” Softimage community: si-community.com

Replies: 0
avatar

afaik, you’ll have to provide a pre-built compound to customize the PPG.



Replies: 0
avatar
  • luceric
  • Posted: 02 June 2011 11:11 AM

you cannot write any custom layout or script logic for ICE node property pages.



Replies: 0
avatar

Let me specify the problem a bit.
What I’m looking for is ComboBox control as Clamp Mode in “Add Color” ICE Node and disabled text field and browser button as in “File Path Sequence” ICE Node.
Both, afik, are not compounds. I know they’re builtin, but does it mean Softimage builtin plugins use hacky way of defining layout?

Thanks,



Replies: 0