Revision bcf0085 by Harley Acheson November 8, 2019, 16:49 (GMT) |
UI: Graph Editor Insert Keyframes Menu Fixes alignment issues on Graph Editor menus used to insert keyframes. Differential Revision: https://developer.blender.org/D6213 Reviewed by Campbell Barton |
Revision f0bee88 by Bastien Montagne November 8, 2019, 16:48 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 8c69540 by Bastien Montagne November 8, 2019, 16:47 (GMT) |
Fix T70778: Library Override dissabled after re-instancing same collection in different scene. Very stupid mistake in own new generic ID lib_link function, that would try to link ID pointers for all data-blocks, not only those actually needing it. |
Revision a67aa11 by Ray molenkamp November 8, 2019, 16:01 (GMT) |
Windows: Switch to the dynamic C runtime This change switches windows to the dynamic C runtime avoiding issues coming from mixing the static and dynamic runtime like the ones outlined in [1] [1] https://developer.blender.org/D5387#122165 Differential Revision: https://developer.blender.org/D6175 Reviewed by: @Sergey |
Revision e408a62 by Bastien Montagne November 8, 2019, 13:53 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 76be5b5 by Bastien Montagne November 8, 2019, 13:52 (GMT) |
Fix T70789: Using Remove Single Override breaks file loading (crash). We only need to refine rna pointer for actual collection properties, other arrays we handle directly the the appy callback. |
Revision f47c469 by Philipp Oeser November 8, 2019, 13:38 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 3b66d2e by Philipp Oeser November 8, 2019, 13:34 (GMT) |
Fix T71405: Trying to Ctrl-C on many buttons crashes Blender Usually Ctrl+C copies the operator name to the clipboard ["bpy.ops.material.new()", "bpy.ops.object.material_slot_remove()"] Crash happens for all buttons of UI_BTYPE_BUT without associated operator [some are defined with callbacks only, often these are created with e.g uiDefIconBut (instead of e.g. uiDefIconButO)] Other examples that crash with Ctrl+C: - animation decorators next to animatable properties - button to show a modifier texture in the texture tab - ... 2.79 survived here (result in the clipboard was just not changed hitting Ctrl+C on these buttons), this is what happens with this patch as well. Maniphest Tasks: T71405 Differential Revision: https://developer.blender.org/D6208 |
Revision 2e39f6b by Bastien Montagne November 8, 2019, 13:30 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision e8cd226 by Bastien Montagne November 8, 2019, 13:30 (GMT) |
Fix T71199: Child-parent relationships arent kept after you make instances real. Comparison function of the of the parent ghash was not fully correct, could lead to some false positives in some cases... |
Revision 31f8c91 by Philipp Oeser November 8, 2019, 13:28 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 6900187 by Philipp Oeser November 8, 2019, 13:23 (GMT) |
Fix T71372: view layer is not maintained when area is duplicated into new window Maniphest Tasks: T71372 Differential Revision: https://developer.blender.org/D6205 |
Revision fb71bb9 by Philipp Oeser November 8, 2019, 13:18 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision fe2b92d by Philipp Oeser November 8, 2019, 13:03 (GMT) |
Fix T55632: USE_DRAG_MULTINUM and USE_ALLSELECT not working well together 'is_copy' was not set correctly on all uiButMultiState (it was done once for uiHandleButtonData), resulting in 'delta' being used on some indices of the array and not others in `ui_selectcontext_apply`. Maniphest Tasks: T55632 Differential Revision: https://developer.blender.org/D6201 |
Revision 1e4dbc8 by Campbell Barton November 8, 2019, 11:19 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 5cf5dfc by Campbell Barton November 8, 2019, 11:16 (GMT) |
Fix T71194: UV Face centers wrong location with sub-surface mesh |
Revision 7f17ac7 by Campbell Barton November 8, 2019, 08:18 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 7b9f432 by Campbell Barton November 8, 2019, 08:18 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 326b25a by Campbell Barton November 8, 2019, 08:17 (GMT) |
Fix T66124: Gizmo orientation doesn't refresh when making face |
Revision 73b9e86 by Campbell Barton November 8, 2019, 08:16 (GMT) |
EditMesh: avoid undo push on face creation if no action is made |
|