Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1109 / 5574

July 26, 2019, 11:55 (GMT)
Fix T67639: Default cube UVs are incorrectly arranged
July 26, 2019, 11:41 (GMT)
Fix T67595: bevel concave cube corner.

The special case test for cube-like corner did not work if normals
are flipped.
July 26, 2019, 11:29 (GMT)
Fix T67671: Blender crashes when resizing sidebar with a colorbamp

The amount of triangles drawn by the button depends on its `sizex`.
See:
```
immBegin(GPU_PRIM_TRI_STRIP, (sizex + 1) * 2);
```
Therefore the `sizex` cannot be 0.

Solution a bit similar to rB56b0cd1d.

Ref T67671

Reviewers: fclem, brecht

Maniphest Tasks: T67671

Differential Revision: https://developer.blender.org/D5347
July 26, 2019, 10:05 (GMT)
Fix missing ID pointer updates for texture paint undo

Partial fix for T61263, however mem-file undo sometimes reloads imbuf's.
July 26, 2019, 10:04 (GMT)
Undo System: correct fix for T67709
July 26, 2019, 09:51 (GMT)
Cleanup: Remove unused depsgraph pointer
July 26, 2019, 08:23 (GMT)
Fix T66378: Missing animation update when switching view layer

Current frame is stored in a scene, and scene might have multiple view
layers. The inactive view layers were not informed about scene's frame
being changed, so when user switched back to view after changing scene
frame it was in an inconsistent state between current scene frame and
animation.

Now we tag scene for time changes, so dependency graph can catch up
and do proper update.

Currently tagging is from quite generic place. Probably better approach
would be to tag from where frame is actually being assigned. Downside
of this is that it's easy to miss some places.

Reviewers: brecht, mont29

Reviewed By: brecht

Maniphest Tasks: T66378

Differential Revision: https://developer.blender.org/D5332
July 26, 2019, 08:15 (GMT)
Fix T67507: Set origin on armature moves incorrectly parented objects

Need to copy changes from original armature to evaluated one prior to
BKE_pose_where_is(), otherwise the pose matrix in pose channels will
not be correct.

Can not use dependency graph update here, since we must not re-evaluate
possible dependencies of the changed armature.

Reviewers: brecht

Reviewed By: brecht

Maniphest Tasks: T67507

Differential Revision: https://developer.blender.org/D5331
July 26, 2019, 04:33 (GMT)
Fix T67256: Add object redo duplicates, after exiting sculpt mode
July 26, 2019, 03:14 (GMT)
Fix T67709: Texture paint undo gets out of sync
July 25, 2019, 14:34 (GMT)
Fix T67599: Issue with Simple subdivision of loose edges

They were always acting as a B-Spline subdivision.
July 25, 2019, 08:02 (GMT)
Fix T67593: Crash when making link for instance collection
July 25, 2019, 07:47 (GMT)
Fix T67588: Crash after clearing animation in outliner
July 25, 2019, 07:39 (GMT)
Fix app-template keymap preferences being ignored
July 25, 2019, 06:36 (GMT)
Fix app-template keymap being ignored
July 25, 2019, 03:47 (GMT)
UI: clarify tip for viewport mouse position property

This is an hidden property only visible in the keymap editor.

Addresses T67589
July 25, 2019, 03:35 (GMT)
Fix T67603: Selecting toolbar from search raises error
July 25, 2019, 03:23 (GMT)
Fix crash validating mesh polygons with invalid loop-start

Add check for negative loop-start,
fixes crash validating test file from T67605.
July 25, 2019, 03:08 (GMT)
Doxygen: update version number
July 25, 2019, 00:53 (GMT)
Fix T67472: Gizmo overlap causes cursor to get stuck
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021