Blender Git Statistics -> Branches -> refactor-vertex-group-names

"Refactor-vertex-group-names" branch

Total commits : 17
Total committers : 1
First Commit : June 23, 2021
Latest Commit : July 13, 2021


Commits by Date

DateNumber of Commits
July 13, 20211
July 12, 20210
July 11, 20210
July 10, 20210
July 9, 20210
July 8, 20210
July 7, 20210
July 6, 20210
July 5, 20216
July 4, 20210
July 3, 20211
July 2, 20212
July 1, 20210
June 30, 20210
June 29, 20213
June 28, 20210
June 27, 20210
June 26, 20210
June 25, 20210
June 24, 20211
June 23, 20213

Committers

AuthorNumber of Commits
Hans Goudey17

Popular Files

FilenameTotal Edits
deform.c9
object_vgroup.c6
mesh.c5
BKE_deform.h5
object_deform.c5
rna_object.c4
gpencil_fill.c4
versioning_300.c3
armature_deform.c3
DNA_object_types.h3

Latest commits Feed

July 13, 2021, 15:48 (GMT)
Merge branch 'master' into refactor-vertex-group-names
July 5, 2021, 18:58 (GMT)
Fixes from review comments
July 5, 2021, 18:14 (GMT)
Safer RNA object vertex group API (should fix issues reported by @Mets, thanks!)
July 5, 2021, 17:32 (GMT)
Merge branch 'master' into refactor-vertex-group-names
July 5, 2021, 15:27 (GMT)
Rename functions "for_read" -> "" and "for_write" -> "mutable"
July 5, 2021, 15:24 (GMT)
Share implementation of vertex group retrieval
July 5, 2021, 13:27 (GMT)
Merge branch 'master' into refactor-vertex-group-names
July 3, 2021, 03:50 (GMT)
Fix issue with modifier vertex group utility-- tests pass
July 2, 2021, 21:56 (GMT)
More fixes and cleanup
July 2, 2021, 20:24 (GMT)
Merge branch 'master' into refactor-vertex-group-names
June 29, 2021, 21:41 (GMT)
Add small API to retrieve vertex group indices and lists from an ID
June 29, 2021, 17:43 (GMT)
Move active index to geometry
June 29, 2021, 03:47 (GMT)
Merge branch 'master' into refactor-vertex-group-names
June 24, 2021, 03:07 (GMT)
Fix unused variable warning
June 23, 2021, 22:58 (GMT)
Add comments, minor cleanup, remove debug statements
June 23, 2021, 22:48 (GMT)
Merge branch 'master' into refactor-vertex-group-names
June 23, 2021, 22:42 (GMT)
Refactor: Move vertex group names to object data (WIP)

As explained in T88951, the list of vertex group names is currently
stored separately per object, even though vertex group data is stored
on the geometry. This tends to complicate code and cause bugs,
especially as geometry is created procedurally and tied less closely
to objects.

This commit moves the storage of `bDeformGroup` to `Mesh`, `Lattice`,
and `bGPdata` instead of `Object`. In order to avoid dramatically
changing existing code, I introduced a helper function to access the
list of names given just the object.

TODO:
- Move the active group index to the object as well.
- Possibly move the Python API for vertex groups to object data.

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

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021