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 |
|