Blender Git Statistics -> Branches -> soc-2016-pbvh-painting

"Soc-2016-pbvh-painting" branch

Total commits : 142
Total committers : 3
First Commit : May 23, 2016
Latest Commit : September 28, 2017


Commits by Month

DateNumber of Commits
September, 201710
August, 20170
July, 20170
June, 20170
May, 20170
April, 201735
March, 20170
February, 20170
January, 20171
December, 20167
November, 20165
October, 20160
September, 201613
August, 201617
July, 201621
June, 201624
May, 20169

Committers

AuthorNumber of Commits
Nathan Vollmer89
Campbell Barton35
Bastien Montagne18

Popular Files

FilenameTotal Edits
paint_vertex.c85
sculpt_intern.h26
sculpt.c24
BKE_paint.h17
paint.c17
paint_intern.h12
space_view3d_toolbar.py10
BKE_pbvh.h8
pbvh.c8
versioning_defaults.c5

Latest commits Feed

September 28, 2017, 04:48 (GMT)
Merge branch 'master' into soc-2016-pbvh-painting
September 27, 2017, 11:34 (GMT)
Cleanup: unused function
September 27, 2017, 05:38 (GMT)
Cleanup: move accumulation structs out of sculpt-session

These were over-allocated to the size of all pbvh nodes.
Now only allocate as-needed,
using the total number of nodes under the brush.
September 27, 2017, 04:56 (GMT)
Avoid redundant vert->loop->vert topology lookup

This is only needed for vertex colors, vertices store their own weights,
so this is redundant.
September 27, 2017, 04:42 (GMT)
Cleanup: split vert/weight paint into separate members

- Remove unused previous wpaint/vpaint struct members.
- Avoid allocating arrays when they aren't used.
September 27, 2017, 01:41 (GMT)
Resolve bug w/ non-airbrush weight-paint blending

Instead of clamping the max-weight (which locked the value at 1.0),
Store the initial weight and maximum strength used for painting.
Repaint only with a higher strength, using the initial weight.
September 27, 2017, 01:13 (GMT)
Merge branch 'master' into soc-2016-pbvh-painting
September 27, 2017, 00:52 (GMT)
Use BLI_math rounding function, replace sqrtl w/ sqrtf
September 27, 2017, 00:52 (GMT)
Cleanup: use shorter uchar, uint type names
September 27, 2017, 00:03 (GMT)
Merge branch 'master' into soc-2016-pbvh-painting
April 25, 2017, 10:02 (GMT)
Merge branch 'master' into soc-2016-pbvh-painting
April 13, 2017, 01:44 (GMT)
Move BKE_pbvh_get_num_nodes out of node-access functions

Also use regular return
April 13, 2017, 01:33 (GMT)
Merge branch 'master' into soc-2016-pbvh-painting
April 12, 2017, 16:49 (GMT)
Rename Smudge to Smear since we already call this smear in image editor
April 12, 2017, 16:33 (GMT)
Merge branch 'master' into soc-2016-pbvh-painting
April 12, 2017, 15:20 (GMT)
Fix crash when use_group_restrict is disabled
April 12, 2017, 14:58 (GMT)
Move SculptBrushTest initialization out of loop

There is no need to run this every iteration.
April 12, 2017, 14:55 (GMT)
Make vertex index assignment shorter
April 12, 2017, 14:47 (GMT)
Move view_dot > 0.0 checks to first possible location
April 12, 2017, 14:37 (GMT)
Don't create vertex groups when reading weights

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