Blender Git Commits

Blender Git commits from all branches.

Page: 1129 / 2888

September 26, 2019, 09:04 (GMT)
reduce error handling complexity
September 26, 2019, 08:43 (GMT)
Merge branch 'master' into functions
September 26, 2019, 08:43 (GMT)
cleanup
September 25, 2019, 14:18 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/editors/gpencil/gpencil_paint.c
September 25, 2019, 14:02 (GMT)
Merge branch 'master' into functions
September 25, 2019, 13:02 (GMT)
Merge branch 'master' into fluid-mantaflow
September 25, 2019, 09:21 (GMT)
Mantaflow: Fix for voxel indicator cube in domain object

Voxel indicator cube was not considering rotations of domain object
September 25, 2019, 08:18 (GMT)
Clenaup: Fix typo error
September 25, 2019, 08:15 (GMT)
GPenciL: Reduce lower limit for minimum pressure.
September 25, 2019, 07:42 (GMT)
GPencil: Add smooth in interpolated strokes

September 25, 2019, 01:48 (GMT)
UI: Replace big options button in file browser

The big options button in the lower left is now gone, it's replaced by a
smaller icon toggle button in the upper right.
That means I could also remove code for the region we had just for this
button.
I also added versioning code for the removal, to make sure the region is
removed cleanly when reading old files.
September 25, 2019, 01:48 (GMT)
Remove redundant file bookmarks region toggle operator

For the default keymap we were only using the regular toolshelf
operator, doing this for the industry compatible keymap too now (we
could even remove it there, we don't use it in other editors).

Since we "now" have proper operators for toggling regions, this specific
one is totally redundant.
September 25, 2019, 01:48 (GMT)
Refactor: Ensure there's always a valid file editor tool region

So far the file browser code had some lazy creation for the tool region,
even though it should always be there. The only reason I can see for
this is compatiblity. So I simply added versioning code to add the
region in case it's not there. Now we should be able to savely assume
the tool region to be there, whithout any unusual lazy-creation.
September 25, 2019, 01:48 (GMT)
Rewrite file region handling for non-editor mode

This makes it so that regions only needed when the file browser is
invoked as an operation (e.g. Ctrl+O rather than a regular editor) are
lazy created then, and removed if the file browser is changed into a
regular editor then (e.g. Ctrl+O over regular file browser editor ->
Cancel).

That should remove some troublesome assumptions and makes versioning
redundant.
It also fixes the issue of an empty execute region at the bottom after
cancelling a file operation invoked from a regular file browser editor.
September 25, 2019, 01:47 (GMT)
Cleanup: discarded-qualifier warning
September 25, 2019, 01:47 (GMT)
Cleanup: Add/use utility to remove regions
September 25, 2019, 01:47 (GMT)
Fix empty file options region in regular editor

This would happen when opening a file browser as regular editor, opening
a temporary file browser from there (e.g. Ctrl+O) and cancelling the
operation.
In some cases this would cause most of the editor to be filled with an
empty operator options region:
* Go to Shading workspace
* File -> Append
* Cancel
September 25, 2019, 01:45 (GMT)
ImBuf: add planes, channels attributes

D5857 by @cmbasnett
September 25, 2019, 01:45 (GMT)
Cleanup: use braces
September 25, 2019, 01:45 (GMT)
Cleanup: quote use
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021