Blender Git Commit Log

Git Commits -> Revision 673e1fb

Revision 673e1fb by Joseph Eagar (sculpt-dev)
October 15, 2021, 20:40 (GMT)
Sculpt: smothing ops now slide UVs

* Wrote a new function, SCULPT_reproject_cdata,
to reproject loop customdata after smoothing.
* SCULPT_reproject_cdata is only called if UV
layers exist.
* All of the smoothing tools (hopefully all)
use it.
* This change is necassary to properly support vector
displacement maps in the future; otherwise DynTopo
will introduce lots of noise into the uv tangent
space.

Commit Details:

Full Hash: 673e1fbac5cb7136a516f1124725fc52b4658f1c
Parent Commit: 7d25a5a
Lines Changed: +414, -29

16 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+6, -0) (Diff)
/source/blender/blenkernel/BKE_brush_engine.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush_channel_define.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+26, -8) (Diff)
/source/blender/blenkernel/intern/brush_engine_presets.c (+7, -3) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/scene.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+26, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_face_set.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c (+18, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+10, -11) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+292, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021