Blender Git Commits
Page: 4 / 5
Revision fadea82 by Harley Acheson / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) 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 |
Revision 5ee9f0c by Campbell Barton / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) November 11, 2019, 17:05 (GMT) |
Cleanup: remove icon files committed by accident |
Revision 9b8e8b9 by William Reynish / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) 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. |
Revision e9db54b by Campbell Barton / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) November 11, 2019, 17:05 (GMT) |
Keymap: use Alt, Spacebar to set the cursor tool There were no shortcuts for setting the 3D cursor. |
Revision f368aff by Campbell Barton / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) 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 |
Revision 3d341ab by Harley Acheson / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) 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 |
Revision 53bd9c1 by Campbell Barton / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) 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. |
Revision 5c9fdc9 by Campbell Barton / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) 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. |
Revision 6c9b6f3 by Campbell Barton / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) 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. |
Revision 9339636 by Campbell Barton / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) 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. |
Revision cf74132 by Campbell Barton / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) 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 |
Revision 66330f9 by Alexander Gavrilov / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) 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. |
Revision 285fb7a by Campbell Barton / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) November 11, 2019, 17:05 (GMT) |
Cleanup: spelling Also remove historic bftgl reference. |
Revision aca4258 by Campbell Barton / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) November 11, 2019, 17:05 (GMT) |
Revision ebe24de by Campbell Barton / Germano Cavalcante (temp-blender-2.81-release-with-wrong-merge) 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) |
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. |