Blender Git Commits

Blender Git "master" branch commits.

Page: 1410 / 5574

December 12, 2018, 16:21 (GMT)
Fix (unreported) Broken rigidbody requirements when adding objects to a RB collection.

We have to ensure objects get expected RB data, when they are added to a
RB collection...
December 12, 2018, 15:39 (GMT)
Fix T59208: Error when loading reference/background image in edit mode
December 12, 2018, 14:19 (GMT)
Fix T59234: Crash when enter in Edit mode

Edit mode triangles does always need to have access to faces for visibility
and select/active flags.
December 12, 2018, 14:19 (GMT)
Mesh Batch Cache: Fix crash when using edit mode normal display.
December 12, 2018, 14:07 (GMT)
Fix T58450: Skin modifier not working if applied after subsurf
December 12, 2018, 14:02 (GMT)
Fix transform gizmo showing with active element pivot point and no selection.

It should be possible to use this when the active element is unselected, but
there still needs to be something else selected. Otherwise it is not possible
to deselect all as a way to get the gizmo out of the way.
Revision b01852f by Brecht Van Lommel
December 12, 2018, 12:27 (GMT)
UI: use consistent subdivision modifier name when creating from shortcuts.
December 12, 2018, 11:29 (GMT)
Point API doc to proper path.

We'll have to update that again once we move 2.8 to master...
December 12, 2018, 11:04 (GMT)
Merge branch 'master' into blender2.8
December 12, 2018, 10:56 (GMT)
Fix T59213: Application menu links to outdated version of Python API.

Somehow those links were forgotten when we renamed API doc to simpler
names last year...
December 12, 2018, 10:43 (GMT)
Keymap: event type filter w/ finding keymap items

Now its possibly to ask for only keyboard/mouse/ndof events
when finding key map items.
December 12, 2018, 09:44 (GMT)
Fix T59133: Area light size not updating from viewport gizmo.

When we are directly affecting DNA, we need to handle update ourself...
December 12, 2018, 08:36 (GMT)
PyTemplates operator_modal_timer: update to 2.8

use keyword argument

Fixes T59232
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:18 (GMT)
Docs: correct doxy comments
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021