Blender Git Commits

Blender Git commits from all branches.

Page: 1131 / 2888

September 25, 2019, 01:45 (GMT)
GPencil: Copy temp color in multiframe

As the evaluated data is not calculated in multiframe, needs to have the original colors.

Related to T70116
September 25, 2019, 01:45 (GMT)
GPencil: Rename function
September 25, 2019, 01:45 (GMT)
GPencil: Fix error in previous commit

Related to T70116
September 25, 2019, 01:45 (GMT)
GPencil: Use evaluated or original data in Sculpt for Multiframe

The evaluated frame is only available when the frame is the active one.

Related to T70116
September 25, 2019, 01:45 (GMT)
GPencil: Fix unreported select not working in multiframe mode

The selection was not working because the evaluated frame was only working for active frame, so when the evaluation was changed to use eval data instead of original data, the data was not available and the loop did not use it.

Related to T70116
September 25, 2019, 01:45 (GMT)
Cleanup: extra semicolon, comma warnings
September 25, 2019, 01:45 (GMT)
Cleanup: unused headers in editors
September 25, 2019, 01:45 (GMT)
Revert "Modifiers: every modifier now copies mesh settings, fixing texture space issues"

This reverts commit e7a514369fe700dcc5a1fe433c8f709ed9595ded, it introduces
a bug in selection in edit mode.

Fixes T70103: can't select extruded Vertex

Ref T64739
September 25, 2019, 01:45 (GMT)
Fix build error in debug build on macOS

NDEBUG is the standard define, not DEBUG.
September 25, 2019, 01:45 (GMT)
UI: Avoid file browser directory change if path didn't change

E.g. entering the file path field and then pressing enter without any
change would call an unneccesary directory change, causing flickering.
So the main point of this is to avoid flickering.

Without this the text field could also be used to refresh the file list,
but for that we have a proper button.
September 25, 2019, 01:45 (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:45 (GMT)
Fix T70109: Crash with the Data Transfer Modifier (with any 'Edge Data' option)

The BVHTree was erroneously marked as not cached.
September 25, 2019, 01:45 (GMT)
UI: Use vertical file list for "Recover Auto Save"

Pablo and William agreed that the main purpose of the layout should be
to list files in a way that it's easy see which files were
created/modified when. Previously it was set to "Long List" to show the
modification time, now the vertical list is much better suited. The time
is shown anyway.
September 25, 2019, 01:45 (GMT)
Fix T70112: Spot cone prevents selection
September 25, 2019, 01:45 (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:45 (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:45 (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:45 (GMT)
UI: Fix Capitalization

Differential Revision: https://developer.blender.org/D5716
September 25, 2019, 01:45 (GMT)
UI: Incorrect info message after batch rename

Differential Revision: https://developer.blender.org/D5744
September 25, 2019, 01:45 (GMT)
Fix T69097: Empty context menu for dimensions

Adjust empty menu check to skip the menu title.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021