Blender Git Commit Log

All Blender Git commits.

Page: 379 / 8462

August 2, 2021, 13:59 (GMT)
initial geometry expander node
August 2, 2021, 13:58 (GMT)
Fix T90332: Auto-smooth crashes in edit-mode

Regression in 39b2a7bb7e815e051348bf5c5ec777d091324164
that meant non-manifold edges were not being tagged
when they should have been.
August 2, 2021, 13:51 (GMT)
GPencil: Cleanup unselect code

August 2, 2021, 13:50 (GMT)
support socket inspection
August 2, 2021, 13:45 (GMT)
Switch to C for the new file
August 2, 2021, 13:41 (GMT)
Merge branch 'master' into refactor-idprop-ui-data
August 2, 2021, 13:39 (GMT)
support implicit conversion for arrays
August 2, 2021, 13:34 (GMT)
GPencil: Tag animation or Strokes

Depending of number of frames the asset is tagged as static or animation.

Also fixed empty frames issue when create asset.
August 2, 2021, 13:13 (GMT)
WindowManager: Support Dynamic tooltips when dragging.

Originally the operator name was drawn next to the dragging content.
After that there was an option to add custom, static text with the
dragging content. This patch allows dynamic text to be drawn.

The custom text was implemented as out parameter of the poll function
what made the code unclear. This patch introduces a tooltip function
that separates tooltip generation from the poll function.

NOTE: the text should always be returned in its own memory block. This
block will be freed after it is copied in the drag struct.

Reviewed By: Severin

Differential Revision: https://developer.blender.org/D12104
August 2, 2021, 13:04 (GMT)
support function nodes on arrays
August 2, 2021, 12:46 (GMT)
Remove pipeline_config.json

File is replaced by pipeline_config.yaml.
August 2, 2021, 12:44 (GMT)
Remove pipeline_config.json.

File is replaced by pipeline_config.yaml.
August 2, 2021, 12:21 (GMT)
handle array in GeoNodeExecParams
August 2, 2021, 11:43 (GMT)
load arrays from sockets
August 2, 2021, 11:41 (GMT)
Merge branch 'master' into compositor-full-frame
August 2, 2021, 11:29 (GMT)
initial array cpp type
August 2, 2021, 11:07 (GMT)
cleanup after merge
August 2, 2021, 10:59 (GMT)
Asset Catalogs: test space in asset catalog path

Test for the support of spaces in asset catalog paths.
August 2, 2021, 10:58 (GMT)
Cleanup: use same parameter name in declaration & definition

No functional changes
August 2, 2021, 10:56 (GMT)
Merge branch 'master' into temp-geometry-nodes-fields-prototype
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021