Blender Git Commit Log

All Blender Git commits.

Page: 1112 / 8462

Revision da6c968 by Hans Goudey (master)
November 17, 2020, 17:58 (GMT)
Cleanup: Clang tidy else after return
Revision 7d23dd4 by Hans Goudey (master)
November 17, 2020, 17:57 (GMT)
Cleanup: Clang tidy inconsistent parameter name
November 17, 2020, 16:39 (GMT)
Merge branch 'blender-v2.91-release'
November 17, 2020, 16:39 (GMT)
Cleanup: Fix incorrect RNA property label/tooltip re active NLA track.

The joys of copy/paste again.
November 17, 2020, 16:20 (GMT)
use data type and domain enum in random attribute node
November 17, 2020, 15:58 (GMT)
initial attribute creation
November 17, 2020, 15:39 (GMT)
initial WriteAttribute
Revision ea7aae8 by Hans Goudey (master)
November 17, 2020, 15:28 (GMT)
Cleanup: Remove unecessary NULL check

Panels for active uiBlocks always have a type, because the process that
makes them uses the types. Add an assert just to make it clear that the
assumption is purposeful.
Revision d952d17 by Hans Goudey (master)
November 17, 2020, 15:17 (GMT)
Merge branch 'blender-v2.91-release'
November 17, 2020, 15:10 (GMT)
Fix T82770: Artifacts when painting on generated transparent image

Regression introduced by {b17cca6966}. When centralizing the gpu texture
premultiplication setting it was assumed that generated images
(`IMA_TYPE_UV_TEST`) were stored as premultiplied. That assumption was
totally wrong as the alpha association is determined by the existing of
the float/byte buffer.

NOTE: This change will render generated images with pure emissive
colors (show colors when alpha=0.0) what might add more reports. Any
reports could be merged in the next report {T82790}.

Reviewed By: Cl�ment Foucault, Philipp Oeser

Differential Revision: https://developer.blender.org/D9585
Revision cc0b8cb by Hans Goudey (master)
November 17, 2020, 15:08 (GMT)
Fix T82341: Warning in terminal during property search

After recent changes to the context panel layout (rB187cc5e26d28b1a8),
there has been an error printed when running propery search:

> Error: separator_spacer() not supported in popups.

The layout code thinks it's drawing in a menu because region->visible
isn't properly set for the other tab searches. This patch sets that field
for the temporary searching region, but it also disables searching in the
context breadcrumbs panel, because at best this will just give results
for the names of the active object, etc. This isn't helpful since
those labels are mostly in every tab anyway.

Differential Revision: https://developer.blender.org/D9425
November 17, 2020, 14:58 (GMT)
Fix T81227: Modifier menu and text switch places

Logic was incorrect, mistake in f3b8792b963b.

Updated comment to make intent more clear.

Same as fd78f8699e03, but needed conflict resolution as the panel-type
flags where renamed in master.
November 17, 2020, 14:56 (GMT)
Fix T77561 EEVEE: Refraction BSDF is using world probe during glossy bake

This fixes light leaking during baking indoor environment when using
refraction bsdfs.
November 17, 2020, 14:31 (GMT)
Fix T81227: Modifier menu and text switch places

Logic was incorrect, mistake in f3b8792b963b.

Updated comment to make intent more clear.
November 17, 2020, 14:25 (GMT)
initial random attribute node
November 17, 2020, 14:22 (GMT)
Geometry Nodes: Update boilerplate code for attributes
November 17, 2020, 14:08 (GMT)
cleanup
November 17, 2020, 14:03 (GMT)
Merge branch 'geometry-nodes' into geometry-nodes-attribute-nodes
November 17, 2020, 13:36 (GMT)
Fix: Scale operation and statusbar, Enable multi snappoints and snap inversion
November 17, 2020, 13:36 (GMT)
Remove multiple modes (always return the object to the initial position)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021