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 |
Revision 9dbfc7c by Philipp Oeser 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 |
Revision 95175c3 by Philipp Oeser 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...) |
Revision 41cc3ff by William Reynish February 26, 2020, 15:25 (GMT) |
UI: Add Separate to bone and curve edit context menus Makes it more consistent with mesh edit mode. |
Revision 5c490d4 by Clément Foucault February 26, 2020, 14:33 (GMT) |
Fix T74221 Crash when changing Image Source in UV editor |
Revision fe41c1e by Clément Foucault February 26, 2020, 13:59 (GMT) |
EEVEE: Fix crash on certain drivers caused by redefined constant |
Revision 28a16c4 by Brecht Van Lommel February 26, 2020, 11:28 (GMT) |
Cleanup: don't set renderpass_block twice for volumes |
Revision d95dbd1 by Campbell Barton February 26, 2020, 11:27 (GMT) |
UI: add kerning menu for 3D text editing |
Revision 92c9dbf by Campbell Barton February 26, 2020, 11:07 (GMT) |
Cleanup: avoid path copy in XDG support |
Revision db7bb5b by Brecht Van Lommel February 26, 2020, 10:51 (GMT) |
Cleanup: fix compiler warning |
Revision 661b018 by Campbell Barton 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. |
Revision 4cf3977 by Campbell Barton February 26, 2020, 07:42 (GMT) |
Cleanup: printf from xdg parsing |
Revision 466d37e by Campbell Barton 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. |
Revision de80620 by Campbell Barton February 26, 2020, 07:18 (GMT) |
Cleanup: remove trailing slash from bookmarks This isn't needed. |
Revision 48816d4 by Campbell Barton February 26, 2020, 07:14 (GMT) |
Revision 5f83495 by Campbell Barton February 26, 2020, 07:01 (GMT) |
BLI_fileops: add utility to read text with newlines set to nil |
Revision 66af6e4 by Campbell Barton February 26, 2020, 04:22 (GMT) |
Revision 5a6a6ef by Campbell Barton February 26, 2020, 04:22 (GMT) |
Cleanup: spelling |
Revision 220310f by Campbell Barton February 26, 2020, 04:22 (GMT) |
Cleanup: remove unused derived mesh functionality |
Revision c8d3180 by Campbell Barton February 26, 2020, 04:22 (GMT) |
Cleanup: reduce CDDM use, remove unused function calls |
|