Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1098 / 5574

August 3, 2019, 10:22 (GMT)
Fix T68161: typo in ui_text of RNA scene.objects
August 2, 2019, 19:29 (GMT)
Deps: Fix build error with theora on windows.
August 2, 2019, 19:24 (GMT)
GPencil: Replace Separate menu by operator Enum to display assigned key

As the operator was using a menu, the keymap was not displayed. Now, the operator is used directly and don't need the menu.
August 2, 2019, 17:53 (GMT)
Fix freestyle tests failing when using WITH_PYTHON_SAFETY
August 2, 2019, 17:03 (GMT)
Build: disable RTTI for the entire Cycles module, not only the kernel

The partial disabling was causing issues with Clang and ASAN, and it seems we
don't need to restrict it to the kernel anymore now that we are no longer using
boost directly.
August 2, 2019, 16:52 (GMT)
Fix T68129: Bridge edge loops fails on small edge loops
August 2, 2019, 16:24 (GMT)
Fix T68135: Do not return NULL/None when converting an object to a mesh.

Does not make sense in the use-cases of that function, especially since
we don't know whether it is actually due to an error, or some glitch
(like an empty curve).

Think we always want to get a mesh when using either operator
conversion, or the `bpy.data.meshes.new_from_object` function.

Note that an assert was also added to ensure we do try to convert from a
valid 'geometry' object type.
August 2, 2019, 15:25 (GMT)
Fix address sanitizer overflow warnings for bit manipulation functions

Perform with unsigned int instead of signed int.

Differential Revision: https://developer.blender.org/D5402
August 2, 2019, 15:25 (GMT)
Tests: also don't fail on memory leaks for gtests
August 2, 2019, 15:14 (GMT)
DRW: Select Engine: Create DRWPass only when context requests it
August 2, 2019, 14:49 (GMT)
Upgrade Python from 3.7.0 to 3.7.4
August 2, 2019, 14:49 (GMT)
make deps: avoid running pdflatex as part of building Theora

On machines with pdflatex installed, this is run to build Theora.pdf.
Unfortunately this process breaks, at least on my Ubuntu 18.04 LTS
system. By setting `HAVE_PDFLATEX=no` (or any other value that is not
"yes") this can be avoided. I don't think that it's important to have
this PDF file built anyway, as it's not a dependency of Blender itself.
August 2, 2019, 14:42 (GMT)
Fix T68073: Wacom Intuos 5S no pen pressure on Wayland

The issue is that wayland seems to impose a generic device naming scheme
when using Xwayland For example any table stylus will show up with the
following naming convention: xwayland-stylus:33

For this to work in blender, I had to modify how the identifier string
is extracted. I also renamed the two char pointers in the search
algorithm to be more logical.

Reviewed By: Brecht

Differential Revision: https://developer.blender.org/D5401
August 2, 2019, 14:25 (GMT)
Fix T68021: GPencil After using eraser when draw primitives, next primitive has missing handles

The problem was related to wrong Brush. After using the Eraser or Fill, the default brush was not the drawing one, so the handles were missing.

Now, the operator force the drawing brush.

Reviewer: @campbellbarton
Differential Revision: https://developer.blender.org/D5403
August 2, 2019, 14:25 (GMT)
Cleanup/Win: Fix build folder name if no target is set

When you call make.bat without a target the build folder name would
have a double underscore in it which looked odd.
August 2, 2019, 14:20 (GMT)
Fix T66731: Translated texts remain original english (Tools' tips part).

This should fix all remaining issues reported in T66731 I think.
August 2, 2019, 14:20 (GMT)
Fix (unreported) missing/broken translations in Text space.

As a reminder, no new fancy python string formatting is just
not working (tm) with i18n translations system...
August 2, 2019, 14:20 (GMT)
Fix most (if not all) untranslated Panel-labels reported in T66731.
August 2, 2019, 14:19 (GMT)
Cleanup/Win: Remove unused game engine variables in build helper scripts
August 2, 2019, 14:12 (GMT)
Fix T67670: Sculpt doesn't mark the file as modified

Was also an issue for texture & paint curve.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021