Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim created branch remove-pbvh-frustum-planes in Sean-Kim/blender 2024-10-31 01:38:16 +01:00
Sean Kim pushed to main at blender/blender 2024-10-30 23:01:15 +01:00
2fcc666963 Merge branch 'blender-v4.3-release'
f52ee63114 Fix: Anchored, Line, Drag Dot stroke types do not support pen flip mode
Compare 2 commits »
Sean Kim deleted branch fix-penflip-sculpt from Sean-Kim/blender 2024-10-30 22:57:57 +01:00
Sean Kim merged pull request blender/blender#129574 2024-10-30 22:57:55 +01:00
Fix: Anchored, Line, Drag Dot stroke types do not support pen flip mode
Sean Kim pushed to blender-v4.3-release at blender/blender 2024-10-30 22:57:54 +01:00
f52ee63114 Fix: Anchored, Line, Drag Dot stroke types do not support pen flip mode
Sean Kim pushed to main at blender/blender 2024-10-30 22:57:00 +01:00
f3ee64fe5a Fix #129553: Sculpt crash when panning immediately after saving
Sean Kim closed issue blender/blender#129553 2024-10-30 22:56:58 +01:00
crash in sculpt mode when panning/rotating view after saving
Sean Kim deleted branch fix-win-sculpt-save-pan-crash-129553 from Sean-Kim/blender 2024-10-30 22:56:57 +01:00
Sean Kim merged pull request blender/blender#129600 2024-10-30 22:56:55 +01:00
Fix #129553: Sculpt crash when panning immediately after saving
Sean Kim created pull request blender/blender#129602 2024-10-30 22:24:25 +01:00
RNA: Assert when failing to find a specified property by name
Sean Kim pushed to rna-access-assert at Sean-Kim/blender 2024-10-30 22:23:11 +01:00
6e95dd943c RNA: Assert when failing to find a specified property by name
Sean Kim created branch rna-access-assert in Sean-Kim/blender 2024-10-30 22:23:11 +01:00
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…