Blender Git Commits

Blender Git "master" branch commits.

Page: 891 / 5574

February 26, 2020, 17:12 (GMT)
Build: ignore system paths when using precompiled libraries on Linux

Based on work by Nathan Craddock, with further changes to apply it to all
precompiled libraries.

Differential Revision: https://developer.blender.org/D6929
February 26, 2020, 16:30 (GMT)
Fix T74225: Image (from sequence) cannot be loaded

If the current frame was not in range, the ImageTile's 'ok' was stuck at
0. Similar to the ImageUser being reset to 'ok' in
BKE_image_user_frame_calc, we now do for ImageTiles as well.

note: the crasher part of T74225 was fixed in rB5c490d437743.

Maniphest Tasks: T74225

Differential Revision: https://developer.blender.org/D6939
February 26, 2020, 16:24 (GMT)
Fix T74236: Golden ratio in camera composition guides is not working

Caused by 52da1b6e2b54 (where it was switched from a value to a define -
but the define was wrong...)
February 26, 2020, 15:25 (GMT)
UI: Add Separate to bone and curve edit context menus

Makes it more consistent with mesh edit mode.
February 26, 2020, 14:33 (GMT)
Fix T74221 Crash when changing Image Source in UV editor
February 26, 2020, 13:59 (GMT)
EEVEE: Fix crash on certain drivers caused by redefined constant
February 26, 2020, 11:28 (GMT)
Cleanup: don't set renderpass_block twice for volumes
February 26, 2020, 11:27 (GMT)
UI: add kerning menu for 3D text editing
February 26, 2020, 11:07 (GMT)
Cleanup: avoid path copy in XDG support
February 26, 2020, 10:51 (GMT)
Cleanup: fix compiler warning
February 26, 2020, 10:34 (GMT)
Fix for recent commit removing slashes

The slashed were used for comparing bookmarks to the current directory.

Add trailing slashes in 'fsmenu_insert_entry',
which avoids having to duplicate strings just to add a slash
before passing to this function.
February 26, 2020, 07:42 (GMT)
Cleanup: printf from xdg parsing
February 26, 2020, 07:19 (GMT)
UI: remove check for HOME existing on unix

This is such a corner case there is no need to make the UI aware of it.
February 26, 2020, 07:18 (GMT)
Cleanup: remove trailing slash from bookmarks

This isn't needed.
February 26, 2020, 07:14 (GMT)
UI: Linux platform support for 'user-dirs.dirs'

Originally D6826 by @a.monti with parsing rewritten.
February 26, 2020, 07:01 (GMT)
BLI_fileops: add utility to read text with newlines set to nil
February 26, 2020, 04:22 (GMT)
Docs: expand comment on tagging id properties to update

Addresses issue from T74000.
February 26, 2020, 04:22 (GMT)
Cleanup: spelling
February 26, 2020, 04:22 (GMT)
Cleanup: remove unused derived mesh functionality
February 26, 2020, 04:22 (GMT)
Cleanup: reduce CDDM use, remove unused function calls
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021