Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1252 / 5574

April 1, 2019, 12:30 (GMT)
Remove evaluated RNA pointer lookup in interface

Since there is a flush of evaluated values back to the original
for an active dependency graph we don't need this lookup anymore.

Not only it slows interface drawing down, but also is becoming
in a way of the upcoming fix.
April 1, 2019, 11:58 (GMT)
Fix T63071: Bevel inconsistent results toggling harden_normals.

Some iterations in bevel were over a hash table, which leads
to possibly different results run-to-run, especially when
loop_slide is enabled. Changed those iters to go over all verts
of BMesh, which leads to consistent order run-to-run.
April 1, 2019, 09:31 (GMT)
Fix T63169: 'Duplicate Current' entry in new workspace menu is not translated.
April 1, 2019, 09:24 (GMT)
GPencil: Redesign soft eraser logic

The old logic was working if the eraser was moved towards the end of the stroke, but got ugly results when the eraser was done towards the start of the stroke.
April 1, 2019, 09:24 (GMT)
GPencil: Remove low limit for soft eraser

The low limit was not needed in the loop.
March 31, 2019, 21:52 (GMT)
Fix T62996

Reviewers
Brecht Van Lommel (brecht)
Cl�ment Foucault (fclem)

Differential revision: https://developer.blender.org/D4618
March 31, 2019, 19:45 (GMT)
Fix: Buffer overflow in StudioLight

sl->light_ambient is a float[3], copy_v4_fl4 overwrites sl->free_function with a bogus
pointer on 32 bit.
March 31, 2019, 16:49 (GMT)
I18n messages extraction: add 'generic' handling of Tools.
March 31, 2019, 16:47 (GMT)
18N for tools definitions: make them resilient to None context.

Dynamic callbacks generating lists of tools should accept None context,
not crash on it.

Similar to what we do with dynamic RNA enums, when NULL/None context is
given, assume we are in 'introspection' mode and return as many things
as possible.

This is currently essentially used by i18n messages extraction tool
(where getting all possible entries is kind of mandatory ;) ).

Also add some initial missing tranlations for complex cases that cannot
be automated, there'll likely be more of that kind...
March 31, 2019, 14:52 (GMT)
Fix/Cleanup bad usage of RNA_def_parameter_clear_flags() on RNA properties.
March 30, 2019, 19:37 (GMT)
Fix T63137: crash pressing enter to confirm menu, after recent changes.
March 30, 2019, 18:17 (GMT)
Cleanup: remove unused modifier methods.
March 30, 2019, 16:06 (GMT)
GPencil: Uses same random seed for render in Noise modifier

As the random seed was calculated in the copy data, the render could be a little different. Now, the data is saved in the original data.
Revision 4b6a4b5 by Author Name / Antonio Vazquez
March 30, 2019, 15:06 (GMT)
GPencil: Fix segment fault when use F3 search menu.

Author of the patch: Robert Guetzkow (@rjg)
March 30, 2019, 09:43 (GMT)
GPencil: Improve soft eraser for low pressure strokes

For very thin strokes with low pressure, the low limit value was too high.
March 30, 2019, 07:22 (GMT)
Fix T63086: Navigation problem with Background/Reference Images

The issue was the manipulated depth for images would be used when doing distance depth checks.
Now we will use the actual depth of the image object when doing such tests.

Reviewed By: Cl�ment Foucault

Differential Revision: https://developer.blender.org/D4616
March 30, 2019, 03:20 (GMT)
Fix T63115 crash upon switching to textured/rendered mode
March 30, 2019, 00:02 (GMT)
UI: Icons update

New icons from Andrzej Ambro? / jendrzych:
-Adds separate icons for 3D Cursor orientation and pivot
Also, many dozens of tweaks and updates - too many to mention here.
Full list is on Devtalk
March 29, 2019, 20:14 (GMT)
Cleanup: style, use braces for the Python API
March 29, 2019, 20:14 (GMT)
Cleanup: style
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021