Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1757 / 8462

March 26, 2020, 04:32 (GMT)
Fix crashes accessing inactive screen properties
March 26, 2020, 04:32 (GMT)
Fix crash accessing length unit settings
March 26, 2020, 04:32 (GMT)
Fix crash accessing the tool with no active space
March 26, 2020, 04:32 (GMT)
Fix crashes from various missing checks in operator poll functions

Issues exposed by 'bl_run_operators.py' utility.
March 26, 2020, 04:32 (GMT)
Fix crash when make proxy failed to assign a proxy
March 26, 2020, 04:32 (GMT)
Fix crash setting the brush with the current brush was unset
March 26, 2020, 04:32 (GMT)
Fix crash closing a window in background mode
March 26, 2020, 04:32 (GMT)
Cleanup: use doxy sections & add missing sections
March 26, 2020, 00:29 (GMT)
Fix T74417: Freestyle render removes image texture users

This simplifies freestyle render pipeline integration so we don't have to do
much manual ID user management at all. The complexity here was legacy from
Blender Internal.

Based on fix provided by Sybren A. St�vl.
March 25, 2020, 23:02 (GMT)
Fix T74711: tiling brush option in image editor not working anymore

This makes it work again at least for the non-UDIM case. For UDIM it's not
great still but I'll consider that a known limitation. A proper solution is
probably to find the closest tile at the start of the stroke and then only
paint in that one tile for the rest of the stroke.
March 25, 2020, 22:29 (GMT)
UI: rename image source Tiled to UDIM Tiles for easier discovery
March 25, 2020, 22:14 (GMT)
Fix T75090: crash with old NVIDIA drivers after overlay refactor

Work around GLSL compiler bug with backslash in preprocessor macros.
March 25, 2020, 18:59 (GMT)
GPencil: Change Tweak select tool for Fill strokes

The code has been simplified, some boundbox check added and reduce the gap for selection.
March 25, 2020, 17:47 (GMT)
Merge branch 'master' into greasepencil-object
March 25, 2020, 17:46 (GMT)
GPencil: Fix unreported Threshold parameter visible in wrong context

The threshold only must be vsisible in Segment mode.
March 25, 2020, 17:46 (GMT)
GPencil: Fix unreported missing parameter for Cutter tool
March 25, 2020, 17:44 (GMT)
Fix error after recent change when WITH_INTERNATIONAL=OFF

Always need to install font files now.
March 25, 2020, 15:52 (GMT)
Cleanup: typo in print
March 25, 2020, 15:39 (GMT)
UI: remove non-unicode font and simplify default font loading code

There is no need to have another font embedded in the Blender executable, we
can assume the bundled font exists. In the future we may provide a fallback
if the font specified by the user in the preferences is missing a character,
but that can use our bundled international font.

Differential Revision: https://developer.blender.org/D6854
March 25, 2020, 15:39 (GMT)
UI: always use international font

This means Blender can display more text correctly without having to enable
user interface translation. Previously the quality of the font was lower,
but that has been fixed now.

The font files have now been ungzipped, which results in faster file loading
as Freetype can read only the parts of the file that it needs. Blender download
size should not increase since the release package is compressed.

This includes improvements for Cyrillic characters from the latest DejaVu
Sans fonts from D6960, contributed by Harley Acheson. Fixes T74097.

Differential Revision: https://developer.blender.org/D6854
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021