Blender Git Commits

Blender Git commits from all branches.

Page: 1283 / 2888

June 25, 2019, 12:26 (GMT)
Cloth: initial steps towards collapse edges
June 25, 2019, 09:43 (GMT)
LANPR: all the if() statements now use {} brackets.
June 25, 2019, 09:26 (GMT)
Merge branch 'master' into greasepencil-object
June 25, 2019, 08:54 (GMT)
LANPR: Added collection target and related options.
June 25, 2019, 08:21 (GMT)
LANPR: make format
June 25, 2019, 08:18 (GMT)
LANPR: Added collection tab and put collection specific LANPR settings in it.
June 25, 2019, 06:33 (GMT)
GPENCIL: Prevent sampling from crashing. Need a new implementation to calculate acturate segment count.
June 25, 2019, 06:04 (GMT)
GPENCIL: removed weights sample. Needs new implementaion.
June 25, 2019, 05:44 (GMT)
LANPR: target GP material selection working
June 25, 2019, 05:25 (GMT)
LANPR: red-out modifier name when target is not set.
June 25, 2019, 05:24 (GMT)
LANPR: filter GP targets only.
June 25, 2019, 04:39 (GMT)
LANPR: Comment changed into C style.
June 25, 2019, 04:15 (GMT)
Merge branch 'master' into soc-2019-npr
June 25, 2019, 02:23 (GMT)
Merge branch 'master' into soc-2019-outliner
June 25, 2019, 02:16 (GMT)
Outliner: Redo synced selection dirty outliner implementation

The previous implementation assumed each selection type was identical
and synced each outliner with the 3D view. This had flaws because
hidden objects can be selected in the outliner, and it would be impossible
to know whether or not to keep them selected when syncing. To work around
that and other cases, this implementation does two things:

1. After any 3D view selection, sync selection flags with an outliner.
After syncing, a clean outliner is stored. Then the other outliners
are marked as dirty, to be synced from the clean outliner.

2. After an outliner select, that outliner is set as clean and the
other outliners are marked as dirty to be synced from.

More work is needed to support all outliner selection operations,
as well as properly supporting extending selections from the 3D
view. However, the underlying code for selection syncing should now
support the edge cases that the other implementation failed to
support.
June 24, 2019, 20:56 (GMT)
Define distance function in terms of len
June 24, 2019, 19:58 (GMT)
Reduce voronoi smoothing kernel size.

Seven steps is too much for higher dimensions.
June 24, 2019, 19:22 (GMT)
The first pixels pushed to Windows Mixed Reality HMDs!

Just a clear call for now, so all you see is a blue world. This blue
"world" is however drawn by Blender!

Also fixes use after destruction of compositor layer data.
June 24, 2019, 16:42 (GMT)
Merge remote-tracking branch 'origin' into soc-2019-cycles-procedural
June 24, 2019, 16:37 (GMT)
Refactor voronoi SVM code
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021