Block a user
Sculpt: Adjust Extrude Mode option descriptions
sculpt mode | paint/undo/color attribute
This doesn't appear to be an issue with the actual vertex colors, it's something on the rendering side. Reselecting the active vertex color attribute fixes the view
Sculpt: Adjust Extrude Mode option descriptions
3c3c3da756
Sculpt: Adjust Extrude Mode option descriptions
aa81e2dd4a
Fix #122455: Wireframe overlay can crash with loose geometry
b5a4786064
GPv3: Draw Tool: Stabilize Stroke setting
0ac65555b2
Cleanup: GPv3: Draw Tool: Shorten name in UI
57e92e9192
Fix: Overlay: Facing overlay is not transparent with zero alpha
Sean Kim
created branch adjust-trim-extrude-description in Sean-Kim/blender
2024-06-04 19:10:05 +02:00
sculpt mode | paint/undo/color attribute
Updated the main post with some more details to help debugging
Fix #122493: Line Trim UI missing Extrude Mode
Fix #122493: Line Trim UI missing Extrude Mode
31a7fa3801
Fix #122493: Line Trim UI missing Extrude Mode
e8c83aed17
Cleanup: Formatting
fbc770d58b
Cycles: Fallback to area PDF when spherical rectangles are too small
a5dc233aa2
Cycles: Tweak area light sampling to improve numerical robustness
Cleanup: make format
Someone else already committed the make format
change - this PR is unnecessary now.
Line Trim tool has no Extrude Mode option exposed
I found the issue - the core thing that I missed in implementing the Line Trim tool was exposing the Extrude Mode
option to toggle between Fixed
and Project
. With the latter option, this…