Pablo Delgado

Results 62 issues of Pablo Delgado

### Description of Issue Following asset looks different after upgrading USD: [Buffer_Interleaved_01.zip](https://github.com/PixarAnimationStudios/OpenUSD/files/15049394/Buffer_Interleaved_01.zip) v23.08 ![bug_2308](https://github.com/PixarAnimationStudios/OpenUSD/assets/3663466/a24f512c-47f2-4ee2-9ad4-13bf3bbc54cd) v24.03 ![bug_2403](https://github.com/PixarAnimationStudios/OpenUSD/assets/3663466/3676f271-46f2-4d7f-8c46-bf5e014a9fc8) (see comment below for an explanation) ### Steps to Reproduce 1. open the asset...

**Bug Description** In \_\_init\_\_.py, the version string is still 0.1, which is then shown in Blender. ```py bl_info = { 'name': 'Mitsuba-Blender', 'author': 'Baptiste Nicolet, Dorian Ros, Rami Tabbara', -->'version':...

bug

**Bug Description** Mitsuba-blender fails to import the Torus asset from https://www.mitsuba-renderer.org/download.html. **To Reproduce** 1. Import Torus asset XML 2. See error being thrown **Expected behavior** No error. **Resources** **Environment:** -...

bug

### Description of Change(s) As described in the linked issue, MaterialX materials using the `` with alpha blending currently render incorrectly: ![AlphaBlendModeTest_before](https://github.com/PixarAnimationStudios/OpenUSD/assets/3663466/ebd0a3b7-39f6-448c-b819-40e92e3c9fa8) This PR extends the detection heuristic to cover...

This was changed in the 1.39 spec, but is not reflected in the code yet.

It seems like the `env` resolver can only resolve environment variables of the form `${PWD}`, not `$PWD`.

Hi, thanks for this project! Only had to apply some minor changes and noticed some code example in the README was outdated.

Draft PR until an issue on macOS/MSL is resolved. - I have added the null-check from GLSL and MSL to the OSL and MDL backends for consistency. As an alternative,...

### Description of Issue When USD is built using an explicit build directory: ``` python3 build_scripts/build_usd.py \ --build BUILD \ --openimageio \ INSTALL ``` the 'src' folder for third-party libs...

### Description of Issue Opening the specific file below with any USD tooling (usdview, usdrecord, ...) leads to a SEGFAULT. ### Steps to Reproduce 1. Open egg_damascus.usd with usdview from...