Blender Git Commit Log

All Blender Git commits.

Page: 1697 / 8462

April 20, 2020, 21:23 (GMT)
GPencil: Improve randomness with time
April 20, 2020, 20:58 (GMT)
GPencil: Rename functions
April 20, 2020, 20:24 (GMT)
GPencil: Add HSV randomness at Stroke level
April 20, 2020, 18:51 (GMT)
Windows: Add sccache support.

sccache [1] is one of the few ccache like solutions that will
work on windows.

sccache support can be enabled with the `WITH_WINDOWS_SCCACHE`
cmake option however it will only will work with ninja as the
build system, msbuild is not supported currently.

Advanced option, developes are expected to obtain and configure
sccache on their own.

```
Full build no cache 1428.90s (100.00%)
Full build cached 434.34s ( 30.40%)
```

[1] https://github.com/mozilla/sccache

Reviewed By: nicholas_rishel, Brecht

Differential Revision: https://developer.blender.org/D7466
April 20, 2020, 17:44 (GMT)
Merge branch 'modifier-panels-ui' of git.blender.org:blender into modifier-panels-ui
April 20, 2020, 17:43 (GMT)
Deduplicate code, fix crash moving panels quickly

The method to check if the panel list represents data is now generalized.
Also actate EXIT panel state when freeing list panels when there is still
a handler attached.
April 20, 2020, 16:55 (GMT)
Merge branch 'blender-v2.83-release'
April 20, 2020, 16:50 (GMT)
Fix T75885: Mesh deform modifier not updating on own transforms

Added the missing relation.

Maniphest Tasks: T75885

Differential Revision: https://developer.blender.org/D7473
April 20, 2020, 15:57 (GMT)
GPencil: Change attenuation value for random HSV
April 20, 2020, 15:26 (GMT)
Libmv: Cleanup, spelling in comment
April 20, 2020, 14:52 (GMT)
Merge branch 'master' into greasepencil-object
April 20, 2020, 14:51 (GMT)
GPencil: Add HSV randomness to brush

Now it's possible to random the color of the vertex while drawing.
April 20, 2020, 14:26 (GMT)
Libmv: De-duplicate creation of residual block

Allows to centralize logic which is needed to check which cost functor
to use for the specific intrinsics.
April 20, 2020, 14:26 (GMT)
Libmv: Cleanup reprojection cost function

Make it smaller and more clear how and what it operates on.
April 20, 2020, 14:26 (GMT)
Libmv: Pass entire camera intrinsics to reprojection error functor

Currently no functional changes, but allows to have access to some
invariant settings of camera intrinsics such as image dimensions.
April 20, 2020, 14:26 (GMT)
Libmv: Cleanup, rephrase comment
April 20, 2020, 14:26 (GMT)
Libmv: Cleanup, fix indentation
April 20, 2020, 14:26 (GMT)
Libmv: Cleanup, spelling in comments
April 20, 2020, 14:26 (GMT)
Tracking: Specify image image for (un)distortion model

Allows to support distortion models which needs to know actual
image dimensions to apply or inverse camera intrinsics.
April 20, 2020, 14:16 (GMT)
Fix T75840: Add check for not generated edges

The value of `new_edge` is `SOLIDIFY_EMPTY_TAG=2^32-1` if the edge is not generated.
The code from D7334 was missing this check.

Reviewed By: mont29

Maniphest Tasks: T75840

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