Blender Git Commit Log

All Blender Git commits.

Page: 1898 / 8462

February 3, 2020, 09:19 (GMT)
GPencil: Cleanup 2D code in sculpt

This operator can be used in 3D space only.
February 3, 2020, 08:41 (GMT)
Fix various build issues
February 3, 2020, 08:10 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
February 3, 2020, 08:10 (GMT)
Merge branch 'master' into greasepencil-object
February 3, 2020, 08:06 (GMT)
GPencil: Optimize triangulation calc in sculpt
February 3, 2020, 06:58 (GMT)
Merge branch 'blender-v2.82-release'
February 3, 2020, 06:55 (GMT)
Text: make "Text" tab active when searching
February 3, 2020, 04:29 (GMT)
Merge branch 'blender-v2.82-release'
February 3, 2020, 04:29 (GMT)
Merge branch 'blender-v2.82-release'
February 3, 2020, 04:21 (GMT)
Fix T73553: Grease pencil poll crash with non-gpencil objects
February 2, 2020, 22:36 (GMT)
GPencil: Optimize evaluated frame copy
February 2, 2020, 22:31 (GMT)
GPencil: Optimize update pointer origin

The Link now is calculated using index not using BLI function.

This speedup a lot the function.
February 2, 2020, 21:50 (GMT)
GPencil: Fix reset all brushes in other modes

The operator was working with Draw brushes, but not with Sculp/Weight or Vertex Paint.
February 2, 2020, 21:25 (GMT)
GPencil: Simplify brush initialization code
February 2, 2020, 21:22 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
February 2, 2020, 21:06 (GMT)
GPencil: Fix tablet errors after merge
February 2, 2020, 19:14 (GMT)
UI: Re-organize Sculpt Symmetrize controls

Currently the UI for Symmetrize is confusing, for a few reasons:

- It exists as a sub-panel to the Dyntopo panel, even though it doesn't require Dyntopo to work
- It is inside a panel called Remesh, which is confusing because we now have a different Remesh panel

Changes:

- Put the Symmetrize controls in the Symmetry panel
- Rename Optimize to Rebuild BVH and move to the Sculpt menu
- Change the poll function - apparently it doesn't require Dyntopo

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

Reviewed by Pablo Dobarro
February 2, 2020, 15:46 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
February 2, 2020, 15:45 (GMT)
Merge branch 'master' into greasepencil-object
February 2, 2020, 15:43 (GMT)
GPencil: Improve collision rectangle size

The problem was the rectangle for mouse it was using the internal rectangle, but must be the external rectangle, or the corners will not be detected.

Also some code cleanup.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021