Houdini Python GUI

TwitterFacebook
Get flash to fully experience Pearltrees
http://forums.odforce.net/index.php?/topic/12569-return-selected-sop-in-python/

Return selected sop in Python

Hey everyone, I'm trying to return a sop that the user selects. I can do it just fine with: hou . selectedNodes ()

HDK: The .ui Script Language

.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). http://www.sidefx.com/docs/hdk10.0/hdk_uinative_uiscript.html