Jesse Yurkovich deadpin
  • Joined on 2017-12-05
Jesse Yurkovich commented on issue blender/blender#128361 2024-10-02 08:47:56 +02:00
Instant Crash when exporting Alembic

Can confirm now and this isn't strictly related to Alembic as USD will hit this too, as would other code paths I think. I don't immediately see why this would work in prior versions but not…

Jesse Yurkovich pushed to main at blender/blender 2024-10-02 04:13:20 +02:00
b05a4fc049 Hydra: Update Storm reference images with recent changes (again)
Jesse Yurkovich commented on issue blender/blender#128409 2024-10-02 02:42:44 +02:00
Cycles: Named attribute with the name "color" written from Geometry nodes does not work in materials

This frequently comes up for the velocity attribute as well where people want to use it for shading as well as motion blur.

Jesse Yurkovich closed issue blender/blender#128418 2024-10-02 02:37:50 +02:00
EEVEE fails because of insufficient SSBO binding locations running with a A100 in docker
Jesse Yurkovich commented on issue blender/blender#128418 2024-10-02 02:37:10 +02:00
EEVEE fails because of insufficient SSBO binding locations running with a A100 in docker

This indicates that PCIe passthrough is probably not enabled correctly within Docker. Troubleshooting this is out of scope for this tracker. Only having 8 SSBO bindings is a clear indication that…

Jesse Yurkovich commented on issue blender/blender#128461 2024-10-02 02:26:25 +02:00
2 differents crashes importing svg as grease pencil

Confirmed both crashes.

Jesse Yurkovich closed issue blender/blender#128459 2024-10-02 01:24:52 +02:00
Segmentation fault when iterating over collection.all_objects and setting object visibility
Jesse Yurkovich commented on issue blender/blender#128459 2024-10-02 01:24:48 +02:00
Segmentation fault when iterating over collection.all_objects and setting object visibility

This is documented here: https://docs.blender.org/api/master/info_gotcha.html#collection-objects

Make a copy of the all_objects collection first before iterating over it.

Jesse Yurkovich pushed to hydra-displacement at deadpin/blender 2024-10-01 23:20:42 +02:00
7d1185347d USD: enable displacement export
Jesse Yurkovich commented on pull request blender/blender#128326 2024-10-01 19:27:15 +02:00
Fix: Broken lite build in 4.2

I think so. I've added it to the list now.

Jesse Yurkovich pushed to main at blender/blender 2024-09-30 22:07:56 +02:00
69a936f9f3 Hydra: Update Storm reference images with recent changes
Jesse Yurkovich pushed to main at blender/blender-test-data 2024-09-30 22:06:14 +02:00
40278fcdfc Hydra: Update Storm reference images with recent changes
Jesse Yurkovich commented on issue blender/blender#128361 2024-09-30 19:25:43 +02:00
Instant Crash when exporting Alembic

No repro here. At least one of your crash files indicates that some python processing is occurring in the middle of dependency graph traversal; which does hint that an addon may still be involved.…

Jesse Yurkovich commented on pull request blender/blender#128326 2024-09-30 19:03:59 +02:00
Fix: Broken lite build in 4.2

Looks like 67186ae8accb0979cead747ceb10e0dadf63d89b was never picked to the 4.2 branch. This PR is wrong because the other pieces of code depend on shader_creator_ being valid in some way. You…

Jesse Yurkovich pushed to main at deadpin/.profile 2024-09-30 10:34:43 +02:00
197df67cc3 Update reports/2024.md
Jesse Yurkovich created pull request blender/blender#128348 2024-09-30 05:52:35 +02:00
Fix: USD: collection creation during import assigned extra fake user
Jesse Yurkovich pushed to fix-usd-collfakeuser at deadpin/blender 2024-09-30 05:49:18 +02:00
c7630874cf Fix: USD: collection creation during import assigned extra fake user
ce301be39e Fix #128328: Missing PBVH draw data reupload of non-visible nodes
eb6b96e70c Cleanup: Avoid unnecessary string copy when adding attribute
4426526813 USD: Add tests for multiple materials assigned to single mesh
60acd02cf9 Fix: Sculpt: Clay strips brush ignores hardness
Compare 9 commits »
Jesse Yurkovich created branch fix-usd-collfakeuser in deadpin/blender 2024-09-30 05:49:17 +02:00
Jesse Yurkovich commented on issue blender/blender#128265 2024-09-30 05:23:47 +02:00
Regression: Studio light previews all black

I believe this is fixed by 9c8c786a052. @PratikPB2123 can you double-check with latest buildbot?