Blender Git Commit Log

All Blender Git commits.

Page: 3496 / 8462

January 25, 2018, 13:31 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
January 25, 2018, 13:25 (GMT)
Cycles: rename displacement methods, default to displace, tweak panel layout.

Differential Revision: https://developer.blender.org/D3019
January 25, 2018, 13:25 (GMT)
Fix T53874: OpenGL render problem with OpenEXR in 2.8 with float buffers.
January 25, 2018, 13:14 (GMT)
No need to tag depsgraph id when dropping objects from the outliner

As done by c42fc19a8a1c71 - this was needed originally because notifiers were
not working so I had to force tagging.

And for the records, I should have used DEG_TAG_BASE_FLAGS_UPDATE instead of 0.
January 25, 2018, 12:59 (GMT)
Fix Eevee error message

That said, this should be informed to the user, not printed in the console.
January 25, 2018, 12:10 (GMT)
Fix missing broken notifiers

We can't have more than one NOTE_SUBTYPE in the same notifier.
Instead of calling both subtypes the code end up not calling either.
January 25, 2018, 12:00 (GMT)
Fix crash when drag&drop invisible object from outliner to viewport

This is not the issue actually mentioned there. However it is the most serious
one.

Now if the object being dragged was not in a collection linked in the viewlayer
or invisible, we add it to the active collection (or create one if necessary).

This is related to T50967, which is now fully fixed.
January 25, 2018, 11:55 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
January 25, 2018, 11:52 (GMT)
Fix T50967: When you move an icon from the outliner area object doesn't show up

We can't have more than one NOTE_SUBTYPE in the same notifier.

This is a partial revert of: cd4d5dcb468a. In particular to the part concerning
"Also fixed a missing notifier of the object instancing operator".

Not only this was mixed with the original reason for the commit for no reason,
but it actually introduced a bug. Bad, bad developers ;)

Note: Although this commit is not needed for master, blender2.8 requires it for
the forementioned bug report.
January 25, 2018, 11:25 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 25, 2018, 11:20 (GMT)
Merge branch 'master' into blender2.8
January 25, 2018, 10:52 (GMT)
WM: comments on wmTooltipState struct
January 25, 2018, 10:52 (GMT)
WM: NULL check for recent tooltip change

Caused crash dragging boolean buttons.
January 25, 2018, 09:15 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/blenkernel/intern/library_remap.c
January 25, 2018, 09:11 (GMT)
Fix T53363: Blender won't update mesh's usercount when deleting object datablocks in Editmode.

Only do special handling of ob->data pointer in case we are remapping to
a valid (non-NULL) other obdata. Otherwise, handle it as any other
'remapping to NULL' case.

Hopefully not breaking anything else...
January 25, 2018, 05:32 (GMT)
Merge branch 'master' into blender2.8
January 25, 2018, 05:22 (GMT)
UI: change tool-tips to be stored in the screen

Move timer and tip out of button code,
now the only requests a tooltip,
passing a creation callback to run.

Needed for manipulators in 2.8,
also helps de-duplicate logic - since we never want
multiple tool-tips showing at once.
January 24, 2018, 23:23 (GMT)
Merge branch 'master' into blender2.8
January 24, 2018, 23:16 (GMT)
Cleanup: correct ATTR_NONNULL use
January 24, 2018, 15:43 (GMT)
Merge branch 'blender2.8' into greasepencil-object
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021