Blender Git Commit Log

All Blender Git commits.

Page: 2994 / 8462

September 5, 2018, 07:30 (GMT)
Implement drawing function for hair curves in edit mode.
September 5, 2018, 07:06 (GMT)
UI: tweak tooltip placement

Only apply offset w/ non overlapping placement.
September 5, 2018, 06:03 (GMT)
Correct last commit (keep same location as brushes)
September 5, 2018, 05:56 (GMT)
Tool System: show weight for the gradient tool
September 5, 2018, 05:00 (GMT)
Merge branch 'master' into blender2.8
September 5, 2018, 04:53 (GMT)
Cleanup: replace doxy @ with backslash

The rest of Blender uses backslashes.
September 5, 2018, 04:46 (GMT)
Merge branch 'master' into blender2.8
September 5, 2018, 04:39 (GMT)
Cleanup: style
September 5, 2018, 04:32 (GMT)
Fix T54152: --env-system-scripts fails on win32
September 5, 2018, 04:32 (GMT)
Merge branch 'master' into blender2.8
September 5, 2018, 03:57 (GMT)
UI: avoid comma which can be used in shortcuts
September 5, 2018, 03:51 (GMT)
UI: show a small label next to the tool

Instead of showing the full tip immediately when hovering over a tool,
show only the (label, shortcut), without suppressing the regular tip.
September 5, 2018, 02:14 (GMT)
Merge branch 'master' into blender2.8
September 5, 2018, 02:07 (GMT)
Fix VSE cut both-sides option

Was ignoring the option, using the mouse in all cases.

D3671 by @ISS w/ edits.
September 5, 2018, 01:25 (GMT)
3D Text: improvements to vertical alignment

They way Blender handles vertical alignment is very buggy:

- Top-Base: It works perfectly.

- Bottom: It is actually bottom-baseline,
and it fails when line size is != 1.0 when working with text boxes.

- Top: Poorly implemented, it should use font's ascent
(recommended distance from baseline),
so it has room for accents,
but it's not one line distance far from the origin (as it is now).

- Center: Poorly implemented.
This is tricky since there is no silver bullet.

To clear this situation I created a new option (Bottom-Baseline),
and addressed the issues above.
I'm getting the ascent and descent from freetype2,
and use this for padding above/below the text.
Also for vertically centering the text.
September 4, 2018, 23:27 (GMT)
UI: hide brush select redo panel
September 4, 2018, 23:00 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
September 4, 2018, 22:58 (GMT)
cycles: Fix x86 build error.

WITH_CYCLES_CUDA_BINARIES was set as a regular variable causing it to be overwritten by the release.cmake settings.
September 4, 2018, 22:52 (GMT)
Cleanup: style
September 4, 2018, 22:46 (GMT)
Correct edge rip tool operator
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021