Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> transform_mirror_axis
"Transform_mirror_axis" branch
Total commits : 4
Total committers : 1
First Commit : September 10, 2019
Latest Commit : September 10, 2019
Commits by Date
Date | Number of Commits | |
---|---|---|
September 10, 2019 | 4 |
Committers
Author | Number of Commits |
---|---|
Germano Cavalcante | 4 |
Popular Files
Filename | Total Edits |
---|---|
transform_convert_mesh.c | 4 |
transform.h | 3 |
transform.c | 2 |
transform_convert.c | 2 |
transform_generics.c | 2 |
transform_convert.h | 1 |
rna_mesh.c | 1 |
space_view3d_toolbar.py | 1 |
Latest commits
September 10, 2019, 19:12 (GMT) |
Move all CustomData correction logic used on Edge/Vert Slide to `transform_convert_mesh.c` And apply changes to mirror elements |
September 10, 2019, 14:57 (GMT) |
Rename `TransDataMirror` members and use bitfield for sign |
September 10, 2019, 14:57 (GMT) |
Cleanup: Use more descriptive variable names |
September 10, 2019, 14:57 (GMT) |
EditMesh support mirror on all axes Part of T68930 This patch adds two more mirror options that can be enabled simultaneously: Mirror Y and Z. Since different transformation options use their own mirroring code (eg edge / vert slide and proportional editing), this patch proposes a generic solution that can be applied to any transformation. The idea is to create a new array type that points to the location of each reference element with the mirror element location. This reduces the amount of `TransData` that is already overkill. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D5720 |
MiikaHweb - Blender Git Statistics v1.06