Revision 15081cf by Ray molenkamp April 27, 2020, 19:01 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.83-release' |
Revision 7951ec2 by Ray molenkamp April 27, 2020, 19:00 (GMT) |
Cleanup: Fix warning about initialization order with MSVC |
Revision ea75701 by Clément Foucault April 27, 2020, 18:06 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision a1b1f2a by Clément Foucault April 27, 2020, 18:05 (GMT) |
Workbench: Fix weight paint overlay and wireframe for infront object This fix case where you have wireframe on top of infront objects but workbench AA conflicts and they appear to not be occluded. Also T74923 is still fixed but we extend the fix to not mess the case when using a mode that does not support infront. |
Revision 94c514c by Philipp Oeser April 27, 2020, 16:32 (GMT) |
Merge branch 'blender-v2.83-release' |
April 27, 2020, 16:27 (GMT) |
Fix T75519: Graph editor tooltips give false impression of the toggle state It is just a quick fix for the tooltips in the graph editor, it replaces: - "F-curve modifiers are disabled" with "Enable F-Curve modifiers" - "F-curve is visible in graph editor for editing" with "F-Curve visibility in Graph Editor". Reviewed By: billreynish Maniphest Tasks: T75519 Differential Revision: https://developer.blender.org/D7387 |
Revision 5f3990d by Philipp Oeser April 27, 2020, 16:15 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision fbae4c5 by Philipp Oeser April 27, 2020, 16:04 (GMT) |
Fix T74700: "Convert Text to Curve" disregards "Text on Curve" There was an assert here as well since using the original object to read from was having an empty runtime curve cache. Now use BKE_vfont_to_curve_ex instead of BKE_vfont_to_curve, so we can read from the evaluated object and write to the original curves in order to have the modified data taken into account on next object evaluation. (BKE_vfont_to_curve would read and write to/from the same object) Final solution provided by @sergey in that report, thx! |
Revision 0a7dd1e by Germano Cavalcante April 27, 2020, 15:09 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision a4df7f7 by Germano Cavalcante April 27, 2020, 15:07 (GMT) |
Revision 61f0941 by Germano Cavalcante April 27, 2020, 15:07 (GMT) |
Cleanup: Use common utility to get direction for TIME_EXTEND |
Revision b0f207d by Julian Eisel April 27, 2020, 15:01 (GMT) |
UI: (Internal) utility for more controllable property split layout Adds a wrapper-struct to create and return the three layouts required for the propery split layout (i.e. `UILayout.use_property_split`). This gives more flexibility for special treatment. E.g. needed for adding the arrow icon buttons when there is a hierarchy of nodes to be represented in the material properties (needs inserting in the text column to not offset the split layout). This commit also makes use of the utility for `uiItemL_respect_property_split()`. |
Revision 5559edf by Philipp Oeser April 27, 2020, 14:57 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 9956116 by Philipp Oeser April 27, 2020, 14:55 (GMT) |
Revision 4119e9c by Philipp Oeser April 27, 2020, 14:46 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 4fd005f by Philipp Oeser April 27, 2020, 14:40 (GMT) |
Fix T76131: Crash combing Hair using Python Caused by rBe82827bf6ed5. DRW_draw_depth_object calls DRW_mesh_batch_cache_create_requested with NULL scene, but that is accessed later on... Scene is actually available, so pass that around. Maniphest Tasks: T76131 Differential Revision: https://developer.blender.org/D7540 |
Revision 6842958 by Julian Eisel April 27, 2020, 14:38 (GMT) |
UI: Add (internal) option to use property splitting for label-less items Usually items without labels don't use the property split layout and just use the full layout width. In some cases that is not wanted because it looks odd if single items within the split layout use the full width. The option is unused but would be needed for adding decorators to the material properties. |
Revision b6592c8 by Philipp Oeser April 27, 2020, 14:26 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 8f28919 by Philipp Oeser April 27, 2020, 14:18 (GMT) |
Fix T76111: UV editor's View Selected not working in multiobject editing Seems like this was left out when UV operators were converted to multi- object-editing, ref T54645. Maniphest Tasks: T76111, T54645 Differential Revision: https://developer.blender.org/D7537 |
Revision 7c782b8 by Philipp Oeser April 27, 2020, 14:13 (GMT) |
Merge branch 'blender-v2.83-release' |
|
|
|


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