Archived post by ajk48n

cheers, that page almost does it, just need to convert the string to unicode “` uiString = unicode(hou.readFile(‘opdef:/blah/blah’), ‘utf-8’) uic.loadUi(io.StringIO(uiString), self) “`