This allows to create different effects with some brushes that use the sculpt plane
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- sculpt-original-plane (branched from master)
- Build Status
Buildable 4992 Build 4992: arc lint + arc unit
Event Timeline
| source/blender/blenloader/intern/versioning_270.c | ||
|---|---|---|
| 1749–1750 | First thought was to not reuse old flags, but these flags have been unset already since a long time. It is currently unclear what these flags have to do with falloff_angle. Note: We could free some flags by moving the pressure flags from eBrushFlags to BrushMaskPressureFlags, but that will break file compatibility, that can be avoided by introducing more space in a separate flag. | |
| source/blender/editors/sculpt_paint/sculpt.c | ||
| 4288–4293 | Seems like we could limit a copy. if ((!ss->cache->first_time) && (brush->flag & BRUSH_ORIGINAL_NORMAL)) {
} else {
} | |
| 4296–4301 | Same here | |