Blender Git Commit Log

All Blender Git commits.

Page: 1334 / 8462

Revision 0dfe6a6 by TempoDev (soc-2020-custom-menus)
August 23, 2020, 11:21 (GMT)
Custom Menus : fix idname change when name change on keymap
August 23, 2020, 11:17 (GMT)
Fix T79872: VSE - splitting strip shows the channel number when unused

This operator is dependent on mouse position (if the Use Cursor Position
option is used). The Channel property is irrelevant/unused in this case.
So it is not optimal displaying this property when calling this from the
menu (or even using the shortcut with default settings).

Now use a custom UI in the Adjust Last Operation panel in this case.
The properties are now drawn in relation to another then (Channel
underneath Use Cursor Position) next to some other minor layout
improvements.

Thx @HooglyBoogly for feedback (also providing UI code)

Maniphest Tasks: T79872

Differential Revision: https://developer.blender.org/D8625
August 23, 2020, 11:09 (GMT)
Fix T79874: VSE - error clearing fades without animation data

Maniphest Tasks: T79874

Differential Revision: https://developer.blender.org/D8624
August 23, 2020, 10:04 (GMT)
Cleanup: GPU: Use explicit clear value in GPU_clear* commands

This replace `GPU_clear()` by `GPU_clear_color()` and `GPU_clear_depth()`.
Since we always set the clear value before clearing, it is unecessary
to track the clear color state.
Moreover, it makes it clearer what we clear the framebuffer to.
August 23, 2020, 10:04 (GMT)
GPUFramebuffer: Use GPUState to temporary change write mask in clear fn

This avoid breaking sync of the state object. Also avoid more hazard.
August 23, 2020, 10:04 (GMT)
GPUState: Expose Stencil mask and test

This is to be used by framebuffer clearing.
Revision fd2d7e7 by TempoDev (soc-2020-custom-menus)
August 23, 2020, 09:13 (GMT)
Custom Menus : fix version incompatibility
August 23, 2020, 06:32 (GMT)
Fix T79989: File browser `Return` doesn't open a directory

Regression in e4a50e3f47de1.
August 23, 2020, 03:44 (GMT)
Fix T80028: Crash opening a file from a timer
August 23, 2020, 02:13 (GMT)
Cleanup: remove unused UvNearestHit struct members
August 22, 2020, 22:24 (GMT)
CMake: Fix policy warning about OSL_ROOT being set.

When the OSL_ROOT variable is set this is ignored
by findpackage on cmake < 3.12. CMake 3.12 and up
also ignore it and warn about it. This change
tells cmake it is OK to use the variable and
stop warning
August 22, 2020, 19:53 (GMT)
Some tweaks to multithreading parameters based on tests to minimize time.
August 22, 2020, 19:53 (GMT)
UI: In-line layout for camera passepartout

No need for a sub-panel when there is just one setting.
Revision 1885bf7 by Hans Goudey (master)
August 22, 2020, 15:30 (GMT)
Fix T80013: Crash when toggling maximized area

Error renaming variable in 75aeb4b8813d
August 22, 2020, 14:24 (GMT)
GPencil: Move Curve versioning to the end of the file

Some files were not patched. When move to master we decide if we must do a version bump.
August 22, 2020, 13:44 (GMT)
Merge branch 'master' into newboolean
August 22, 2020, 13:33 (GMT)
A couple more cleanups inspire by reviewer comments.
August 22, 2020, 12:19 (GMT)
Fix clang-tidy warnings.
August 22, 2020, 12:02 (GMT)
Fixed an error and warning on Linux from previous commit.
August 22, 2020, 11:30 (GMT)
Addressed comments of reviewers on D8623.

Almost all changes asked for by Campbell and Jacques have been
addressed. The clang-tidy fixes will happen in the next commit.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021