Vincent
Results
3
issues of
Vincent
`ParmTemplateGroup.findFolder` should return `hou.FolderParmTemplate` (not just `hou.ParmTemplate`) **fixed**
eg.: `hou.Parm.set` comes from `.../houdini/python3.9libs/houpythonportion/Parm.py`
Some methods are currently only typed as `foo(*args: Any)` but do contain more information in the docstring. Guess its time to bring back the python-docstring parser. example: `hou.Geometry.addAttrib`