This patch adds the same code to pinch only in the direction perpendicular to the stroke that is in D6587 to the crease brush.
I also updated the defaults to have something that matches better this new behavior.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- brush-perpendicular-falloff (branched from master)
- Build Status
Buildable 6692 Build 6692: arc lint + arc unit
Event Timeline
Comment Actions
@Jeroen Bakker (jbakker) I applied the same changes of the revision in D6587 to this patch. The code is the same.
Comment Actions
Overall looks good to me, just some small code style remarks.
| source/blender/editors/sculpt_paint/sculpt.c | ||
|---|---|---|
| 2905 | This seems like that this functions has been moved. I didn't see any code differences. Is this OK? | |
| 3455 | Bit of a code style question. Is it useful to duplicate this code. I can imagine it is. | |
Comment Actions
I'm trying this again and it has some obvious problems. I would rather design it again from scratch.