Blender Git Commit Log

All Blender Git commits.

Page: 1491 / 8462

July 7, 2020, 08:30 (GMT)
Merge branch 'master' into temp-gpencil-mat-masking
July 7, 2020, 08:12 (GMT)
LineArt: Include Depsgraph mode to grease pencil modifiers callback
July 7, 2020, 07:52 (GMT)
Cleanup: use doxy comments
July 7, 2020, 07:52 (GMT)
UI: add merge/split menus

This makes the menus and keymap match the edit-mesh
(M for merge, Alt-M for split).
July 7, 2020, 07:31 (GMT)
Make deps: Fixes for macOS platform

Set of fixes which had to be made in order to have dependencies built
on own laptop:

- Require bison as a dependent software. It is required by ISPC.

On macOS it is required to be installed via Homebrew. This is because
Bison from Xcode toolchain is too old.

- Made sure Boost is compiled using clang.

Without this gcc was used, and some unsupported command line argument
was passed to it.

- Modify OGG in a way which does in fact pull fixed sized types.
They are defined in stdint.h.

Without this fix FFmpeg will not detect presence of OGG because the
test program fails to compile.

- Force disable zstd compression and make wepb optional for the TIFF
library. Without this TIFF might pick up development libraries from
Homebrew.

Differential Revision: https://developer.blender.org/D8221
July 7, 2020, 07:01 (GMT)
Fix sign conversion error
July 7, 2020, 06:08 (GMT)
LineArt: Making settings panel visible in all engines.
July 7, 2020, 06:04 (GMT)
Cleanup: remove unused arguments
July 7, 2020, 06:02 (GMT)
LineArt: Don't create frames in gpencil modifier.
July 7, 2020, 05:41 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
July 7, 2020, 02:49 (GMT)
Cleanup: spelling
July 7, 2020, 02:44 (GMT)
Cleanup: unused World struct members linfac, logfac
July 6, 2020, 23:41 (GMT)
Outliner: Add sort by object type

When sorting by type, collections are sorted alphabetically. Objects are
sorted by their types.
July 6, 2020, 23:00 (GMT)
Outliner: Sort collection and object names

Refactor the sorting code to apply to collections and objects, but keep
the order between objects and collections separate for now.
July 6, 2020, 22:58 (GMT)
Outliner: Add sort method enum

Replace the SO_SKIP_SORT_ALPHA with an enum of multiple sort types. The
types are manual, alphabetical, type, and creation order. Only
alphabetical works.
Revision e20171e by Hans Goudey (master)
July 6, 2020, 20:39 (GMT)
Fix build error with tests for removed functions

These GHash functions were removed in 12817083ec61,
so the tests should be removed too.
Revision d557f05 by Hans Goudey (master)
July 6, 2020, 20:07 (GMT)
Cleanup: Use bool instead of int
Revision 053e0c0 by Hans Goudey (master)
July 6, 2020, 19:35 (GMT)
UI: Add shortcuts for shader effect panels

Only the delete shortcut applies here, although the move up and down
operators can optionally be assigned in the keymap.

See rB1fa40c9f8a81 for more details and rB5d2005cbb54b for the
grease pencil modifier panel implementation, which is the same.
July 6, 2020, 19:19 (GMT)
Merge branch 'master' into soc-2020-outliner
July 6, 2020, 18:28 (GMT)
Merge branch 'master' into temp-gpencil-mat-masking
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021