Page MenuHome

Spreadsheet: Implement selection filter for curves sculpt mode
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Jul 7 2022, 4:22 PM.

Details

Summary

The spreadsheet can retrieve the float selection using the same
utilities as curves sculpt brushes. Theoretically this can work in
original, evaluated, and viewer node modes, at least when the
sculpt selection attributes are able to be propagated.


I'm not that happy with the changes in curves_sculpt_selection.cc,
there is too much duplicated logic. I'll look at simplifying this in the
future.

Diff Detail

Repository
rB Blender

Event Timeline

Hans Goudey (HooglyBoogly) requested review of this revision.Jul 7 2022, 4:22 PM
Hans Goudey (HooglyBoogly) created this revision.
Jacques Lucke (JacquesLucke) requested changes to this revision.Jul 19 2022, 1:50 PM

Doesn't apply to master anymore unfortunately.

source/blender/editors/sculpt_paint/curves_sculpt_selection.cc
67

Why does this change and the one below make sense?

115

Same as above.

This revision now requires changes to proceed.Jul 19 2022, 1:50 PM
Hans Goudey (HooglyBoogly) edited the summary of this revision. (Show Details)

Merge master

Hans Goudey (HooglyBoogly) marked 2 inline comments as done.Jul 19 2022, 7:36 PM

Fix comparison in "is_single" case again

This revision is now accepted and ready to land.Jul 21 2022, 10:12 AM