Vincent

Results 7 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`

Add support for pythons magic methods. for example: `hou.ParmTuple.__getitem__()`

Describe the bug here. **Environment** * OS: Ubuntunu 22.04 * Rez version: 3.2.1 * Rez python version (output of "rez-python --version"): Python 3.11.11 **To Reproduce** 1. `rez pip -i -r...

bug
rez-pip

Updated the repository's USD Asset Resolver example to be compatible with AR 2.0 and USD 24.11. The original implementation was based on outdated resolver APIs and no longer functioned correctly...

the urls here to download boost are a bit outdated. This PR updates them to use `https://archives.boost.io`