Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1360 / 5574

January 22, 2019, 16:00 (GMT)
Fix light probe panels not being visible for Cycles.
January 22, 2019, 15:48 (GMT)
Fix T60748: Move GP stroke extremes with noise modifier
January 22, 2019, 14:35 (GMT)
Fix T58640: Round corner in edge crease of subdivided surfaces
Fix T60502: Creasing behavior on 2.8 seams wrong

Was a mistake in a boundary vertices sharpness calculation.
January 22, 2019, 14:31 (GMT)
Fix T60126: Gradient affects hidden vertices when weight painting

Also includes some minor refactoring: use guard clauses instead of nested conditionals.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4238
January 22, 2019, 14:24 (GMT)
Fix T60742, T55974: crash using mesh/curve surface force fields.

Missing dependency graph relations caused race conditions.
January 22, 2019, 14:24 (GMT)
Fix potential invalid memory access in surface force field BVH tree.

Free the BVH tree immediately along with the mesh, otherwise we might access
invalid mesh data.

Differential Revision: https://developer.blender.org/D4201
January 22, 2019, 13:50 (GMT)
Fix T60686: Renaming an animated bone breaks its animation

After rename is done we need to make sure all copies of
corresponding datablocks are updated in all dependency
graphs: otherwise bone will have a new name, but animation
will still be using an old one.
January 22, 2019, 12:51 (GMT)
Cleanup: space after template bracket
January 22, 2019, 11:50 (GMT)
Git: add TAGS & tags to .gitignore

Index files used by emacs, vim and others, for autocompletion and
searching; generated by etags, universal-ctags and others.

Differential Revision: https://developer.blender.org/D4208
January 22, 2019, 11:27 (GMT)
Fix T60737: Crash workbench rendering

Addition of clipping from 7467049055a7
didn't account for non viewport display.
January 22, 2019, 11:22 (GMT)
3D View: Support vert & weight paint mask clipping
January 22, 2019, 11:05 (GMT)
Cleanup: Silence pedantic compiler warning

Was happening in release builds.
January 22, 2019, 11:02 (GMT)
Cleanup: Remove unused variable
January 22, 2019, 10:57 (GMT)
Fix T60575: Multiresolution Crashes when appliing more subdivisions

The issue was caused by intermediate DerivedMesh being created with
scene's Simplify settings taken into account. This is what happens
when one area makes implicit decisions based on whether passed Scene
pointer is not NULL.

Made it so ignoring simplification serttings is an explicit flag,
which makes it easier to follow what's going on.
January 22, 2019, 10:57 (GMT)
Fix T59395: Subdivision modifier with quality 1 crashes blender

This is actually a workaround for the crash in OpenSubdiv.
Topology refiner will have a crash when special conditions
are met:

- Refiner is configured to use infinitely sharp patches.
- Refinement happens for the level 1 (which we call Quality 1 on
Blender side).
- Mesh has non-quad faces.

The workaround is to force refinement to happen to level 2 (or
quality 2 on Blender side) when those conditions are met.

Later on with the next OpenSubdiv update we can remove this
workaround, since there was work done on OpenSubdiv side to
deal better with such configurations.

The modifier will now be somewhat slower, but this will be
compensated with upcoming topology cache enabled by default.

The workaround is done when initializing settings, so the
comparison of topology refiner settings is happening without
any extra workarounds there.
January 22, 2019, 10:57 (GMT)
Merge branch 'blender2.7'
January 22, 2019, 10:56 (GMT)
Fix full compilation after recent passes changes

Was caused by c9eef249.
January 22, 2019, 06:23 (GMT)
3D View: Support edit-mesh clipping (only verts)

We'll need to replace built-in shaders to add support for clipping.
January 22, 2019, 05:52 (GMT)
Fix T60112: Smooth crashes w/ multiple views
January 22, 2019, 03:28 (GMT)
Fix T60643: BMesh operator enum args fail when unset from Python

Error introduced with bmesh operator enum support: 1e6a5eb087911
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021