Brooklyn, NY
#Houdini #KarmaRender #Python #Science #PKM
Love the synthetics path they took there, even tho it makes xenomorphs less dangerous, still interesting to watch where it leads.
Can't beat Foundation tho :)
Love the synthetics path they took there, even tho it makes xenomorphs less dangerous, still interesting to watch where it leads.
Can't beat Foundation tho :)
def getHoudiniWindow():
return hou.qt.mainWindow()
class TxToMtlx(QtWidgets.QMainWindow):
def __init__(self, parent = getHoudiniWindow()):
super(TxToMtlx, self).__init__(parent)
And remove ontop flag
def getHoudiniWindow():
return hou.qt.mainWindow()
class TxToMtlx(QtWidgets.QMainWindow):
def __init__(self, parent = getHoudiniWindow()):
super(TxToMtlx, self).__init__(parent)
And remove ontop flag