Blender Git Commit Log

All Blender Git commits.

Page: 738 / 8462

April 12, 2021, 18:52 (GMT)
UI: Use Consistent name for select mirror

This commit cleans up the RNA names of select mirror operators so that
they are all "Select mirror".

This makes the select menu in edit/pose mode consistent regardless of
object type.

Differential Revision: https://developer.blender.org/D7356
April 12, 2021, 18:10 (GMT)
Fix T87324: incorrect parametric coordinates with light spread
April 12, 2021, 18:10 (GMT)
Cleanup: fix address sanitizer warning
April 12, 2021, 18:10 (GMT)
Fix T87283: crash with persistent data and motion blur
April 12, 2021, 18:10 (GMT)
Fix T86880: Cycles bevel shader not working after editing world
April 12, 2021, 18:01 (GMT)
Merge branch 'master' into asset-browser-poselib
April 12, 2021, 16:48 (GMT)
UI/Nodes: Improve feedback when adding node fails (e.g. on drag & drop)

This is especially useful when trying to add a node group instance, e.g. via
drag & drop from the Outliner or Asset Browser.
Previously this would just silently fail, with no information why. This is a
source of confusion, e.g. earlier, it took me a moment to realize I was
dragging a node group into itself, which failed of course.
Blender should always try to help the user with useful error messages.

Adds error messages like: "Nesting a node group inside of itself is not
allowed", "Not a compositor node tree", etc.

Adds a disabled hint return argument to node and node tree polling functions.
On error the hint is reported, or could even be shown in advance (e.g. if
checked via an operator poll option).

Differential Revision: https://developer.blender.org/D10422

Reviewed by: Jacques Lucke
April 12, 2021, 16:47 (GMT)
USD Import: cachefile handle cleanup.

Removed CacheArchiveHandle opaque struct declaration from
DNA_cachefile_types.h. Moved CacheArchiveHandle and
CacheReader declarations to a shared common/IO_types.h header.
Removed unneeded casts. Removed unneeded USDStageHandle struct.
April 12, 2021, 16:27 (GMT)
cleanup
April 12, 2021, 16:22 (GMT)
Merge branch 'master' into virtual-array-attributes
April 12, 2021, 16:21 (GMT)
progress
April 12, 2021, 16:11 (GMT)
Merge remote-tracking branch 'origin/master' into asset-browser-poselib
April 12, 2021, 16:08 (GMT)
Previews: allow undo'ing datablock preview generation

Allow users to undo the effect of the "Generate Preview" operator in the
asset browser (`ED_OT_lib_id_generate_preview`). Without this, the
button is too dangerous.
April 12, 2021, 16:04 (GMT)
progress
April 12, 2021, 16:02 (GMT)
Assets: explicitly free the temp-loaded asset datablock

After temp-loading an asset datablock, explicitly free it before calling
`BLO_library_temp_free()`. Without this step, normal linking would be
performed, causing temp datablocks to actually be linked into the current
blend file.
April 12, 2021, 15:59 (GMT)
progress
April 12, 2021, 15:53 (GMT)
progress
April 12, 2021, 15:35 (GMT)
progress
April 12, 2021, 15:30 (GMT)
Format fixes.
April 12, 2021, 15:30 (GMT)
UI: Fix a few RNA description strings

A few strings describing RNA objects were wrong, including copy/paste errors, spelling and case.

Reviewed By: Blendify

Differential Revision: https://developer.blender.org/D10899
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021