Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1405 / 5574

December 15, 2018, 22:23 (GMT)
Fix string formatting, fall through attr
December 15, 2018, 16:21 (GMT)
GP: New Curve primitive and other primitive improvements

This commit adds support for new curve tool and adds more functionalities to the existing primitives, including new handles, editing, stroke thickness curve, noise, preview of the real stroke, etc.

Thanks to @charlie for his great contribution to this improvement.
December 15, 2018, 08:54 (GMT)
Fix T59396 Grease pencil brush crash

The problem was the brush was not initializated because some code was missing (marked as ToDo)
December 15, 2018, 08:36 (GMT)
GP: Add NULL checking for object
December 14, 2018, 23:33 (GMT)
Fix T56185, T59351: bypass GL_PROXY_TEXTURE.. test on AMD GPU + windows

This replaces the test of consistency and capacity made with `GL_PROXY_TEXTURE_..` on AMD GPUs with one that checks only if the texture fits the limits of size and layer.

Differential Revision: https://developer.blender.org/D4081
December 14, 2018, 22:35 (GMT)
Fix T59388: Blender crash upon F3 command search in VSE

We may not have an active object depending on where the operator is called from
or well if we simply don't have an active object :)
December 14, 2018, 22:33 (GMT)
UV pin: Use ID_RECALC_COPY_ON_WRITE instead of the almighty 0

I suppose the cow tag is more correct for those generic/non-specific
tags. Thank you Sergey.
December 14, 2018, 21:53 (GMT)
Fix T59381: UV editor - Pinned vertex missing update

Pinning doesn't really change the geometry, so we don't really have a
tag for this. Using '0' for now (same we use for Mark Seam).

I will check with Sergey Sharybin which flag to use instead.
We could use ID_RECALC_GEOMETRY to match the notifier, but even the
simpler ID_RECALC_SELECT would do it.
December 14, 2018, 21:24 (GMT)
Fix UV editor missing/typo circle_select
December 14, 2018, 19:19 (GMT)
NLA: insert keyframes correctly for strips with non-Replace mode.

NLA strips support using the keyframe values in a variety of ways:
adding, subtracting, multiplying, linearly mixing with the result
of strips located below in the stack. This is intended for layering
tweaks on top of a base animation.

However, when inserting keyframes into such strips, it simply inserts
the final value of the property, irrespective of these settings. This
in fact makes the feature nearly useless.

To fix this it is necessary to evaluate the NLA stack below the
edited strip and correctly compute the raw key that would produce
the intended final value, according to the mode and influence.

Differential Revision: https://developer.blender.org/D3927
December 14, 2018, 19:09 (GMT)
Fix T59322: View Layer - Search not working

Basically uiRNACollectionSearch->but_changed was always NULL for the
search templates. So skip_filter would always be true, and we would
never filter.

An alternative fix would be to add the following to the begin of
`template_search_add_button_searchmenu`:
```
static bool always_true = true;
template_search->search_data.but_changed = &always_true;
```
December 14, 2018, 18:13 (GMT)
GP: Added keymaps for Sculpt select

Still T58986 not fixed.
December 14, 2018, 18:07 (GMT)
GP: Fix missing changes after rename CTX

Thanks to Charlie Jolly for find the bug.
December 14, 2018, 18:01 (GMT)
fix shader editor errors when showing world shader tree

probably an oversight in rBd40bffa17f6d

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4079
December 14, 2018, 16:40 (GMT)
Merge branch 'master' into blender2.8
December 14, 2018, 16:39 (GMT)
Dependencies builder: Don't rely on system-wide PugiXML
December 14, 2018, 16:33 (GMT)
Fix broken particle distribution after recent fix
December 14, 2018, 16:29 (GMT)
Fix wrong color in center of HSV circle picker, after recent changes.
December 14, 2018, 15:59 (GMT)
Fix T59358: Wrong status bar keymap for release confirms and right click select.

Differential Revision: https://developer.blender.org/D4077
December 14, 2018, 15:53 (GMT)
Fix T59182: Blender 2.8 win64 crashes on start
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021