f@time = (@Frame - 1) * @TimeInc;
Wednesday, February 11, 2026
Monday, August 25, 2025
Thursday, July 25, 2024
Tuesday, July 23, 2024
Wednesday, June 26, 2024
[Python]Fill in the code in wangle by python
node = hou.selectedNodes()[0]
geo = node.geometry()
--------------------------
--sample1).
Tuesday, May 28, 2024
[Exp] Houdini super simple luncher
I made super simple Houdini luncher for multiple version with ChatGPT. Also, I successfully installed AWS "deadline" except H20.
-Issue: Can't find deadline node on H20.
The Houdini launcher batch is below.
----------------
Tuesday, November 14, 2023
[Hython]Shows a list of default path.
How to display a list of directories where Houdini reads for Python files by default.
>>> import sys
>>> a = sys.path
>>> for i in a:
... print i
...
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/python27/lib/site-packages-ui-forced
C:/Users/user01/Documents/houdini18.5/python2.7libs <------- I confirmed adding the directory.
Subscribe to:
Comments (Atom)
