Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim pushed to fix-enhance-details-crash-v2-126939 at Sean-Kim/blender 2024-10-30 21:56:17 +01:00
b06e6827b8 Remove OperatorStrokeElement pen_flip property
18708b040a Merge branch 'main' of projects.blender.org:blender/blender into fix-enhance-details-crash-v2-126939
7205ec804b Build: Fix OpenImageIO JPEG turbo library search path
29c66dab88 Restore 'writable' handling in bpy_class_call.
391612c725 USD: Add support for animated volumes
Compare 689 commits »
Sean Kim closed issue blender/blender#129601 2024-10-30 21:55:07 +01:00
How does the decimate modifier preserve UVs?
Sean Kim commented on issue blender/blender#129601 2024-10-30 21:55:03 +01:00
How does the decimate modifier preserve UVs?

Your best bet for getting an answer to this question is going to be inside the Modeling channel on chat.blender.org or possibly on the devtalk forum in the Contributing to Blender section

Sean Kim commented on pull request blender/blender#129559 2024-10-30 21:47:34 +01:00
Fix #126939: Smooth / Enhance Details brush crash when using tablet

Everything makes sense in the description except for "instead of being defined at runtime". Maybe "runtime" isn't the right word? The operator property is still defined at runtime.

Updated…

Sean Kim pushed to fix-penflip-sculpt at Sean-Kim/blender 2024-10-30 21:34:57 +01:00
acad663bcc make format
cb35df0c4d combine assignment and declaration
Compare 2 commits »
Sean Kim pushed to cleanup-paint-stroke-cc at Sean-Kim/blender 2024-10-30 21:29:14 +01:00
cb418924d4 Cleanup: Various non-functional changes for paint_stroke.cc
Sean Kim commented on pull request blender/blender#129600 2024-10-30 21:21:58 +01:00
Fix #129553: Sculpt crash when panning immediately after saving

Ideally I think we need to switch the PBVHFrustumPlanes from using raw arrays, but if I remember correctly that's a rather large change and I think shouldn't be tackled as part of this particular…

Sean Kim created pull request blender/blender#129600 2024-10-30 21:11:53 +01:00
Fix #129553: Sculpt crash when panning immediately after saving
Sean Kim created branch fix-win-sculpt-save-pan-crash-129553 in Sean-Kim/blender 2024-10-30 21:10:26 +01:00
Sean Kim pushed to fix-win-sculpt-save-pan-crash-129553 at Sean-Kim/blender 2024-10-30 21:10:26 +01:00
5eea52217e Fix #129553: Sculpt crash when panning immediately after saving
29c66dab88 Restore 'writable' handling in bpy_class_call.
391612c725 USD: Add support for animated volumes
08a9c8b786 Merge branch 'blender-v4.3-release'
Compare 4 commits »
Sean Kim commented on issue blender/blender#129553 2024-10-30 20:57:45 +01:00
crash in sculpt mode when panning/rotating view after saving

Relevant stacktrace:

 	blender.exe!copy_v4_v4(float * r, const float * a) Line 59	C++
	blender.exe!blender::bke::pbvh::get_frustum_planes(const blender::bke::pbvh::Tree & pbvh, PBVHFrustum…
Sean Kim commented on issue blender/blender#129553 2024-10-30 20:06:15 +01:00
crash in sculpt mode when panning/rotating view after saving

Oddly enough I can only replicate this on Windows and not on Linux or MacOS

Sean Kim commented on issue blender/blender#129553 2024-10-30 19:49:40 +01:00
crash in sculpt mode when panning/rotating view after saving

Able to confirm the crash now - seemingly only on 4.4 and not 4.3

Sean Kim pushed to fix-penflip-sculpt at Sean-Kim/blender 2024-10-30 19:43:29 +01:00
33118f0b0f Merge branch 'blender-v4.3-release' of projects.blender.org:blender/blender into fix-penflip-sculpt
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
6ab0efad41 Cleanup: defer import until needed
Compare 21 commits »
Sean Kim commented on pull request blender/blender#129559 2024-10-30 19:36:25 +01:00
Fix #126939: Smooth / Enhance Details brush crash when using tablet

@HooglyBoogly I'm having second thoughts about landing this patch so close to the 4.3 RC, realistically the bug has been in Blender for a while and this would change behavior of the python API…

Sean Kim commented on pull request blender/blender#129559 2024-10-30 19:33:10 +01:00
Fix #126939: Smooth / Enhance Details brush crash when using tablet

Yeah, I missed that, will remove