Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1304 / 5574

March 2, 2019, 07:36 (GMT)
Cleanup: code style & comments
March 2, 2019, 07:36 (GMT)
Cleanup: remove unused define

There is no reason to keep the option for separate allocations,
it makes code harder to follow.
Revision e72bbd3 by Luca Rood
March 2, 2019, 02:05 (GMT)
Revert accidental change in submodules from last commit

This reverts part of commit d5c2be7031912cca8f58e90283eb52f63f71b32f.
Revision d5c2be7 by Luca Rood
March 2, 2019, 01:53 (GMT)
CMake: Use static libstdc++ for static builds

This enables static linking of libstdc++ by default when building using
`WITH_STATIC_LIBS`. This makes builds more portable for anyone making
static builds (in particular for older systems).

Reviewed By: brecht, campbellbarton, sergey

Differential Revision: https://developer.blender.org/D4393
March 2, 2019, 00:57 (GMT)
Cleanup: comments, assert align is a power of two
March 2, 2019, 00:50 (GMT)
BLI_memarena: use ASAN memory poison

Detects invalid memory use when WITH_COMPILER_ASAN is enabled.
March 2, 2019, 00:49 (GMT)
Cleanup: use dummy valgrind macros instead of ifdef's
March 2, 2019, 00:49 (GMT)
Cleanup: unused variable
March 1, 2019, 22:04 (GMT)
Revert "Fix T62098: Outliner: Delete hierarchy crash"

This reverts commit d1baed5e3d03864b7968867fb93f9daa3d70428f.

Next time please let original author of the buggy code to take care of
fixing the issue!
March 1, 2019, 22:04 (GMT)
Fix T62098: Outliner: Delete hierarchy crash.

Stupid mistake in own logic would prevent first deleted ID to be
properly unlinked from rest of .blend file before its deletion...
March 1, 2019, 20:23 (GMT)
Fix drawing order messed up by rB005626b8c6b4

When annotations enabled, image borders were drawn around whole area instead around preview image.

Reviewed by: Brecht

Differential revision: https://developer.blender.org/D4430
March 1, 2019, 20:21 (GMT)
Fix T62098: Outliner: Delete hierarchy crash

Revert "Outliner: Enable new faster 'Delete Hierarchy' code by default."
This reverts commit 491a98ca44297555c97e4dcc5ed5bf7b2dc0661d.

It fails in the most basic of tests (see report). No point in leaving
this commit around until it passes the easy to test cases.
March 1, 2019, 20:07 (GMT)
Fixup for fix for OSX build using a build folder name with spaces

Bug introduced on: 1f22e3f311e74031c3c01714117d759d3e3de3f1.
This was making regular Mac builds to fail, where they were not failing before.

Tested by William Reynish.
March 1, 2019, 19:52 (GMT)
GPencil: Change display modes

-Wireframe use Background color for X-Ray off
- Added support to Solid mode.
- Solid mode shows fill or not depending X-Ray.
- Solid can use Single, Material, etc.
- Wireframe and Solid mode don't show FXs.
March 1, 2019, 19:28 (GMT)
Fix T62025: Outliner and viewport missing update after deleting object

Bug introduced on 012483b6e4a1453c3e990127db001617997a9d64.

Since we notify similar things when changing active and selected
objects, I believe we didn't notice this was missing a ND_OB_SELECT
notification before the small refactor to use the messenging system
exposed that bug.
March 1, 2019, 19:20 (GMT)
Fix unreported: Glitches on the wireframe of curves.
March 1, 2019, 18:59 (GMT)
Fix warning for uiButPushedStateFunc

I changed the number of arguments for uiButPushedStateFunc
and forgot to update parts of the code (rB92182495da881).
March 1, 2019, 18:46 (GMT)
Fix T62047 New wireframes missing fresnel effect


Add back some (subtle) fresnel effect on object wireframe.

Dupli/set object still remains flat and need more work.
March 1, 2019, 18:46 (GMT)
Fix T62090 : Eevee shader compilation: undefined variable "att1_is_srgb"

The geom shader check was not needed and this uncovered an error in the
GPU_BARYCENTRIC_TEXCO optimization recently commited.
March 1, 2019, 18:39 (GMT)
Fix T62016: Outliner visibility icons drag behaviour broken

We are mixing bool and fancy 3-in-1 func-set buttons in the outliner.
So they would return different pushed state in
ui_drag_toggle_but_pushed_state().

We now have a callback function that allows the button to set its own
pushed_button_state callback function.

Note: This is a bit of overkill since we are planning to change the
3-in-1 outliner buttons. That said, it may be nice to have, since in the
future we can mix those buttons for other things.

Reviewers: brecht

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