Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1114 / 5574

July 16, 2019, 15:46 (GMT)
Fix T66862: crash with mirror modifier applied to curve object
July 16, 2019, 15:33 (GMT)
Fix T66999: Blender creates new cache for particles with step 10 instead 1

Update the default init step values to be the same for all caches.
This is actually a small hack as these values are not used on the
creation of the first cache. But the default init value is 1, so this
will not be noticeable anymore.

Reviewed By: Brecht

Differential Revision: https://developer.blender.org/D5271
July 16, 2019, 14:08 (GMT)
Fix T66944: Rigid Body Constraint in duplicated collection is not added to RigidBodyConstraints collection.

We only had a very limited, specific handling of that in collection
duplication code, but this has to be handled at a much more general
level in Object copy code itself, since it makes no sense to duplicate
rigidbody object data without adding new copy to relevant rigidbody
collections...

WARNING: This is a fairly risky rework of rigidbody handling logic
when copying an Object data-block. It is *NOT* considered safe enough
for 2.80 release.

I tried to take into account copy flags to not mess with other IDs
(collections) when we are copying outside of Main, and also not do deg
tags when this is forbidden, but risk of something going wrong here is
too high...
July 16, 2019, 13:06 (GMT)
Fixed crash when adding/removing custom normals from pinned mesh

When a mesh is pinned in the properties panel, Blender crashes when you
click the "Add Custom Split Normals Data".

The code calls `ob = ED_object_context(C)` which returns NULL when the
mesh is pinned in the properties panel, causing a segfault when trying
to get the mesh via `ob->data`.

A new function `ED_mesh_context(C)` avoids this by first checking
whether a mesh was pinned in the context. If not, it checks the pinned
object's data. If that's not there, or it's not a mesh, it returns the
active object's mesh. Finally it returns NULL if there is no active
object, or if the active object is not a mesh object.

Reviewed By: brecht, mont29

Differential Revision: https://developer.blender.org/D5223
Revision dd3e347 by Gaia Clary
July 16, 2019, 11:28 (GMT)
fix T66899: Collada: Shininess/Reflectivity not handled correct

Fixed: The Collada Exporter only supports export of
Lambert Shaders. But Shininess is not supported with
Lambert Shaders. The exporter must not add Shininess
to the Shader data!

Fixed: The Collada Importer adds an illegal value of -1
for reflectivity when this parameters is not defined in
the imported collada data. Now reflectivity is only
set when the import data contains a valid value.

Discarded: The Collada Importer handles shininess in a
dubious way. I have discarded import for now.
This needs to be reworked carefully in 2.81.

Differential Revision: https://developer.blender.org/D5262
July 16, 2019, 11:27 (GMT)
Fix T66742: Frame selected last weightpaint/vertexpaint stroke not
working

Mouse values [for 'paint_last_stroke_update()'] gone missing in
rB4f616c93f7cb.

Thx @campbellbarton for hinting at convention to get mouse from sculpt
caches.

Reviewers: campbellbarton

Maniphest Tasks: T66742

Differential Revision: https://developer.blender.org/D5267
July 16, 2019, 09:44 (GMT)
Fix T66835: Dynamic Paint weight group isn't updated unless weight has been assigned

The dvert layer was not assigned to the mesh data if it had to be
created by the dpaint modifier.

Reviewed By: Brecht

Differential Revision: https://developer.blender.org/D5263
July 16, 2019, 09:40 (GMT)
Fix error in app-template image size check
July 16, 2019, 07:27 (GMT)
Fix assert unlinking text

Interferes with debugging.
July 16, 2019, 07:14 (GMT)
Fix T67040: Undo crashes after renaming

Caused by error keeping the first memfile undo step.
July 16, 2019, 06:58 (GMT)
Cleanup: typos in comments
July 16, 2019, 06:56 (GMT)
Fix typo in background_job template

D5264 by @dimtion
July 16, 2019, 05:53 (GMT)
Fix T67002: Crash redoing an action after ID rename
July 16, 2019, 03:26 (GMT)
Docs: remove debug value, matching source
July 15, 2019, 20:44 (GMT)
Fix T67009, T67013: crash with Intel HD Graphics and some older drivers

Add more versions to the workaround list.
July 15, 2019, 20:33 (GMT)
Fix T64827: "Batch-Generate Previews" crashes.

Second completely unrelated issue reported in same task (tssst...),
caused by missing doversion code of some changes in recent-ish 2.80
development (tsst... again).

Proper fix for the issue (reverted rB8a5a8282ce48 was merely sweeping
the dirt under the carpet...).
July 15, 2019, 20:33 (GMT)
Revert "Fix T64827 (part two): "Batch-Generate Previews" fails with certain files"

This reverts commit 8a5a8282ce48704e60e70cb02d747aede71e70b8.
July 15, 2019, 20:22 (GMT)
Fix T66986: fix dylib plugins on macOS not working in code signed release

Add more entitlements for code signing.
July 15, 2019, 20:22 (GMT)
Fix T67016: crash drawing image editor without image
July 15, 2019, 17:55 (GMT)
Fix T66983 Wireframe Display in edit mode edges missing when overlays are disabled
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021