Houdini Python GUI
< Python
< Programming
< Technology
< vladlopatin
Get flash to fully experience Pearltrees
Hey everyone, I'm trying to return a sop that the user selects. I can do it just fine with: hou . selectedNodes ()
.ui Script Overview .ui Script is a simple text-based script which Houdini parses to build user interfaces. Its basic syntax looks like: value := < int | float | string > ; menuvalue = [SELECT_MENU|STRING_MENU] { "item1" "item2" } [gadgetname =] [containertype] { [attributes] [gadgets] } gadgetname = type attributes ; Values and gadgets can have names assigned to then, which must be unique in the script (and if an AP_Interface parses more than one script, unique in all scripts parsed).