forked from blender/blender
Collection of bugfixes #76
Labels
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BogdanNagirniak/blender#76
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "brecht/blender:hydra-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See the individual commits for details.
Note I have a PR upstream for fixing the OpenGL core profiles issues. This makes the VAO workaround for object selection obsolete, and additionally will fix warnings reported to the console.
https://github.com/PixarAnimationStudios/OpenUSD/pull/2550
I also have a fix for the grease pencil test crashing with Storm, that was committed directly to main in blender/blender@aef3d1c.
With these fixes combined, all the Storm regression tests complete without crashing.
To test this, do I need to take your PR https://github.com/PixarAnimationStudios/OpenUSD/pull/2550 + apply https://projects.blender.org/blender/blender/src/branch/main/build_files/build_environment/patches/usd.diff ?
8cf3550be1
to3b325ca349
The changes in this PR should work with the current precompiled USD libraries. I only mentioned that upstream PR for context.
If you want to test that USD patch you can of course. But it can be tedious to build the libraries so I'm not asking for that. And it shouldn't block this PR in any case. The patch would need to be applied in addition to 3 existing ones. blender/blender#110474 is where I integrate it with our library building.
Tested with current USD - works ok.