Dhruv Govil
Dhruv Govil
So it looks like newer PySide2 versions (5.14+) have dropped support for the `-py2` and `-py3` flags. I know the project's setup.py currently locks to 5.11 and in Maya, I...
It appears that MaterialX does not follow directory symlinks when encountered under the `libraries` directory. I discovered this trying to symlink to a dev directory. Steps to reproduce: 1. Build...
Running `apple_copyright` from within the root of the package on macOS 14 gives me the following error ``` src/build_utils/license/apply_copyright xargs: invalid option -- i usage: xargs [-0opt] [-E eofstr] [-I...
### Description of Change(s) This PR builds on the [Core iOS support PR](https://github.com/PixarAnimationStudios/OpenUSD/pull/2949) to add support for building the USD core for visionOS. Thanks to Valentin Roussellet for the basis...
### Description of Change(s) This PR adds **Core** iOS support to the OpenUSD project. This does not include Imaging, and any Imaging related components at this time. Imaging will be...
### Description of Issue I’m trying to create an asset with a Path Expression array I thought this code should work, but it errors out ``` array = prim.CreateAttribute("array", Sdf.ValueTypeNames.PathExpressionArray,...
### Description of Issue Storm fails to shadergen the MaterialX unlit shader with the following error ``` Warning: in _ValidateCompilation at line 229 of /Users/dhruvgovil/Projects/usd/pxr/imaging/hdSt/glslProgram.cpp -- Failed to compile shader...
### Description of Change(s) The USD MaterialX plugin would generate output files that would not pass usdchecker. This PR (thanks to Lee Kerley) makes the following changes: 1. Top level...
### Description of Change(s) This change makes the UIC tool be run with the same python executable as the build is using. The UIC command line tool bakes the shebang...
### Description of Issue I'd like to propose adding the InvisibleID attr to UsdGeomPoints, to mirror what UsdGeomPointInstancer has. Often it's useful to modify a point set without reauthoring the...