Blender Git Commit Log

All Blender Git commits.

Page: 686 / 8462

April 29, 2021, 13:45 (GMT)
Cleanup: Add float format

April 29, 2021, 13:44 (GMT)
Fix T87808: Connected proportional editing includes hidden geometry

Regression in 21b9231d7f5a248027c32dcc7daab3318390c20f
April 29, 2021, 13:42 (GMT)
Function: add method to create shallow copy of virtual array

Creating a shallow copy is sometimes useful to get a unique ptr
for a virtual array when one only has a reference. It shouldn't
be used usually, but sometimes its the fastest way to do correct
ownership handling.
April 29, 2021, 13:28 (GMT)
Fix invalid parameter type in bmlog.
April 29, 2021, 13:26 (GMT)
Lineart: Cache toggle for baking operators.
April 29, 2021, 13:18 (GMT)
LineArt: Cache/Non-cache toggle for modifier stack.
April 29, 2021, 13:04 (GMT)
LineArt: UI grey out for cache mode.
April 29, 2021, 11:57 (GMT)
Merge branch 'master' into asset-browser-poselib
April 29, 2021, 11:37 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
April 29, 2021, 11:37 (GMT)
Correction to own previous commit: Add missing break

Small mistake in 88400f0c03a9.
Not having this break would be harmless, but we can avoid some unnecessary work
with it.
April 29, 2021, 11:30 (GMT)
Fix incorrect sorting in Asset View after renaming local asset

Basically the same as 88400f0c03a9, but now for the asset view.
April 29, 2021, 11:21 (GMT)
Merge branch 'master' into asset-browser-poselib
April 29, 2021, 11:15 (GMT)
Fix incorrect sorting in Asset Browser after renaming local asset

When renaming a data-block that is an asset, while the asset is visible in the
Asset Browser ("Current File" asset library), the list wouldn't re-sort items,
breaking the alphabetical sorting.
This was easily possible while changing the data-block name throught the Asset
Browser's sidebar, while in the "Current File" asset library.
April 29, 2021, 10:59 (GMT)
Functions: make copying virtual arrays to span more efficient

Sometimes functions expect a span instead of a virtual array.
If the virtual array is a span internally already, great. But if it is
not (e.g. the position attribute on a mesh), the elements have
to be copied over to a span.

This patch makes the copying process more efficient by giving
the compiler more opportunity for optimization.
April 29, 2021, 10:47 (GMT)
Fix graphviz not working for FullFrame
April 29, 2021, 09:42 (GMT)
Fix build error: use of unintialized variable

Differential Revision: https://developer.blender.org/D11115
April 29, 2021, 09:26 (GMT)
Cleanups
April 29, 2021, 09:21 (GMT)
slightly improve drawing speed
April 29, 2021, 09:19 (GMT)
Fix build error: use of unintialized variable

Differential Revision: https://developer.blender.org/D11115
April 29, 2021, 09:13 (GMT)
show duration percentages in tooltip
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021