Blender Git Commit Log

All Blender Git commits.

Page: 1601 / 8462

June 1, 2020, 14:07 (GMT)
GPencil: Basic structure for the Bezier Editing

This is the minimum data we need to create the Bezier Curve.
June 1, 2020, 13:24 (GMT)
Merge branch 'master' into greasepencil-edit-curve
Revision 45dbc38 by Hans Goudey (master)
June 1, 2020, 12:22 (GMT)
Fix T74552: Distribute negatives in number input

This applies a relatively simple solution for fixing some unintuitive
cases in unit handling.

Currently entering -1m50cm evaluates to -0.5m, and similarly 1'6"
evaulates to just half a foot. So effectively there's an implied + just
between the numbers, which is quite confusing.

This works by adding parentheses so the negative distributes to the
block of values before the next operator.

For example:
| Before | After |
| `-1m50cm + 1m -2m50cm` | `-(1m50cm) + 1m -(2m50cm)` |
| `-4m + 0.5 / -1.1` | `-(4m) + 0.5 / -(1.1)` |
| `-1'6"` | `-(1'6")` |
| `-1e-2cm` | `-(1e-2cm) ` |

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D7813
June 1, 2020, 10:52 (GMT)
initial intrusive set slot
June 1, 2020, 10:23 (GMT)
same in VectorSet
June 1, 2020, 10:19 (GMT)
same in map
June 1, 2020, 10:14 (GMT)
remove -> remove_contained, discard -> remove
June 1, 2020, 10:12 (GMT)
Merge branch 'blender-v2.83-release'
June 1, 2020, 10:10 (GMT)
Fix py api doc gen script after recent versionning changes.
June 1, 2020, 10:02 (GMT)
store hash and is_equal instances in Map and VectorSet
June 1, 2020, 09:41 (GMT)
store hash and is_equal in Set
June 1, 2020, 09:37 (GMT)
new add_as methods
June 1, 2020, 09:22 (GMT)
improve order of methods
June 1, 2020, 09:00 (GMT)
Merge branch 'blender-v2.83-release'
June 1, 2020, 08:56 (GMT)
Fix T77217: Object mode toggle doesn't work

Toggling object mode to the previous wasn't working, also resolves a
case when toggling modes would cause an extra, unnecessary mode switch.
Own regression in 5159b8e1eadb3.
June 1, 2020, 06:27 (GMT)
Merge branch 'blender-v2.83-release'
June 1, 2020, 06:27 (GMT)
Merge branch 'blender-v2.83-release'
June 1, 2020, 06:21 (GMT)
Fix T77241: NDOF navigation doesn't work with the knife tool

Also allow NDOF with loop-cut.
June 1, 2020, 05:04 (GMT)
Cleanup: unused variable warning

Also remove unnecessary function return value.
June 1, 2020, 05:04 (GMT)
Cleanup: clang-format
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021