Block a user
2fcc666963
Merge branch 'blender-v4.3-release'
f52ee63114
Fix: Anchored, Line, Drag Dot stroke types do not support pen flip mode
Fix: Anchored, Line, Drag Dot stroke types do not support pen flip mode
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
Fix #129553: Sculpt crash when panning immediately after saving
RNA: Assert when failing to find a specified property by name
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
How does the decimate modifier preserve UVs?
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
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…
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…