January 29, 2020, 10:27 (GMT) |
Fix T55622: Proportional editing for Gpencil/Masks in dope sheet not taking proportional size into account Transform would always move all keyframes (e.g even when Proportional size is 0.0). 'calculatePropRatio()' was setting td->factor correctly, but this was not being considered in 'applyTimeTranslateValue()' if there was no action [which greasepencil and masks do not have]. Maniphest Tasks: T55622 Differential Revision: https://developer.blender.org/D6697 |
January 29, 2020, 10:22 (GMT) |
Fix T73482: Context Menu on any button is broken What I removed here used to be needed in an earlier version of the patch, to avoid use-after-frees. This is not the case anymore, so it seems we can remove this. Generally the context region code is very weak and inconsistent. If things were done properly, the line I added shouldn't cause issues - it's logically correct. Also fixes T73475. |
January 29, 2020, 10:20 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor |
January 29, 2020, 10:20 (GMT) |
Merge branch 'master' into greasepencil-object |
January 29, 2020, 10:19 (GMT) |
Merge branch 'blender-v2.82-release' |
January 29, 2020, 10:13 (GMT) |
Fix T67483: Cannot paste on unit-vector uibut Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D6701 |
January 29, 2020, 10:09 (GMT) |
Fix T72089: Image Editor - Paint mode, Clone Tool - disfunctional clear button in the Image slot in the Brush panel Caused/exposed by rBaf9ca138ba7b Also relevant was rB828905190e12 Above commits moved the WM_UI_HANDLER_BREAK around so it would not be returned anymore. We need WM_UI_HANDLER_BREAK, otherwise we wont get through to to KM_RELEASE. There are two places that explicitly check for KM_RELEASE (call to `ui_do_but_extra_operator_icon` in both `ui_do_but_SEARCH_UNLINK` / `ui_do_button`), and without the above we only ever get here with KM_PRESS. This patch restores the behavior regarding WM_UI_HANDLER_BREAK to what is was before the two culprit commits. Checked that both this report (T72089) and T69755 are working. Maniphest Tasks: T72089 Differential Revision: https://developer.blender.org/D6363 |
Revision 5aaf48c by Bastien Montagne (undo-experiments-swap-reread-datablocks, uuid-undo-experiments-swap-reread-datablocks) January 29, 2020, 10:05 (GMT) |
Merge branch 'undo-experiments' into undo-experiments-swap-reread-datablocks |
Revision c2a6cb9 by Bastien Montagne (undo-experiments, undo-experiments-swap-reread-datablocks, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) January 29, 2020, 10:05 (GMT) |
undoexp: style cleanup. |
January 29, 2020, 09:59 (GMT) |
Merge branch 'blender-v2.82-release' |
January 29, 2020, 09:55 (GMT) |
Fix T67654: missing ui refresh when changing active particle system Since changing the active particle system uses NC_OBJECT | ND_DRAW for 'RNA_def_property_update()' we need to redraw/refresh BCONTEXT_PARTICLE in 'buttons_area_listener()' as well. Maniphest Tasks: T67654 Differential Revision: https://developer.blender.org/D6702 |
January 29, 2020, 09:08 (GMT) |
Merge branch 'master' into new-object-types |
January 29, 2020, 08:56 (GMT) |
UI: Enable decorators in NLA Animated Influence and Strip Time panels Since the whole point of these properties is for them to be animated, enable decorators here for easy keyframing. |
January 29, 2020, 06:00 (GMT) |
Merge branch 'blender-v2.82-release' |
January 29, 2020, 05:56 (GMT) |
UI: pose X-ray state wasn't shown in the header |
January 29, 2020, 05:27 (GMT) |
UI: Linux Platform File Browser System List Since we can now use separate icons for the items in the File Browser lists, the following rounds out the "System" list for Linux. Adds a few more folders that are available in most distributions at installation, but only if they exist. |
January 29, 2020, 03:30 (GMT) |
Fix solidify complex fixed thickness on flipped normal boundary Fixed thickness with zero offset gave uneven results for complex solidify cases (3+ faces sharing an edge). See D6643 for steps to redo the error. |
January 29, 2020, 03:10 (GMT) |
Overlay: Move Alt+B clipping bounds display from workbench to overlay |
January 29, 2020, 02:02 (GMT) |
Merge branch 'blender-v2.82-release' |
January 29, 2020, 01:59 (GMT) |
UI: hide filter alembic option This was showing along side image save options. |
|
|
|


Master Commits
MiikaHweb | 2003-2021