Jesse Yurkovich deadpin
  • Joined on 2017-12-05
Jesse Yurkovich commented on issue blender/blender#127132 2024-10-31 21:45:30 +01:00
Using bpy and usd-core together causes seg fault in Blender 4.2 Linux

I'd be fine with the even shorter usdBlender2411. We just need to always remember to bump this version at the same time as the main library version (and hope that linux distro's do the same if…

Jesse Yurkovich closed issue blender/blender#129653 2024-10-31 19:33:00 +01:00
Uneven distance of either measurement or moving
Jesse Yurkovich commented on issue blender/blender#129653 2024-10-31 19:32:56 +01:00
Uneven distance of either measurement or moving

Right this is due to floating point precision issues and is not unique to blender. In fact, here is what Python would give (they even use 64bit floating point precision) for a similar calculation: …

Jesse Yurkovich closed issue blender/blender#129418 2024-10-31 19:18:21 +01:00
Can not copy nodes if cusor is over node header
Jesse Yurkovich commented on issue blender/blender#129418 2024-10-31 19:18:17 +01:00
Can not copy nodes if cusor is over node header

Let's close as a duplicate. I've added the fix to the backport list today as more bugs are coming in for it.

Jesse Yurkovich closed issue blender/blender#129652 2024-10-31 19:17:15 +01:00
Regression: NodeTree: Copy/Paste nodes in NodeTree doesn't work reliably
Jesse Yurkovich commented on issue blender/blender#129652 2024-10-31 19:17:10 +01:00
Regression: NodeTree: Copy/Paste nodes in NodeTree doesn't work reliably

This particular issue is the same as #127434 which is fixed for 4.3 and scheduled to be back ported to 4.2 LTS sometime in the future (hopefully for 4.2.4 next month). I'll close this as a duplicate.

Jesse Yurkovich commented on issue blender/blender#129622 2024-10-31 18:40:47 +01:00
Blender 4.2 and newer crashes on open with malformed JSON in asset-library-indices

Thanks Jorn, that information is enough to confirm the issue - we need to properly guard the JSON code paths regardless of how that file ended up broken.

Jesse Yurkovich created pull request blender/blender#129619 2024-10-31 08:32:11 +01:00
Fix #129618: Tag Image ID inside the IMAGE_OT_replace operator
Jesse Yurkovich pushed to fix129618-tagimage at deadpin/blender 2024-10-31 08:29:11 +01:00
1c8fdf8fc8 Fix #129618: Tag image ID inside replace operation
f52ee63114 Fix: Anchored, Line, Drag Dot stroke types do not support pen flip mode
a48f7f67f7 Fix #129550: Node group default width not working for link-drag-search
e163cc1fe0 Fix: GPv3: Do not open menu with Ctrl J
a46a557e6a UI: replace "Extension" with "Add-on" for enable/disable operators
Compare 10 commits »
Jesse Yurkovich created branch fix129618-tagimage in deadpin/blender 2024-10-31 08:29:11 +01:00
Jesse Yurkovich commented on pull request blender/blender#128389 2024-10-30 21:13:54 +01:00
WIP: Cycles: Unbiased volume rendering

Just a heads up, but there's 2 .blend files attached to Issue 115871 that show bad behavior with this PR. Both will consume all memory available when trying to view or render the volumes.

Jesse Yurkovich pushed to main at blender/blender-developer-docs 2024-10-30 18:31:34 +01:00
e8f06dab6a Update docs/release_notes/4.4/pipeline_assets_io.md
Jesse Yurkovich pushed to main at blender/blender-developer-docs 2024-10-30 18:30:20 +01:00
6d2aa065be Update docs/release_notes/4.4/index.md
Jesse Yurkovich deleted branch usd-volumes from deadpin/blender 2024-10-30 18:29:57 +01:00
Jesse Yurkovich merged pull request blender/blender#128907 2024-10-30 18:29:54 +01:00
USD: support animated volumes
Jesse Yurkovich pushed to main at blender/blender 2024-10-30 18:29:54 +01:00
391612c725 USD: Add support for animated volumes
Jesse Yurkovich commented on issue blender/blender#129500 2024-10-29 22:25:31 +01:00
OCIO file from Beta 4.3 does not load into Nuke 15.0v1

It's possible, though my report above was done using the 2.2 version of ociocheck as that's all I have available. Either way, it's still something for Nuke support to confirm on their side.

Jesse Yurkovich commented on issue blender/blender#129500 2024-10-29 21:17:36 +01:00
OCIO file from Beta 4.3 does not load into Nuke 15.0v1

You will need to contact Nuke support as we're not going to be able to diagnose their issue either. According to ociocheck our config file is valid in so far as what it checks (report attached).

Jesse Yurkovich commented on issue blender/blender#129502 2024-10-29 06:25:55 +01:00
USD instances - Animation not importing

I'm guessing you mean version 4.2.3 above. In any case, animated instancing support has not been implemented yet unfortunately. We typically don't track unimplemented features here but since we…