Blender Git Commits

Blender Git "temp-blender-2.81-release-with-wrong-merge" branch commits.

Page: 4 / 5

November 11, 2019, 17:05 (GMT)
UI: Hover States

Hover (active) widget states now affecting more elements and in a more consistent way.

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

Reviewed by Campbell Barton
November 11, 2019, 17:05 (GMT)
Cleanup: remove icon files committed by accident
November 11, 2019, 17:05 (GMT)
UI: Icons update.

Updated icon set from Andrzej Ambro?.

- Includes new icons for Top Bar, Status Bar, CD/DVD drives, Home, Documents, Temp, Memory, Options.
- Includes small tweaks to many icons throughout Blender
- Also adds a large CD/DVD drive icon for the file browser

This does not add the new icons in the interface yet.
November 11, 2019, 17:05 (GMT)
macOS: Allow NSView subclasses to accept first mouse event.

This brings the behavior in line with Windows and Linux. Going between
multiple windows now doesn't use the first click only to change focus
but also allows Blender to process those events.
November 11, 2019, 17:05 (GMT)
Keymap: use Alt, Spacebar to set the cursor tool

There were no shortcuts for setting the 3D cursor.
November 11, 2019, 17:05 (GMT)
Cleanup: remove unused object_image_guess

This made sense when we had tex-face feature,
since it's removed & unused, remove this function too.

D6079 by @alm
November 11, 2019, 17:05 (GMT)
UI: Incorrect Cursor Used in Split Area Operator

Incorrect cursor shown for horizontal split when selected from edge context menu.

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

Reviewed by Campbell Barton
November 11, 2019, 17:05 (GMT)
UI: add utility to show icons for the keymap item

This is useful for drawing keymap items into the header or status bar

While these icons are available directly,
mapping them from the keymap item isn't trivial.
November 11, 2019, 17:05 (GMT)
UI: use zero box-spacing when used in headers

Without this, boxes are unusable in header layouts as they
add vertical space which shifts the items out of the header.
November 11, 2019, 17:05 (GMT)
PyAPI: change behavior of bpy.path.module_names

Instead of checking for names that contain ".", only skip files
that start with a "." (since they're used for ".git" & ".arcconfig").

While other path names may fail to import, it's not the purpose of this
function to validate the path, have the caller must raise an error
instead of silently skipping them.

See D6140.
November 11, 2019, 17:05 (GMT)
Fix T70439: Local view always including new objects

The same issue is valid for objects from a recently re-enabled
collection.
November 11, 2019, 17:05 (GMT)
WM: add utility to lookup a keymap item from an event

Useful for modal operators to be able to match events
against regular keymaps.
November 11, 2019, 17:05 (GMT)
Tool System: Use tapping Alt as a leader key to switch tools

Now tapping Alt prompts for a second input to switch tools.

Initial implementation of T69992
November 11, 2019, 17:05 (GMT)
Shrinkwrap: improve numerical stability of Target Normal Project.

* Add proper adjustment for scale in the solver epsilon computation.
* Run at least one full iteration of the solver, even if the initial
state meets the epsilon requirement.
* When applying offset, blend normal into the offset direction
as the initial point moves very close to the target mesh.

Also random improvements to debug trace output in the console.
November 11, 2019, 17:05 (GMT)
Cleanup: spelling

Also remove historic bftgl reference.
November 11, 2019, 17:05 (GMT)
PyAPI: use public API's for module & builtin access

D6038 by @Dormouse
November 11, 2019, 17:05 (GMT)
Cleanup: warnings
November 11, 2019, 17:04 (GMT)
UI: Add missing workspace icon to link/append ID-Filters
November 11, 2019, 17:04 (GMT)
Fix: First item in File Browser can't be renamed

Stupid mistake in 5edfde58fe60.
November 11, 2019, 17:04 (GMT)
UI: Add renaming to Node and VSE strip context menu

We should have that consistently everywhere the operation is available.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021