Blender Git Commit Log

Git Commits -> Revision 5502517

Revision 5502517 by Pablo Dobarro (master)
September 18, 2020, 17:58 (GMT)
Unify all XYZ symmetry options using Mesh Symmetry

This adds XYZ symmetry as a property of meshes and updates all modes to
use the mesh symmetry by default to have a consistent tool behavior
between all modes and when switching objects.

Reviewed By: brecht, mano-wii, campbellbarton

Maniphest Tasks: T79785

Differential Revision: https://developer.blender.org/D8587

Commit Details:

Full Hash: 5502517c3c12086c111ae5477fae9c0d2eb8a84c
Parent Commit: 827dfd7
Lines Changed: +152, -125

24 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d.py (+15, -35) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+20, -15) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+9, -0) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+4, -4) (Diff)
/source/blender/editors/object/object_remesh.c (+4, -3) (Diff)
/source/blender/editors/object/object_vgroup.c (+14, -14) (Diff)
/source/blender/editors/physics/particle_edit.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+1, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+7, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c (+10, -5) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+9, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_automasking.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_boundary.c (+5, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_mask_expand.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_pose.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_transform.c (+2, -3) (Diff)
/source/blender/editors/transform/transform_generics.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_mesh_types.h (+11, -2) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+23, -13) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021