Blender Git Commit Log

All Blender Git commits.

Page: 1655 / 8462

May 11, 2020, 15:13 (GMT)
Fix T76621: UILayout.prop_search() broken for data-block names

If the search menu was used for a string property, and a data-block was
selected from the search, the value set would be an invalid name. The property
would get the modified UI string, not the proper data name set.

Mistake in rBd6cefef98f87.

This is more of a temporary fix to make the menu behave like before above's
commit. So the library hints this added will not be shown for string properties
anymore. This would need further changes in the UI code (see
https://developer.blender.org/P1380) but is too unsafe for 2.83 at this point.
Even if this is done, the note below still applies.

NOTE: Data-blocks should not be referenced by name only, as it's possible to
have duplicate data-block names with linking and especially with library
overriding.
Instead, pointer properties should be used, `UILayout.prop_search()` can then
properly deal with linked and overridden data-blocks.
May 11, 2020, 14:34 (GMT)
Merge branch 'master' into greasepencil-object
May 11, 2020, 14:28 (GMT)
Version bump to 2.90.1 for versioning code

May 11, 2020, 14:28 (GMT)
Cleanup: Add space line removed by error

May 11, 2020, 14:28 (GMT)
GPencil: Cleanup unneeded initializations
May 11, 2020, 14:28 (GMT)
GPencil: Replace material name with material pointer for Modifiers filter

Before, the material name was used to filter the effect of the stroke, but after the last changes in the ID code, now it's not working.

After talking with @severin, we agreed to replace the material name with a pointer. Also, this fix a design issue when the materials were linked.

Related to T76594

Differential Revision: https://developer.blender.org/D7681 with some minor changes



Revision 870e081 by Hans Goudey (master)
May 11, 2020, 14:16 (GMT)
UI: Curve Edit Stroke Panel Layout

Also removes the 'Curve Stroke' panel that showed globally for curve
edit mode. This means the settings will not be available without the
draw tool selected.

Reviewed By: billreynish, campbellbarton

Differential Revision: https://developer.blender.org/D7652
May 11, 2020, 13:45 (GMT)
Merge branch 'blender-v2.83-release'
Revision 27e3361 by Sergey Sharybin / Germano Cavalcante (master)
May 11, 2020, 13:44 (GMT)
Fix T74713: Unpredictable active texture node for Workbench

The selection operator was not being correctly marked for update.
This restores the behavior seen in blender 2.79.
Revision 4d677ec by Sergey Sharybin / Germano Cavalcante (master)
May 11, 2020, 13:35 (GMT)
Fix T74713: Unpredictable active texture node for Workbench

The selection operator was not being correctly marked for update.
This restores the behavior seen in blender 2.79.
May 11, 2020, 13:32 (GMT)
Merge branch 'blender-v2.83-release'
May 11, 2020, 13:26 (GMT)
Fix T76512: Sculpt mode: crash when applying base

Differential Revision: https://developer.blender.org/D7663
May 11, 2020, 12:47 (GMT)
Fix T76630: Crash when changing transform value with Custom Orientation
May 11, 2020, 12:20 (GMT)
Fix T76642: Incorrect behavior limiting undo steps
May 11, 2020, 11:56 (GMT)
Merge branch 'master' into greasepencil-object
May 11, 2020, 11:55 (GMT)
Merge branch 'blender-v2.83-release'
May 11, 2020, 11:55 (GMT)
Fix T76598: GPencil - Set a lower limit for Thickness modifier

The old value was too high. Now, the limit of pressure is 0, but anyway, the stroke will be always visible because there is a minimum thickness of 1 pixel.
May 11, 2020, 11:02 (GMT)
Cleanup: Toggle X-Ray button, removed nested ternary operators

Replaced two nested ternary operators combined with dynamic attribute
access, with a simple `if`/`elif`/`else` construct.

No functional changes.
May 11, 2020, 11:01 (GMT)
Merge branch 'master' into greasepencil-object
May 11, 2020, 10:57 (GMT)
GPencil: New Percentage parameter in Build modifier

Add a factor to determine the percentage affected.

This parameter is used to hide part of the stroke and to have a full control of how the points are displayed and not linked to current scene frame.

{F8526502}

{F8526511}

Reviewed By: mendio, pepeland

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