Blender Git Commit Log

All Blender Git commits.

Page: 2703 / 8462

February 14, 2019, 00:47 (GMT)
Fix T61360: Weight paint tools ignore face select

Face selection was added in weight paint mode since 2.7x,
however tools hadn't been updated.
February 14, 2019, 00:11 (GMT)
Fix T61497: Old keymap causes error on startup

When a keymap has an error loading, don't make it active
since it will be partially loaded and not usable.
February 13, 2019, 22:59 (GMT)
DNA: add in-place stripping utility

Minor change from D4342
February 13, 2019, 22:44 (GMT)
Keymap: preference for alternate tap action for some pie menus

This allows secondary keys on tap.
Currently Z-key to toggle wireframe and tilde for navigation.

This is currently experimental, if users like this the preference
can be kept and used where appropriate.
February 13, 2019, 21:49 (GMT)
Keymap: Alt-N to flip normals

Add shortcut since this has been removed from the context menu,
now it's in the mesh normals menu which isn't so convenient to access.

Shift-N is already used to recalculate normals,
this fits the convention of Alt removing/reversing.
February 13, 2019, 21:49 (GMT)
Cleanup: indentation
February 13, 2019, 21:05 (GMT)
Revert "Rigid Deform modifier (fixed for macos, hopefully)"

This reverts commit e70c463661e80ced9a59a607ada8b709dd004f40.
February 13, 2019, 21:04 (GMT)
Rigid Deform modifier (fixed for macos, hopefully)
Revision 11ec57e by Arto Kitula (master)
February 13, 2019, 20:34 (GMT)
fix build on xcode with openmp
February 13, 2019, 19:49 (GMT)
Revert "rigid deform modifier"

This reverts commit 519a6c425d7225618478a43f4e0fa10e56287a53.
February 13, 2019, 19:48 (GMT)
rigid deform modifier

hopefully I managed to get rid of external dependencies...
February 13, 2019, 19:46 (GMT)
Merge branch 'master' into experimental-build
February 13, 2019, 19:04 (GMT)
Fix T61477: freestyle not updating in animation render (again).

Must use the right function to get animation updates now.
February 13, 2019, 18:02 (GMT)
Merge branch 'blender2.7'
February 13, 2019, 18:00 (GMT)
Fix T61505, T61280, bugs in button drag toggle after recent changes.
February 13, 2019, 16:20 (GMT)
Fix T59062: Keyframed node properties stay linked after shading network duplication.

There is no reason not to duplicate Actions too here, especially when
Materials' Actions are pretty much impossible to edit from current UI
(afaik, DopeSheet editor does not has any way to change them?).
February 13, 2019, 16:06 (GMT)
Fix T61470: inconsistent HSV node results with saturation > 1.0.

Values outside the 0..1 range produce negative colors, so now clamp to that
range everywhere. Also fixes improper handling of hue > 2.0 in some places.
February 13, 2019, 16:00 (GMT)
Merge branch 'master' into functions
February 13, 2019, 15:48 (GMT)
GP: Cleanup Paint Poll method

The poll was checking things related to all annotations, but now the check must be only for grease pencil objects and 3D view.
February 13, 2019, 15:32 (GMT)
Fix T61446: (second part) Some items in editor and mode selectors are not translatable.

That one is utterly ugly fix really, but unfortunately a proper one
would require some changes to our RNA (or more precisely, pyrna) code,
so that when we subscript a dynamically generated RNA collection, the
item is somehow duplicated (and probably 'assigned' to its py object?),
before the temp RNA array memory is freed...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021