Blender Git Commit Log

All Blender Git commits.

Page: 2200 / 8462

September 11, 2019, 20:53 (GMT)
DNA: use defaults for SceneEEVEE
September 11, 2019, 20:48 (GMT)
DNA: move View3D, View3DOverlay into DNA_view3d_defaults.h
September 11, 2019, 20:25 (GMT)
Cleanup: remove redundant RNA defaults

These are now set from DNA defaults.
September 11, 2019, 19:31 (GMT)
Cycles: add bump map shadow terminator softening term for diffuse BSDFs

This avoids artifacts for bump mapping and diffuse BSDFs, where the bump
normal deviates far from the actual normal.

Differential Revision: https://developer.blender.org/D5399
September 11, 2019, 19:04 (GMT)
Merge branch 'feature/cycles_feature_overrides' into blender-v2.80-develop
September 11, 2019, 19:01 (GMT)
Cycles: Fixed copy/paste errors in diffuse only override.
September 11, 2019, 18:58 (GMT)
DNA: defaults for ID types
September 11, 2019, 18:30 (GMT)
Merge branch 'feature/cycles_feature_overrides' into blender-v2.80-develop
September 11, 2019, 18:22 (GMT)
Cleanup: Warning: 'sld': local variable is initialized but not referenced
September 11, 2019, 17:44 (GMT)
Merge branch 'master' into soc-2019-bevel-profiles
September 11, 2019, 17:23 (GMT)
Merge branch 'master' into greasepencil-object
September 11, 2019, 16:49 (GMT)
Transform: Edit Mesh: Support mirror on all axes

Part of T68930

Now two other mirror options that can be enabled simultaneously: Mirror Y and Z.

Reviewers: campbellbarton

Reviewed By: campbellbarton

Subscribers: ThatAsherGuy

Differential Revision: https://developer.blender.org/D5720
September 11, 2019, 16:39 (GMT)
More quadriflow UI tweaks
Revision 003802d by Omar Emara (master)
September 11, 2019, 16:32 (GMT)
Cycles: Ignore links with unavailable sockets.

Ignore links with unavailable/disabled sockets during shader graph
generation.
September 11, 2019, 16:06 (GMT)
Fix T69458: Edit Mesh selection bug from camera view
September 11, 2019, 16:01 (GMT)
Fix T59143: Frame Selected Doesn't work in hair particle editmode

This is caused by rBeb521b22b2b1.

Looks like `PE_minmax` doesnt play nice with the evaluated view_layer.
If we look inside `PE_get_current`, then `BKE_ptcache_ids_from_object`
will actually return a list of `PTCacheID` for the evaluated object.
However, looking further, then `PTCacheEdit` / `psys->pointcache->edit`
is always NULL for the evaluated object.

Without a valid `PTCacheEdit`, `PE_minmax` will basically do nothing.
So now we are passing the non-evaluated view layer in the case of
particles.

Regarding to @sergey, in a longer term we should probably make it so
evaluated pointcache have pointer to edit.

Reviewers: sergey

Maniphest Tasks: T59143

Differential Revision: https://developer.blender.org/D5758
September 11, 2019, 15:59 (GMT)
Fix birth moments of emitted particles
September 11, 2019, 15:47 (GMT)
Fix T69558: crash in BKE_scene_update_sound for a soundstrip without
linked sound

Crash could be triggered by just adding any object to the scene.

Reviewers: sergey

Maniphest Tasks: T69558

Differential Revision: https://developer.blender.org/D5764
September 11, 2019, 15:46 (GMT)
Merge branch 'master' into functions
September 11, 2019, 15:42 (GMT)
Fix T69722: Pose brush crashes with multires modifier

Reviewed By: brecht

Maniphest Tasks: T69722

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