August 30, 2019, 10:45 (GMT) |
Fix interger number buttons increment/decrement arrows not working in some cases Since rB78b56fa7d973 defining a button with 'but->a1 = 0' wasnt automatically setting its step value to 1 in 'ui_do_but_NUM' anymore. Instead of handling this more forgiving in 'ui_do_but_NUM', went over the remaining cases of buttons and and defined them with a step value of 1. Fixes T69305 Reviewed By: brecht Maniphest Tasks: T69305 Differential Revision: https://developer.blender.org/D5631 |
August 30, 2019, 09:58 (GMT) |
GPencil: Set active layer when click in Dopesheet keyframe area Now, when clicking in the keys area, the layer is synchronized, not only in the left area with the names. This is one of the most requested feature by artists. Also, removed some old comments. Reviewers: brecht, angavrilov Reviewed By: brecht Subscribers: pepeland, mendio Differential Revision: https://developer.blender.org/D5627 |
August 30, 2019, 09:26 (GMT) |
GPencil: Make visible active layer when hide others To make more consistent the UI, when hide all other layers, the active layer is always set to visble. |
August 30, 2019, 09:21 (GMT) |
Build: check necessary software is installed for make deps on macOS and Linux To avoid errors deep into the build process. Fixes T69297. |
August 30, 2019, 07:55 (GMT) |
Merge branch 'master' into asset-engine Conflicts: source/blender/blenkernel/BKE_library.h source/blender/blenloader/intern/versioning_280.c source/blender/makesdna/DNA_ID.h |
Revision a9f8d36 by Howard Trickey August 30, 2019, 02:21 (GMT) |
Use doubles for boolean planes. Added needed double BLI routines. |
August 30, 2019, 00:55 (GMT) |
Cleanup: clang-format, spelling |
August 30, 2019, 00:50 (GMT) |
Cleanup: no need to zero the area in beautify calculation Also correct comment. |
August 29, 2019, 22:32 (GMT) |
Keymap: 'N' to toggle right side options region |
August 29, 2019, 22:16 (GMT) |
Don't clear file name on directory selection |
August 29, 2019, 18:12 (GMT) |
GPencil: Minor Menu tweaks - Added 'Hide Inactive Layers' operator and reordered 'Show/Hide' menu items - Move 'New Layer' to bottom in 'Move to Layer' operator for consistency. - Removed extra end points in some menu items (...) Reviewers: antoniov, billreynish Tags: #bf_blender, #grease_pencil Differential Revision: https://developer.blender.org/D5626 |
August 29, 2019, 17:15 (GMT) |
Build: install_deps add lib64 paths for ldconfig Building deps on some systems will install to opt/lib/library/lib64 directories rather than opt/lib/library/lib. This adds additional lib64 paths for ldconfig to ensure the libraries are found at runtime. |
August 29, 2019, 16:11 (GMT) |
LibOverride: Create override operator: various fixes. * `make_override_library_exec` was not properly cleaning `LIB_TAG_DOIT` from all IDs in the Main DB. * `BKE_override_library_create_from_tag` was doing dangerous things (like iterating over a BMain listbase while adding items to it...). * It would remap *all* local usages of overridden linked IDs to new overriding local IDs, which was very inconvinient. New handling of remapping now allows to only remap inside of the group of IDs that is being overridden, in other words you can still have e.g. other empties still instancing the same linked collection... |
August 29, 2019, 16:11 (GMT) |
BKE_libblock_relink_ex: pass all remapping flags instead of a single boolean. There is no reasons to limit access to remapping flags here, we may want to use other options than only the ID_REMAP_SKIP_NEVER_NULL_USAGE one... |
August 29, 2019, 16:11 (GMT) |
LibOverride: Add entry to create a liboverride to object->relations menu. |
August 29, 2019, 14:22 (GMT) |
Copy Scale: support copying arbitrary non-uniform scale as uniform. Uniform scale is superior to non-uniform scale in that it works with parenting without causing shear. Thus it is a valid desire in some cases to turn arbitrary scale into guaranteed uniform scale. Implementing this in the Copy Scale constraint allows one for instance to 'inherit scale as uniform' by disabling Inherit Scale, and using Copy Scale from parent with Offset and Make Uniform. Reviewers: brecht Differential Revision: https://developer.blender.org/D5614 |
August 29, 2019, 14:06 (GMT) |
UI: Correct Sequencer Text Alignment Tooltips Pointed out in rBM5719 |
August 29, 2019, 13:11 (GMT) |
Fix T56532: Boolean locks up Blender Actual issue is with triangle beautify, avoid precision error by scaling the epsilon by the face area when it's over 1 The mesh in the report was very large (approx 2000 on each side), causing precision issues with a fixed epsilon. |
August 29, 2019, 12:49 (GMT) |
LibOverride: Fix use-after-free error when freeing whole Main DB. We do not want to touch to other ID pointers in that case, those might have already been freed... |
August 29, 2019, 08:52 (GMT) |
Merge branch 'master' into greasepencil-object |
|
|
|


Master Commits
MiikaHweb | 2003-2021