Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> temp-trimesh-sculpt
"Temp-trimesh-sculpt" branch
Total commits : 6
Total committers : 2
First Commit : October 23, 2020
Latest Commit : October 24, 2020
Commits by Date
Date | Number of Commits | |
---|---|---|
October 24, 2020 | 4 | |
October 23, 2020 | 2 |
Committers
Author | Number of Commits |
---|---|
Joseph Eagar | 5 |
Joseph Eagar | 1 |
Popular Files
Filename | Total Edits |
---|---|
pbvh_bmesh.c | 5 |
sculpt_undo.c | 4 |
pbvh.c | 4 |
pbvh_intern.h | 3 |
info_stats.c | 3 |
sculpt.c | 3 |
paint.c | 3 |
BKE_pbvh.h | 3 |
GPU_buffers.h | 3 |
gpu_buffers.c | 3 |
Latest commits
October 24, 2020, 09:16 (GMT) |
* PBVH node join code is now enabled for dyntopo bmesh * Fixed bug in dyntopo bmesh time limiting code |
October 24, 2020, 00:43 (GMT) |
remove accidental debug return |
October 24, 2020, 00:42 (GMT) |
* Fixed undo with bmesh dyntopo |
October 24, 2020, 00:19 (GMT) |
* Migrated optimizations from trimesh to bmesh dyntopo: - Original coordinate/normals are now stored in customdata layers, instead of being looked up in the BMLog - Vertex "indices" are now actually pointers to BMVerts. - Dyntopo split/collapse is now time-limited - Increased pbvh->leaf_limit to 2000 - Nodes are split after topolgy updates, not just after the user lets up the mouse. * Also, renamed TMElemSet to TableGSet TODO: - Migrate PBVHNode->bm_[unique_verts/other_verts/faces] to TableGSet. Currently GHash is completely inlined in this branch which does almost the same thing performance-size; inlining GHash seems beyond the scope of this project however. |
October 23, 2020, 22:53 (GMT) |
BMesh dyntopo works again, if you disable WITH_TRIMESH in BKE_pbvh.h |
Revision 4faa2b4 by Joseph Eagar (temp-trimesh-sculpt) October 23, 2020, 21:49 (GMT) |
Rebase branch |
MiikaHweb - Blender Git Statistics v1.06