Blender Git Commit Log

All Blender Git commits.

Page: 2149 / 8462

October 2, 2019, 14:27 (GMT)
GPencil: Fix wrong break line

This was kept in the code by error.
October 2, 2019, 14:25 (GMT)
Preference: option to use OS-Key to emulate MMB

Alt-LMB is used in quite a few areas now, see T69323
using OS-Key allows these conflicts to be avoided.

Currently disabled for WIN32, since it conflicts with the start menu.
October 2, 2019, 14:10 (GMT)
GPencil: Change default value for Scale change
October 2, 2019, 14:09 (GMT)
GPencil: Add missing stroke UV initialization.
October 2, 2019, 14:08 (GMT)
Fix T70409: Propagate Pose not updating correctly

The Action was changed without tagging it as such in the depsgraph.
Thanks @sergey for the sanity check!
October 2, 2019, 14:04 (GMT)
Fix T70358: Use face count in Quadriflow by default

Reviewed By: brecht

Maniphest Tasks: T70358

Differential Revision: https://developer.blender.org/D5958
October 2, 2019, 14:00 (GMT)
Fix T70310: Difficult to change brush size from big to small

Changing this values should only support horizontal movement as we are no longer trying to match the size of the cursor and the size of the circle preview in the widget.

Reviewed By: brecht

Maniphest Tasks: T70310

Differential Revision: https://developer.blender.org/D5931
October 2, 2019, 13:58 (GMT)
Fix T70324: Layer Brush has bad behaviours and create artifacts

Reviewed By: brecht

Maniphest Tasks: T70324

Differential Revision: https://developer.blender.org/D5934
October 2, 2019, 13:57 (GMT)
Fix default cursor blue color

The previous one was too light

Reviewed By: billreynish

Differential Revision: https://developer.blender.org/D5959
October 2, 2019, 13:54 (GMT)
Fix bug in nearest_vertex_get_finalize

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5965
October 2, 2019, 13:41 (GMT)
Merge branch 'temp-gpencil-uv' into greasepencil-object
October 2, 2019, 13:40 (GMT)
GPencil: Set Reset UV menu as one option only
October 2, 2019, 13:33 (GMT)
Merge branch 'master' into greasepencil-object
October 2, 2019, 13:33 (GMT)
Fix T70399: Grease Pencil Canvas Grid Overlay Broken after DRW refactor

Now the grid matrix is calculated when the shading group is created.

Also, the grid pass is only created when needed and reduce memory usage when the scene is not using grease pencil objects.

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D5966
October 2, 2019, 13:26 (GMT)
GPencil: Rename Clear transform to Reset
October 2, 2019, 12:59 (GMT)
Fix T70443: Crash on sculpting with 'Curve' Stroke Method

Caused by rBc31a849a1474.

Reviewed By: brecht

Maniphest Tasks: T70443

Differential Revision: https://developer.blender.org/D5970
October 2, 2019, 12:40 (GMT)
tritri test 5 now works.
October 2, 2019, 12:01 (GMT)
Fix T70441: crash after deleting a material output node

Caused by 5c79f2d0fba7.
If no valid node_start is provided, we can just skip (e.g.
'ntree_shader_bump_branches' is not done then, but this is not
neccessary without a valid eevee output node anyways...).

Maniphest Tasks: T70441

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D5969
October 2, 2019, 11:55 (GMT)
Fix T70405: Geometry node not linking manual derivatives

Maniphest Tasks: T70405

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D5954
October 2, 2019, 11:23 (GMT)
Fix T70268: Render failures with Vector pass active with OptiX in Cycles

Rendering would produce invalid results or crash if the Vector pass was active but motion blur was inactive. This caused the OptiX BVH to be built with motion (because objects reported motion available), but the pipeline to be built without motion support (since with disabled motion blur this is not in the list of requested features). The two are not compatible and therefore caused issues. This patch fixes that by not building the BVH with motion if motion blur is not active (which makes sense).

Reviewed By: brecht

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