Blender Git Commits

Blender Git "master" branch commits.

Page: 1540 / 5574

September 25, 2018, 18:43 (GMT)
GP: New pressure option for sculpt brush radius
September 25, 2018, 18:23 (GMT)
GP: Add const to variable
September 25, 2018, 17:48 (GMT)
Fix T56917: GP noise modifier vertex group crash
September 25, 2018, 17:30 (GMT)
GP: Fix multi viewport onion error

For onion skin, the cache is set as dirty always because can be too many combinations of overlays and windows and makes impossible to control all changes of dirty flag.

This reduces performance, but it's safer and the onion is disabled while play animation, so the fps value is not affected.
September 25, 2018, 17:05 (GMT)
CMake: Repress deprecation warnings with MSVC.
September 25, 2018, 17:01 (GMT)
GP: New deselect by material option

Now the operator to select by color can unselect too.
September 25, 2018, 16:44 (GMT)
GP: Small changes to assign color operator
September 25, 2018, 16:36 (GMT)
Fix UV edit smart stitch not redoing correctly.

Differential Revision: https://developer.blender.org/D3687
September 25, 2018, 16:17 (GMT)
GP: Add multiframe support to select by color
September 25, 2018, 16:17 (GMT)
GP: Fix select strokes by color error
September 25, 2018, 16:12 (GMT)
depsgraph: re-Fix 32 bit shift bug in get_visible_components_mask.

1UL << n still results in a 32 bit result, 1ULL << n actually retains all 64 bits.

fixes stupid typo in rBbd51cada8db64e45cabca66cd61438c1ae2bdf25
September 25, 2018, 15:44 (GMT)
Implement correct drawing of advanced Weight display features.

This adds existing behavior from calc_weightpaint_vert_array
that was missing from the new rendering code:

- No selected Vertex Group displays as a solid pink color.
- Zero weight displays as alert color depending on Options.
- Multipaint mode correctly displays collective weight.

In order to properly implement this variety, a data structure
holding all relevant parameters is introduced.

Reviewers: fclem, campbellbarton

Subscribers: jbakker

Differential Revision: https://developer.blender.org/D3722
September 25, 2018, 15:23 (GMT)
depsgraph: Fix 32 bit shift bug in get_visible_components_mask.

1 << n results in a 32 bit result, 1UL << n retains all 64 bits.
September 25, 2018, 14:35 (GMT)
despgraph: Use regular iterators for erase, fixes build error on centOS

CentOS7 ships with gcc 4.8.2 which does not support the const_iterator for erase.
September 25, 2018, 13:39 (GMT)
GP: Add popover for Sculpt and Weight Paint panels
September 25, 2018, 13:06 (GMT)
Fix missing metaball capsule properties in properties editor.

Differential Revision: https://developer.blender.org/D3726
September 25, 2018, 12:55 (GMT)
Fix broken shift + A menu in curve edit mode.

Differential Revision: https://developer.blender.org/D3699
September 25, 2018, 12:01 (GMT)
Modifiers: use Mesh instead of DerivedMesh for explode.

Differential Revision: https://developer.blender.org/D3718
September 25, 2018, 11:35 (GMT)
GP: Remove Strokes menu in Sculpt mode
September 25, 2018, 11:35 (GMT)
GP: Add select tools in sculpt mode
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021