Blender Git Commit Log

All Blender Git commits.

Page: 1782 / 8462

March 12, 2020, 17:08 (GMT)
Fix T74670: crash during copy paste of objects.

Embedded data should always be considered as outside of Main database
here.

Note that it's a bit of an edge case to decide whether those should
always have their `LIB_TAG_NOMAIN` set too, or not? For now, let's keep
things as they are here.
March 12, 2020, 17:08 (GMT)
Expose 'is embedded data' ID flag to RNA.

Relevant currently for root node trees and master collections.
March 12, 2020, 16:44 (GMT)
Remove unnecessary code, forgot to remove earlier
March 12, 2020, 16:33 (GMT)
Fix T66505: Dope Sheet shows empty Grease Pencil/Annotation layers

The behaviour of GP layers is the same as annotation layers: they show
in the dope sheet regardless of whether they have frames or not. This is
easily resolved by adding some extra filtering.
March 12, 2020, 16:33 (GMT)
Cleanup: simplified Grease Pencil animdata filter

Part of the function was following an "if-ok: do-this" pattern, and then
mid-function switched to a "if-bad: skip" pattern. The function now just
uses the latter.

No functional changes.
March 12, 2020, 16:28 (GMT)
Cleanup: add device_texture for images, distinct from other global memory

There was too much image texture specific stuff in device_memory, and too
much code duplication between devices.
March 12, 2020, 16:19 (GMT)
Fix build error with recent OpenImageIO versions
March 12, 2020, 16:03 (GMT)
EEVEE: Update Preview file with new lightcache
March 12, 2020, 15:34 (GMT)
GPencil: Fix unreliable comparison
March 12, 2020, 15:09 (GMT)
Merge branch 'master' into uuid-undo-experiments-swap-reread-datablocks
March 12, 2020, 15:09 (GMT)
Merge branch 'master' into uuid-undo-experiments
March 12, 2020, 15:06 (GMT)
undo-experiments: Fix crashes in depsgraph updates.

AFAIK there are no more crashes related to that issue now (although this
is hard to fully test, so...).
March 12, 2020, 14:58 (GMT)
Merge branch 'temp-openxr-ghostxr' into temp-openxr-blenderside
March 12, 2020, 14:55 (GMT)
Merge branch 'master' into temp-openxr-ghostxr
March 12, 2020, 14:53 (GMT)
Fix T73228: UI shows settings of wrong marker when movie clip is offset
March 12, 2020, 14:29 (GMT)
Fix T71961: Soft body behavior is incorrect when CTRL + F12 animation is rendered.

The softbody modifier was missing the transform depsgraph relation and
thus the object matrix would not get updated during animation render.
March 12, 2020, 14:29 (GMT)
Fix T73212: Gizmo's are still interactive when behind nodes
March 12, 2020, 14:29 (GMT)
Cleanup: move gizmo handling into a function
March 12, 2020, 14:18 (GMT)
new simulation time input node ui
March 12, 2020, 14:10 (GMT)
new Emit Particles node ui
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021