Julien Kaspar JulienKaspar
Julien Kaspar commented on pull request blender/blender-assets#1 2024-03-05 12:02:45 +01:00
Add ops.sculpt.lasso_hide

@blender-bot package

Julien Kaspar commented on pull request blender/blender#118699 2024-02-28 22:31:17 +01:00
WIP: Fix #116458: Added decay factor for flattening brushes.

In the current PR basically the farthest the vertex is from the sculpt plane (in the sculpt plane normal direction), the weakest it gets pulled. The falloff is exponential, as the other types of…

Julien Kaspar commented on issue blender/blender#106243 2024-02-26 17:02:33 +01:00
Edit Dyntopo Detail Size: Add resolution value for visual feedback

@Sean-Kim Yes, now this task is only about showing the value next to the preview grid. I'm not sure if this will work as expected but in that case it's already great to have the value in the…

Julien Kaspar closed issue blender/blender#108111 2024-02-26 16:59:17 +01:00
Update 'dyntopo_detail_size_edit' to support Relative/Brush Detail settings
Julien Kaspar commented on issue blender/blender#108111 2024-02-26 16:59:14 +01:00
Update 'dyntopo_detail_size_edit' to support Relative/Brush Detail settings

@Sean-Kim I think we can leave it as it is for now. It's nice that the operator is consistent but sampling resolutions for Relative and Brush is not that useful anyway.

Will close the issue…

Julien Kaspar commented on pull request blender/blender#118699 2024-02-26 15:08:12 +01:00
WIP: Fix #116458: Added decay factor for flattening brushes.

I think I'm confused what this PR really does. Based on the description I thought it would be a slider that scales the height/depth of the spherical falloff shape. Instead it's a falloff which…

Julien Kaspar pushed to main at blender/blender-manual 2024-02-26 11:58:30 +01:00
1e4231c243 Add Dyntopo Manual Detail section
Julien Kaspar closed issue blender/blender-manual#104695 2024-02-26 11:55:53 +01:00
Dyntopo missing "Manual Detail" explanation
Julien Kaspar merged pull request blender/blender-manual#104710 2024-02-26 11:55:52 +01:00
Add Dyntopo Manual Detail section
Julien Kaspar approved blender/blender-manual#104710 2024-02-26 11:55:23 +01:00
Add Dyntopo Manual Detail section

Looks good! Thanks for the fix.

Julien Kaspar commented on issue blender/blender#108111 2024-02-21 11:17:57 +01:00
Update 'dyntopo_detail_size_edit' to support Relative/Brush Detail settings

After #118403 is merged in, should the old set_detail_size operator be removed?

@Sean-Kim Yes I think it's best to remove the old operator.

Julien Kaspar approved blender/blender#118403 2024-02-20 12:13:37 +01:00
Sculpt: Add dyntopo size edit support for BRUSH and RELATIVE modes

Works exactly as expected now. Great work!

Julien Kaspar commented on issue blender/blender#116458 2024-02-20 11:00:24 +01:00
Sculpt: Clay strip sculpts on back face when front face only is turned on

@farsthary I agree that any brush can have this behavior. But the flattening towards the sculpt plane is too strong/deep in particular.

Occlusion might not be a good fit here. It will be too…

Julien Kaspar commented on issue blender/blender#118432 2024-02-19 15:27:25 +01:00
IC Keymap: Zoom doesn’t work when the brush is in stencil mapping in 3D view

This is a blind spot in the keymaps (IC and LCS MMB emulation). There is no way to add enough shortcuts to support stencils. Viewport gizmos to move, rotate and scale stencils are necessary to…