Keerah
banner
keerah.com
Keerah
@keerah.com
Motion graphics artist at keerah.com
Brooklyn, NY
#Houdini #KarmaRender #Python #Science #PKM
Slowly preparing for migration into Houdini 21
November 2, 2025 at 2:16 AM
Solaris should get there.... one day
October 5, 2025 at 3:06 AM
Houdini seems to be on the way to catch up, but it's gonna take long I believe
October 5, 2025 at 1:43 AM
Been waiting for this huge APEX update, pretty awesome, even though I will have to redo all my previous APEX setups :)
August 27, 2025 at 10:12 AM
verrry!
August 25, 2025 at 9:17 AM
Yep, watching, not bad really!
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 :)
August 25, 2025 at 7:51 AM
Oh this was SUCH a great watch! Thanks for the recommendation
May 9, 2025 at 8:34 PM
this is exactly how imperial measurement system works
May 5, 2025 at 12:23 AM
Let's not fool anyone! Choosing hijab is a result of indoctrination. Choosing pants or shorts over skirt is freedom.
April 26, 2025 at 1:53 PM
Mine references all the MOCs, recent daily and job notes and some vault stats
April 20, 2025 at 12:52 PM
Awesome! 🦋
April 12, 2025 at 2:42 AM
Easily replaceable with Proton, been using it for a few years. The only thing they lack by now is spreadsheets. Have never been using google logins, nobody should :)
April 8, 2025 at 8:28 AM
Been using Keepass for almost 10 years, can recommend to everyone. No online data leaks, easy to sync using any service you use across your devices, autofill with kee browser extension, a choice of apps to choose to open kbdx data file on any OS + native android autofill.
March 18, 2025 at 10:01 PM
A child window never goes behind the Houdini window
March 11, 2025 at 2:14 AM
Megacorp with the data archive that fits into just one floppy is not so mega, but the choon is!
March 11, 2025 at 1:32 AM
And make the window a child of the Houdini window, so it doesn't cover everything:
def getHoudiniWindow():
return hou.qt.mainWindow()
class TxToMtlx(QtWidgets.QMainWindow):
def __init__(self, parent = getHoudiniWindow()):
super(TxToMtlx, self).__init__(parent)
And remove ontop flag
February 7, 2025 at 12:51 AM