Blender Git Commit Log

All Blender Git commits.

Page: 2707 / 8462

February 11, 2019, 23:10 (GMT)
Cleanup: use printf define in makesdna
February 11, 2019, 22:38 (GMT)
DNA: support versioning structs & struct members

This is only to be used rarely because it's not forwards compatible.

Replace version patching of old 2.80 DNA with a more generic API.
February 11, 2019, 22:14 (GMT)
WM: default to opening maximized

Blender is typically used maximized or fullscreen,
load maximized instead of attempting to fill the screen bounds.

To load un-maximized use '--window-border' argument.

See D4332
February 11, 2019, 19:24 (GMT)
Fix T61391: MeshDeform Modifier does not work on a solidified planar mesh.

`BKE_modifier_get_evaluated_mesh_from_evaluated_object()` used by
modifiers needing access to other objects' geometry probably skipped out
of the radar when cage and final evaluated meshes were added to
BMEditMesh? In any case, we do not need to duplicate (and then free!) a
temp mesh from editdata anymore, and we can even add instead a parameter
to get cage instead of final. Also makes modifiers code a bit simpler.
February 11, 2019, 17:39 (GMT)
Merge branch 'blender2.7'
February 11, 2019, 17:37 (GMT)
Cycles: add animation denoising test, fix operator to work with single frames.
February 11, 2019, 17:20 (GMT)
cleanup
February 11, 2019, 17:18 (GMT)
Cycles: backport samples metadata format changes to 2.7.

The render layer name is now always included. Best to keep these consistent,
so that animation denoising and sample merging works the same for both and
tests can be the same. Ref D4311.
February 11, 2019, 17:01 (GMT)
object transforms node
February 11, 2019, 16:33 (GMT)
separate vector node
February 11, 2019, 16:13 (GMT)
actually read socket value
February 11, 2019, 15:57 (GMT)
better usage of wrapper
February 11, 2019, 15:56 (GMT)
Fix T61376 Group Node Node Editor theme property is missing alpha channel

It is now possible to adjust the group node background alpha.
The defaults are the same as before, but you can now adjust the alpha
level via the theme preferences (and the alpha value is no longer hard
coded).
February 11, 2019, 15:51 (GMT)
listbase wrapper
February 11, 2019, 15:10 (GMT)
initial node tree to function conversion
February 11, 2019, 14:58 (GMT)
GP: Avoid crash when bruhs setting are invalid

This change avoids crashes for wrong settings, but we need find why the settings were wrong.

Related to T61413
February 11, 2019, 14:51 (GMT)
Cleanup: comments
February 11, 2019, 14:46 (GMT)
UI: Use icon in Dopesheet 'Toggle Graph Editor' menu item.
February 11, 2019, 14:46 (GMT)
UI: More descriptive labels for Metaball panel.

Also remove redundant "Resolution" label.
February 11, 2019, 14:25 (GMT)
Merge branch 'blender2.7'
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021