Revision f033fa0 by Antonio Vazquez 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 |
Revision e33b457 by Antonio Vazquez 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. |
Revision cc49644 by Brecht Van Lommel 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. |
Revision a771fdb by Campbell Barton August 30, 2019, 00:55 (GMT) |
Cleanup: clang-format, spelling |
Revision 2fca31a by Campbell Barton August 30, 2019, 00:50 (GMT) |
Cleanup: no need to zero the area in beautify calculation Also correct comment. |
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 |
Revision 33cd053 by Nathan Craddock 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. |
Revision 5c7852e by Bastien Montagne 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... |
Revision b9c400c by Bastien Montagne 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... |
Revision f4307d4 by Bastien Montagne August 29, 2019, 16:11 (GMT) |
LibOverride: Add entry to create a liboverride to object->relations menu. |
Revision 4972978 by Alexander Gavrilov 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 |
Revision c160853 by Aaron Carlisle August 29, 2019, 14:06 (GMT) |
UI: Correct Sequencer Text Alignment Tooltips Pointed out in rBM5719 |
Revision 7745c6e by Campbell Barton 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. |
Revision 7f23c91 by Bastien Montagne 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... |
Revision 6b33bd1 by Antonio Vazquez August 29, 2019, 08:44 (GMT) |
GPencil: For Stroke select don't display points Now, when it's selected the stroke select mode, the points are not displayed and the stroke is fully selected automatically extending the selection. Differential Revision: https://developer.blender.org/D5622 |
Revision 6b5e2f6 by Campbell Barton August 29, 2019, 03:22 (GMT) |
Cleanup: unused warning |
Revision c61a47d by Campbell Barton August 29, 2019, 03:22 (GMT) |
Cleanup: use custom data for object transform data |
Revision f442472 by Nathan Craddock August 29, 2019, 02:49 (GMT) |
Outliner: fix sync select on read file without loading UI Tag for a complete sync when loading a file with load UI disabled. |
Revision 5b96dc2 by Aaron Carlisle August 29, 2019, 01:14 (GMT) |
Fix T69267: Missing Boids force field tooltip |
Revision 749567e by Howard Trickey August 29, 2019, 00:33 (GMT) |
Move math and vector double routines into blenlib from delaunay code |
|
|
|


Master Commits
MiikaHweb | 2003-2021