Blender Git Commits

Blender Git "master" branch commits.

Page: 1120 / 5574

July 9, 2019, 10:12 (GMT)
Fix T57652: Multires undo broken with shared object data
July 9, 2019, 10:01 (GMT)
GPU: ATI Proxy check

The AMD PRO driver on linux PROXY check also fails. Now the
configuration ATI/Unix/Official driver will also bypass the
Proxy test.

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D5205
July 9, 2019, 09:52 (GMT)
Fix T64483: crash when hovering over outliner after closing render window

The `tselem->id` pointer can also be used for non-ID data (according to
this comment in DNA_outliner_types.h:

```
/* XXX We actually also store non-ID data in this pointer for identifying
* the TreeStoreElem for a TreeElement when rebuilding the tree. Ugly! */
```

As such, I don't mind adding a `NULL`-check in the
`is_object_data_in_editmode()` function. After all, when there is no
object, its data certainly is not in edit mode.
July 9, 2019, 09:24 (GMT)
Fix T66274: Object Texture Coordinate mode not updating in Lookdev / Eevee
July 9, 2019, 07:59 (GMT)
Implement Movieclip filter for action editors

Allows to disable keyframes from movie clips in dopesheet.

Reviewers: brecht

Reviewed By: brecht

Subscribers: sebastian_k

Differential Revision: https://developer.blender.org/D5203
July 9, 2019, 05:14 (GMT)
Fix T66516: WPaint crash selecting bone with wire & face-mask
July 9, 2019, 02:25 (GMT)
Fix T66359: UV editor ignores face-dot size

D5178 by @deadpin
Revision 52cf94e by Aaron Carlisle
July 9, 2019, 00:53 (GMT)
API Docs: Change handling of Blender Version
July 9, 2019, 00:53 (GMT)
API Docs: Hide Home Icon in Seach Area
July 8, 2019, 23:33 (GMT)
GPU: added debug value to investigate lagging issue in T6147
July 8, 2019, 22:16 (GMT)
Fix T55192: Speed fx applied to scene messed up animation

Don't update animdata after rendering scene
Rendering host scene from sequencer is not supported, removed code is unnecessary.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5199
July 8, 2019, 21:52 (GMT)
Fix T66573 Heap Corruption when baking to irradiance volume probe

This is an AMD Proprietary driver bug. Will be reported upstream.
July 8, 2019, 20:48 (GMT)
Fix (unreported) UI: useless setting shown for Text data-blocks.

Since we do not have start/end settings for bevel object for Text,
mapping taper to those ends makes no sense here, we can hide that
setting.
July 8, 2019, 16:48 (GMT)
Fix T61401: Failure to register a `GizmoGroup` after unregistering it

It does not seem right to rely on the python code to fix problems in the C code.
But this already works like this with the other Python Classes.
July 8, 2019, 16:44 (GMT)
Revert "Fix T61401: Failure to register a `GizmoGroup` after unregistering it"

Problems with ClangFormat

This reverts commit c1bcde0c0feaf8bcfbd3664a52c50611806538ac.
July 8, 2019, 16:41 (GMT)
Revert "Revert "Fix T63447 Particle system: No particles after switching from hair to ...""

This reverts commit 45761e4c7cbbed2141afc97fb20b2bf26ce19ac2.
July 8, 2019, 16:40 (GMT)
Revert "Fix T63447 Particle system: No particles after switching from hair to ..."

Problems with clang style

This reverts commit 8d6a5fb5d3c45cdfb0d06dd7f1f18aa8c870f8c1.
July 8, 2019, 16:37 (GMT)
Fix T61401: Failure to register a `GizmoGroup` after unregistering it
July 8, 2019, 16:09 (GMT)
Fix T63447 Particle system: No particles after switching from hair to ...

... emitter type
July 8, 2019, 16:09 (GMT)
Fix T63659 "Viewport render image" don't process corectly "Display As" option
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021