Blender Git Commits

Blender Git "master" branch commits.

Page: 483 / 5574

November 18, 2020, 02:36 (GMT)
Cleanup: remove break after return statements
November 18, 2020, 02:36 (GMT)
Cleanup: clarify precedence of operations
November 18, 2020, 02:19 (GMT)
Cleanup: 'false' use as NULL pointer
November 18, 2020, 02:13 (GMT)
Fix use of operator flag as boolean

Error in cb9de95d61b32f90788875f20e046095bb6310ad
November 18, 2020, 01:59 (GMT)
Cleanup: use descriptive argument name for uv parametrizer
November 18, 2020, 01:50 (GMT)
Cleanup: simplify array usage for Python box packing API
November 18, 2020, 01:44 (GMT)
Cleanup: declare original function storage variables static

Also minor comment formatting changes.
November 17, 2020, 22:10 (GMT)
Merge branch 'blender-v2.91-release'
November 17, 2020, 22:01 (GMT)
Fix T82542: Boundary brush crash with dyntopo

This brush needs to be disabled for dyntopo as it stores its custom data
and deforms from original coordiantes.

Reviewed By: sergey

Maniphest Tasks: T82542

Differential Revision: https://developer.blender.org/D9516
November 17, 2020, 20:33 (GMT)
LibOverride: PointCache: Add UI feedback about need to enable Disk Cache.

Note that I chose to modify the label of the main `Bake` button instead
of adding an extra label line, as that would disturb the UI in a
annoying way.
Revision df2bf16 by Hans Goudey
November 17, 2020, 18:00 (GMT)
Cleanup: Use LISTBASE_FOREACH macro
Revision da6c968 by Hans Goudey
November 17, 2020, 17:58 (GMT)
Cleanup: Clang tidy else after return
Revision 7d23dd4 by Hans Goudey
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.
Revision ea7aae8 by Hans Goudey
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
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
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
Revision 0724fab by Julian Eisel
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021