Revision c1bd5bc by Brecht Van Lommel July 17, 2019, 14:30 (GMT) |
Fix T66091: paint curve point slide conflicts with 2D cursor |
Revision b69c33a by Brecht Van Lommel July 17, 2019, 14:30 (GMT) |
Fix T67099: entering color picker hex value #FF results in 1.000001 |
Revision f17e2f8 by Jeroen Bakker July 17, 2019, 14:24 (GMT) |
Fix T67127: Crash Missing DEG tag update mask layer When ng mask layer operations (add, remove, move) the original mask was not tagged to be updated resulting in missing data on the copy. The Masking function assumes that the copy and the original is always structured the same. Reviewed By: brecht, sergey Differential Revision: https://developer.blender.org/D5283 |
Revision 2e15b72 by Sergey Sharybin July 17, 2019, 14:05 (GMT) |
Clip editor: Fix missing frame update on undo It is possible that undo will change current scene frame and that was not synchronizing current frame from scene to movie clip user. Reported as a part of T66519. Reviewers: brecht Reviewed By: brecht Maniphest Tasks: T66519 Differential Revision: https://developer.blender.org/D5280 |
Revision 58db64a by Germano Cavalcante July 17, 2019, 13:32 (GMT) |
Revert "Fix T59713: Moving bones between layers in edit mode doesn't show the dot icon in the layers UI" This commit did not follow the protocol that requires a review first. This reverts commit 580acab1737c726f43e39792dbb75f3ca2089fcb. |
Revision 580acab by mano-wii July 17, 2019, 13:16 (GMT) |
Fix T59713: Moving bones between layers in edit mode doesn't show the dot icon in the layers UI |
Revision 11741ff by Germano Cavalcante July 17, 2019, 11:51 (GMT) |
Fix T67001: Studio and Flat lightning in single color do not respect clipping region `DRW_STATE_CLIP_PLANES` has to be enabled independent of the workbench material. Reviewers: fclem, jbakker Differential Revision: https://developer.blender.org/D5278 |
Revision 526272b by Germano Cavalcante July 17, 2019, 11:30 (GMT) |
Fix T67115: Changing the Shape of a Force Field object does not refresh the animation |
Revision 366865d by Campbell Barton July 17, 2019, 11:19 (GMT) |
Undo System: replace with simpler binary diffing buffer storage Applying/undoing incremental changes didn't fit well when mixed with periodic snapshots from mem-file undo. This moves to a much simpler undo system. - Uses array storage with de-duplication from `BLI_array_store`. - Loads the buffer into existing text data, for better performance on large files. - Has the advantage that Python operators can be supported since we don't depend on hard coded undo operations. Solves T67045, T66695, T65909. |
Revision 9e9fbb3 by Campbell Barton July 17, 2019, 08:39 (GMT) |
Fix T66949: Can't select bones from multiple objects in wpaint mode |
Revision f8a70db by Sergey Sharybin July 17, 2019, 07:56 (GMT) |
Fix T67047: Can't jump to frame when using jack in A/V sync mode Similar fix to 495aff7. Reviewers: brecht Reviewed By: brecht Maniphest Tasks: T67047 Differential Revision: https://developer.blender.org/D5268 |
Revision d8cebcf by Campbell Barton July 17, 2019, 06:57 (GMT) |
Fix object selection when in pose mode The new selected object was activated but not selected. |
Revision d90201a by Dalai Felinto July 17, 2019, 02:01 (GMT) |
Revision 5ca302c by Dalai Felinto July 17, 2019, 02:01 (GMT) |
Fix T67078: Crash with vertex slide and multi-objects If one of the objects had invalid selected edges, it would lead to a crash since none of the for loops were checking for whether the edge slide data is valid. We could refactor the macros to create a new FOREACH_TRANS_DATA_CONTAINER_WITH_DATA However we are too close to 2.80 final release so we manually skip them for now. Note: TRANS_DATA_CONTAINER_FIRST_OK cannot be used either for the same reason. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D5274 |
Revision 4a5e046 by Campbell Barton July 16, 2019, 23:38 (GMT) |
UI: remove button to enable auto-save after load factory preferences Based on feedback from T66675, the current interface is confusing, leading to users accidentally overwriting their preferences. Now, once factory settings are loaded preferences are not saved and the save button is shown (as when auto-save is disabled). Tool tips note that factory settings require manual saving afterwards. Also rename preference menu items for better consistency (settings/state -> preferences). |
Revision a36a44b by Brecht Van Lommel July 16, 2019, 18:31 (GMT) |
Fix paint curve not drawing selection colors properly This code is not guaranteed to run with any specific space theme, so pass it explicitly. |
Revision 9742fa6 by Brecht Van Lommel July 16, 2019, 17:10 (GMT) |
Fix T66964: sculpting box hide tool can't select multiple areas Only deselect all on mouse release when no box dragging was done. |
Revision 35aa137 by Brecht Van Lommel July 16, 2019, 16:06 (GMT) |
Fix T66862: crash with bevel modifier harden normals applied to curve object |
Revision 8a7dedc by Antonio Vazquez July 16, 2019, 15:57 (GMT) |
Fix T66011: Transformed objects break sculpt tools The Pinch, Push, Twist and Clone were not using the object transformation to compute point changes, so the point was way off of the right place. |
Revision 1f1d302 by Brecht Van Lommel July 16, 2019, 15:46 (GMT) |
Fix T66940, T67005, T60651: append workspace from old startup file fails Don't try to use old screens as workspaces, just leave them out of the menu. Differential Revision: https://developer.blender.org/D5270 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021