Blender Git Commits

Blender Git "master" branch commits.

Page: 777 / 5574

May 13, 2020, 20:48 (GMT)
Revert "GPencil: Add new X-Ray option for Canvas Grid"

This reverts commit fd025b0b7a46c5e56f348b73cf989c6bbddec707.
May 13, 2020, 20:48 (GMT)
Revert "GPencil: Change tooltip"

This reverts commit 7b688a6b04bc2033694f4742f06eef28ab023715.
May 13, 2020, 20:44 (GMT)
GPencil: Change tooltip
May 13, 2020, 20:44 (GMT)
GPencil: Add new X-Ray option for Canvas Grid

In some situations is good to have a grid visible anot beeing occulde by meshes.

By default is OFF.

Differential Revision: https://developer.blender.org/D7721
Revision 891b919 by Hans Goudey
May 13, 2020, 19:26 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 19:22 (GMT)
Fix T75365: memory leak when writing PNG fails due to lack of disk space
May 13, 2020, 19:22 (GMT)
Fix wrong Volume object step size tooltip
Revision 5e96c43 by Hans Goudey
May 13, 2020, 19:21 (GMT)
Fix T76556: Apply parenting when joining parent into object

The current behavior isn't necessarily "incorrect," but it's unintuitive
and confusing. A simple fix is to apply parentinv before finishing the
operator.

However, there may still be issues when the object's parent has a parent.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D7723
May 13, 2020, 17:52 (GMT)
Refactor: Move brush foreach_id to new IDTypeInfo structure.
May 13, 2020, 17:39 (GMT)
Refactor: Move lightprobe foreach_id to new IDTypeInfo structure.
May 13, 2020, 17:34 (GMT)
Cleanup: Keep IDTypeInfo separated from ID type specific API.

Also do not define IDTypeInfo callback when default generic code is
enough...
May 13, 2020, 17:30 (GMT)
Refactor: Move speaker foreach_id to new IDTypeInfo structure.
May 13, 2020, 17:22 (GMT)
Refactor: Move world foreach_id to new IDTypeInfo structure.
May 13, 2020, 17:11 (GMT)
Cleanup: Keep IDTypeInfo separated from ID type specific API.

Also do not define IDTypeInfo callback when default generic code is
enough...
May 13, 2020, 17:08 (GMT)
Refactor: Move shapekey foreach_id to new IDTypeInfo structure.
May 13, 2020, 17:01 (GMT)
Refactor: Move camera foreach_id to new IDTypeInfo structure.
May 13, 2020, 16:54 (GMT)
Cleanup: Do not mix IDTypeInfo code with rest of an ID type specific API...
May 13, 2020, 16:48 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 16:47 (GMT)
Fix T75574: Instant crash: averaging custom normals on model.

Fairly critical code mistake actually, since it uses malloca,
BLI_smallstack should *never* be declared inside a loop...

Also optimized handling of the `loop_weight` heapsimple, we can also
only create and use a single one for all edited objects...

Found two other operators potentially affected by same issue (split
normals, and weld edges into faces).
May 13, 2020, 15:06 (GMT)
Fix T76654: Wrong text in Face Set boundary automasking brush property

Reviewed By: Blendify

Maniphest Tasks: T76654

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