Blender Git Commits

Blender Git "master" branch commits.

Page: 785 / 5574

Revision 27e3361 by Sergey Sharybin / Germano Cavalcante
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
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: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, 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
May 11, 2020, 10:39 (GMT)
Annotations: Small tooltip change
May 11, 2020, 10:39 (GMT)
Annotations: Add Stabilization for draw tool

This patch adds the stabilizer feature of GP to the annotations.

It has a toggle to activate it "Use Stabilizer", and two properties to control the behaviour of the smooth effect (factor and radius).
You can also use shift at start or in the air to temporaly use this feature.

{F8518283}

Differential Revision: https://developer.blender.org/D7648
May 11, 2020, 09:45 (GMT)
Fix T76438: Wrong calculation of depth for Follow Track constraint

Need to transform direction as such, without adding translation component
of the camera matrix.
May 11, 2020, 09:24 (GMT)
Tracking: Cleanup, split code of follow track constraint

Makes a set of more isolated individual functions, which should make
it more clear what's going on. Improved naming, added some comments.

Some extra cleanup is possible to get rid of generic vectors called
vec and disp.
May 11, 2020, 08:43 (GMT)
UI: show tool-tips in menu search
May 11, 2020, 08:31 (GMT)
Merge branch 'blender-v2.83-release'
May 11, 2020, 08:30 (GMT)
Merge branch 'blender-v2.83-release'
May 11, 2020, 08:30 (GMT)
UI: apply vertical tool-tip offset in pixel-space

Was applying in ui-block space which changed offset
at different zoom levels.
May 11, 2020, 08:08 (GMT)
Cleanup: unused arg, clang-format
May 11, 2020, 06:56 (GMT)
Cleanup: reference 'bpy.types.bpy_struct' directly

Previously there wasn't a way to access this directly from bpy.types.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021