These day's nobody doubts, that the ability to write even simple scripts it's a huge benefit for a CG artist. Why then it's not that common for artists to be able to code? Probably there is only one ...
from hou import* node: SopNode = hou.pwd() geo: Geometry = node.geometry() Houdini の Python で、上みたいに node: SopNode や geo: Geometry と型アノテーションを書いておくと、VS Code などのエディタが「これは hou.SopNode / hou.Geometry ...