Blender Git Loki
Git Commits -> Revision e5c9bf3
Revision e5c9bf3 by Pablo Dobarro (master) September 26, 2019, 14:43 (GMT) |
Quadriflow: Symmetry support This patch adds paint symmetry support to Quadriflow. It bisects and mirrors the input and the output from the remesher to build the final mesh using the preserve boundary option. This is also an important performance improvement in Quadriflow because it only needs to process half of the mesh with half the resolution. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D5855 |
Commit Details:
Full Hash: e5c9bf3aa28af3d1edddecb909b5a95fe029e18e
Parent Commit: b7f2799
Lines Changed: +582, -377
2 Added Paths:
/source/blender/blenkernel/BKE_mirror.h (+45, -0) (View)
/source/blender/blenkernel/intern/mirror.c (+413, -0) (View)
/source/blender/blenkernel/intern/mirror.c (+413, -0) (View)