Blender Git Commit Log

All Blender Git commits.

Page: 1121 / 8462

November 13, 2020, 10:37 (GMT)
Codesign: Report codesign errors from server to worker

Pass codesign errors (if any) from codesign buildbot server to the
buildbot worker, so that the latter one can abort build process if
the error happens. This solves issues when non-properly-notarized
DMG package gets uploaded to the buildbot website.
November 13, 2020, 10:35 (GMT)
Revert "Codesign: Versioning code to support older branches"

This reverts commit 9d172f007eeb5ade5ddad03e1f71fa4c373855f8.

Got a second thought and remembered why it was not done in the first place.
The issue here is that the server needs to communicate codesign result back
and that must happen within the new protocol. So if the client talks old
protocol it is possible to receieve data from it, but is not possible to
communicate result back to it.
November 13, 2020, 09:32 (GMT)
Cleanup: use IMB_FTYPE_NONE instead of 0 for imbuf format comparison

Image format code checked the file type against an enum except for
zero which is used when the format can't be detected.

Also add doc-strings to some of the image file type callbacks.
November 13, 2020, 09:32 (GMT)
Fix building after 2e53b646f6f02ab112e0823b9577ff2e1920faaeq
Revision 2e53b64 by YimingWu (master)
November 13, 2020, 09:20 (GMT)
GPencil: Remove "angle_split" from Multiply modifier.
November 13, 2020, 09:15 (GMT)
Object: show preview plane for add-object tool

The orientation & depth settings are used to show the preview plane
that is used when adding the object.
November 13, 2020, 08:50 (GMT)
LineArt: removed unreferenced scene from object_add.c
November 13, 2020, 08:49 (GMT)
Codesign: Versioning code to support older branches

Turns out it is easier to have suboptimal versioning code on the server
side than to deal with branches where changes are to be merged into.
Revision 12f394e by Gaia Clary (master)
November 13, 2020, 08:46 (GMT)
refactor vec_roll_to_mat3_normalized() for clarity

the function vec_roll_to_mat3_normalized() has a bug as described in T82455. This Differential is only for refactoring the code such that it becomes more clear what the function does and how the bug can be fixed. This differential is supposed to not introduce any functional changes.

Reviewed By: sybren

Differential Revision: https://developer.blender.org/D9410
November 13, 2020, 08:37 (GMT)
Cleanup: renames.
November 13, 2020, 07:26 (GMT)
UI: Adaptive HDRI preview resolution

HDRI preview should have resolution dependent on dpi, viewport scale and HDRI gizmo size.
This patch uses a LOD to render a more round sphere.

Reviewed By: Jeroen Bakker

Differential Revision: https://developer.blender.org/D9382
Revision b35b8c8 by YimingWu (master)
November 13, 2020, 07:23 (GMT)
Adding 3D_POLYLINE_UNIFORM_COLOR to PyGPU shader API

This would allow python script to access `lineWidth` uniform when drawing lines
without using `glLineWidth`.

Reviewed By: Jeroen Bakker

Differential Revision: https://developer.blender.org/D9518
November 13, 2020, 07:20 (GMT)
Fix CalculateStandardDeviationOperation incorrect results for R G B channels

Standard deviation formula wasn't being applied correctly when selecting
R G B cases. Issue is there since Blender 2.64 as it was incorrectly
ported over from the previous compositor.

Reviewed By: Sergey Sharybin, Jeroen Bakker

Differential Revision: https://developer.blender.org/D9384
November 13, 2020, 07:14 (GMT)
Add An Opacity Slider to Overlay Wireframe

This patch adds an opacity slider to the wireframe overlay. The previous
wireframe in dense geometry scenes could be too dark and sometimes the
user just wants an impression of the geometry during modelling.

Reviewed By: Jeroen Bakker

Differential Revision: https://developer.blender.org/D7622
November 13, 2020, 06:27 (GMT)
UI: make add object tool experimental

Some changes here are planned which need feedback from users before
declaring this ready for the next release.
November 13, 2020, 06:05 (GMT)
BLI_math: add floor_power_of_10, ceil_power_of_10

Add utility functions to get the floor/ceiling of a float value
to the next power of 10.
Revision 40b2ce5 by Hans Goudey (master)
November 13, 2020, 04:32 (GMT)
Cleanup: Remove unecessary logic in panel code

Also use short for panel flag arguments to functions since it matches
the type in DNA, and remove a comment that isn't helpful.
Revision f3ab698 by Hans Goudey (master)
November 13, 2020, 04:28 (GMT)
Cleanup: Simplify panel activate state function

This commit moves some of the logic around so that the logic in
panel_activate_state is clearly separated by the state being activated.
There are fewer nested and redundant checks, and it's easier to see
the progression of interaction with the panel handler.
November 13, 2020, 02:43 (GMT)
Merge branch 'lanpr-under-gp' into temp-lineart-contained
November 13, 2020, 02:42 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021