Jesse Yurkovich deadpin
  • Joined on 2017-12-05
Jesse Yurkovich pushed to main at blender/blender-test-data 2024-11-15 05:03:57 +01:00
950d282914 USD: Add test data for additonal material import/export coverage
Jesse Yurkovich commented on pull request blender/blender#129996 2024-11-15 01:51:53 +01:00
USD: Allow to merge transform and shape on export

@charlesfleche I think what we're after is a way to detect if the object "is a parent". If it's a parent we should skip the merge. We can leverage the graph of objects that has been built during…

Jesse Yurkovich commented on issue blender/blender#130277 2024-11-14 19:25:17 +01:00
"Screens" are not freed up from workspaces after detaching an area into a new window

Fixing this will also fix #104069 - it's the same root cause but has a more user-visible impact.

Jesse Yurkovich commented on issue blender/blender#128577 2024-11-14 18:50:42 +01:00
Library changes for Blender 4.4

For 4.4, I'd like to request a bump of USD to 24.11 and MaterialX to 1.38.10. These versions introduce OneTBB support, fixes https://github.com/PixarAnimationStudios/OpenUSD/issues/3325 for us,…

Jesse Yurkovich merged pull request blender/blender#129995 2024-11-14 18:28:43 +01:00
USD: Add option to merge shape with parent xform during import
Jesse Yurkovich pushed to main at blender/blender 2024-11-14 18:28:42 +01:00
000416c933 USD: Add option to merge shape with parent xform during import
Jesse Yurkovich closed issue blender/blender#130245 2024-11-14 01:52:29 +01:00
ikea
Jesse Yurkovich commented on issue blender/blender#130245 2024-11-14 01:52:25 +01:00
ikea

Yes, please report extension problems directly to the author of the extension.

Jesse Yurkovich commented on pull request blender/blender#130160 2024-11-13 19:30:54 +01:00
Fix #129926: Crash creating fluid domain with Python 3.12 and up

The linked bug report mentions that Campbell wants to take a further look at the issue. Should we wait until he's back from holiday?

Jesse Yurkovich pushed to fix130155-opacity at deadpin/blender 2024-11-13 08:08:43 +01:00
eef8a9287e Fix #130155: Handle opacityThreshold controlled with individual image channels
9a7ca42ff1 Merge branch 'blender-v4.3-release'
baa193c3b6 Cycles: oneAPI: build binaries for Battlemage GPUs
f28dafb365 Cleanup: Fix CLOG format string warning in PLY import
65bb33a668 Cleanup: Remove unused shape key functions
Compare 10 commits »
Jesse Yurkovich created branch fix130155-opacity in deadpin/blender 2024-11-13 08:08:43 +01:00
Jesse Yurkovich deleted branch cleanup-streams-objplystl from deadpin/blender 2024-11-12 20:49:19 +01:00
Jesse Yurkovich merged pull request blender/blender#130107 2024-11-12 20:49:16 +01:00
Cleanup: IO: Use CLOG and fmtlib for tracing OBJ/PLY/STL messages
Jesse Yurkovich pushed to main at blender/blender 2024-11-12 20:49:16 +01:00
c9c2fbc52d Cleanup: IO: Use CLOG and fmtlib for tracing OBJ/PLY/STL messages
Jesse Yurkovich commented on pull request blender/blender#130160 2024-11-12 03:13:07 +01:00
Fix #129926: Crash creating fluid domain with Python 3.12 and up

See #129926

Jesse Yurkovich commented on pull request blender/blender#129996 2024-11-12 00:14:40 +01:00
USD: Allow to merge transform and shape on export

I'm wondering though. Would it be possible to not-merge in the cases where things would become invalid? Just like what might happen during Import, sometimes merging isn't possible and is…

Jesse Yurkovich suggested changes for blender/blender#129996 2024-11-12 00:11:30 +01:00
USD: Allow to merge transform and shape on export

Seems to work fine at first glance. Left a few minor comments to address though.

Jesse Yurkovich commented on pull request blender/blender#129996 2024-11-12 00:11:28 +01:00
USD: Allow to merge transform and shape on export

Place this new bool down below with the other existing bools and give it a comment. Just use something similar to what you already wrote in the PR is fine I think.

Jesse Yurkovich commented on pull request blender/blender#129996 2024-11-12 00:11:27 +01:00
USD: Allow to merge transform and shape on export

Place a comment here explaining why no validation is being used just as a breadcrumb trail. For reference the check that fails is PrimEncapsulationChecker which might be good to mention directly.

Jesse Yurkovich commented on pull request blender/blender#129996 2024-11-12 00:11:26 +01:00
USD: Allow to merge transform and shape on export

Because this can generate invalid USD files with somewhat typical Blender scenes, I feel we need additional context in the tooltip message giving a warning or similar. Maybe something along the lines of "Note: when enabled this can result in invalid USD files when using Object parenting."