Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2809 / 8462

December 12, 2018, 05:51 (GMT)
startup: default file selector to a useful path

Was initialized to '/home/', use BKE_appdir_folder_default instead.
December 12, 2018, 04:52 (GMT)
Fix action-zones showing up as shortcuts

Toggle fullscreen area for eg, was showing the action-zone instead of
the key binding.
December 12, 2018, 04:35 (GMT)
Keymap: refactor keymap item find logic

Pass a function to filter items to allow lookups to be more selective.
December 12, 2018, 03:26 (GMT)
Fix T59170: Box select ignores modifiers-keys once tool option is set

- Key-map items properties now override tool-options
so modifier keys can have different behavior to the default action.

- Box & circle select now have `wait_for_input` properties
instead of detecting this based on selection options being set or not.
This relied on the key-map setting properties which may need to be
initialize from the tool settings.
December 12, 2018, 02:02 (GMT)
Merge branch 'master' into blender2.8
December 12, 2018, 01:50 (GMT)
Cleanup: use colon separator after parameter

Helps separate variable names from descriptive text.
Was already used in some parts of the code,
double space and dashes were used elsewhere.
December 12, 2018, 01:19 (GMT)
GP: Primitives: Adjust control point styles
December 12, 2018, 01:18 (GMT)
Docs: correct doxy comments
December 12, 2018, 01:08 (GMT)
GP: Change Circle primitive control points

Changed to small red style.
December 12, 2018, 00:54 (GMT)
GP: Editable Arc tool

Arc tool is now editable like the Curve tool.
Unlike the curve (bezier) tool this uses an elliptical function.
Remove flip option as it is no longer needed.
December 12, 2018, 00:39 (GMT)
Keymap: add Shift-F1..3 editor shortcuts

Some frequently used editors didn't have F-key access.
December 12, 2018, 00:16 (GMT)
Fix T59211: Edit-mesh display crashes

Caused by ae1f563899de4
December 11, 2018, 23:57 (GMT)
Fix Cycles baking active/cage

Basically what we address here is to make sure the active object and the cage
are not interferring with the baking result (e.g., when baking Combined).

To do so, we take advantage of the fact that we create our own depsgraph
for baking. So now we can change the cowed objects, instead of the
original ones.

Note: There is still a way to get a crash. If you try to bake from
selected to active when is_cage, but with no cage object, we get an
assert:

```
BLI_assert failed: //source/blender/blenkernel/intern/DerivedMesh.c
mesh_calc_modifiers(), at
(((Mesh *)ob->data)->id.tag & LIB_TAG_COPIED_ON_WRITE_EVAL_RESULT) == 0
```

We can bypass this by passing ob_low instead of ob_low_eval to
bake_mesh_new_from_object on object_bake_api.c:847 . But then the edge
split modifier change will take no effect.
December 11, 2018, 23:44 (GMT)
Fix T59210: Measure tool crash w/o overlays/gizmos
December 11, 2018, 23:04 (GMT)
Fix rulers being removed on click
December 11, 2018, 22:52 (GMT)
Revert "Tweak UI message of Ruler tool."

This reverts commit 1bf0a4f4d0d8c7e748f40d634aebf55eb37435ba.

This is a bug, clicks shouldn't remove rulers since it's too easy
to accidentally click instead of dragging.
December 11, 2018, 22:40 (GMT)
Fix toolbar key-accelerator w/ LMB select

Tweak events were masking hotkey access.

Reported in T55162
December 11, 2018, 22:14 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
December 11, 2018, 22:12 (GMT)
dependencies windows: Replace pthreads-win32 2.9.1 with pthreads4w 3.0.0

maintenance seems to have stopped for pthreads-win32
December 11, 2018, 22:05 (GMT)
GPUState: Change isolated glLineWidth usage to GPU_line_width
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021