Revision 90638d8 by Sergey Sharybin April 1, 2019, 12:30 (GMT) |
Remove evaluated RNA pointer lookup in interface Since there is a flush of evaluated values back to the original for an active dependency graph we don't need this lookup anymore. Not only it slows interface drawing down, but also is becoming in a way of the upcoming fix. |
Revision 61fa616 by Howard Trickey April 1, 2019, 11:58 (GMT) |
Fix T63071: Bevel inconsistent results toggling harden_normals. Some iterations in bevel were over a hash table, which leads to possibly different results run-to-run, especially when loop_slide is enabled. Changed those iters to go over all verts of BMesh, which leads to consistent order run-to-run. |
Revision dd41085 by Bastien Montagne April 1, 2019, 09:31 (GMT) |
Fix T63169: 'Duplicate Current' entry in new workspace menu is not translated. |
Revision d3367f3 by Antonio Vazquez April 1, 2019, 09:24 (GMT) |
GPencil: Redesign soft eraser logic The old logic was working if the eraser was moved towards the end of the stroke, but got ugly results when the eraser was done towards the start of the stroke. |
Revision 48b1ba0 by Antonio Vazquez April 1, 2019, 09:24 (GMT) |
GPencil: Remove low limit for soft eraser The low limit was not needed in the loop. |
Revision b936d7b by Richard Antalik March 31, 2019, 21:52 (GMT) |
Fix T62996 Reviewers Brecht Van Lommel (brecht) Cl�ment Foucault (fclem) Differential revision: https://developer.blender.org/D4618 |
Revision a410089 by Ray molenkamp March 31, 2019, 19:45 (GMT) |
Fix: Buffer overflow in StudioLight sl->light_ambient is a float[3], copy_v4_fl4 overwrites sl->free_function with a bogus pointer on 32 bit. |
Revision a4869df by Bastien Montagne March 31, 2019, 16:49 (GMT) |
I18n messages extraction: add 'generic' handling of Tools. |
Revision 79c178b by Bastien Montagne March 31, 2019, 16:47 (GMT) |
18N for tools definitions: make them resilient to None context. Dynamic callbacks generating lists of tools should accept None context, not crash on it. Similar to what we do with dynamic RNA enums, when NULL/None context is given, assume we are in 'introspection' mode and return as many things as possible. This is currently essentially used by i18n messages extraction tool (where getting all possible entries is kind of mandatory ;) ). Also add some initial missing tranlations for complex cases that cannot be automated, there'll likely be more of that kind... |
Revision 54943e3 by Bastien Montagne March 31, 2019, 14:52 (GMT) |
Fix/Cleanup bad usage of RNA_def_parameter_clear_flags() on RNA properties. |
Revision 700346d by Brecht Van Lommel March 30, 2019, 19:37 (GMT) |
Fix T63137: crash pressing enter to confirm menu, after recent changes. |
Revision 2c5a919 by Brecht Van Lommel March 30, 2019, 18:17 (GMT) |
Cleanup: remove unused modifier methods. |
Revision 03bd024 by Antonio Vazquez March 30, 2019, 16:06 (GMT) |
GPencil: Uses same random seed for render in Noise modifier As the random seed was calculated in the copy data, the render could be a little different. Now, the data is saved in the original data. |
Revision 4b6a4b5 by Author Name / Antonio Vazquez March 30, 2019, 15:06 (GMT) |
GPencil: Fix segment fault when use F3 search menu. Author of the patch: Robert Guetzkow (@rjg) |
Revision 127ad4f by Antonio Vazquez March 30, 2019, 09:43 (GMT) |
GPencil: Improve soft eraser for low pressure strokes For very thin strokes with low pressure, the low limit value was too high. |
Revision de0dab6 by Sebastian Parborg March 30, 2019, 07:22 (GMT) |
Fix T63086: Navigation problem with Background/Reference Images The issue was the manipulated depth for images would be used when doing distance depth checks. Now we will use the actual depth of the image object when doing such tests. Reviewed By: Cl�ment Foucault Differential Revision: https://developer.blender.org/D4616 |
Revision 024d022 by Clément Foucault March 30, 2019, 03:20 (GMT) |
Fix T63115 crash upon switching to textured/rendered mode |
Revision 98f00a3 by William Reynish March 30, 2019, 00:02 (GMT) |
UI: Icons update New icons from Andrzej Ambro? / jendrzych: -Adds separate icons for 3D Cursor orientation and pivot Also, many dozens of tweaks and updates - too many to mention here. Full list is on Devtalk |
Revision 25ec4b4 by Campbell Barton March 29, 2019, 20:14 (GMT) |
Cleanup: style, use braces for the Python API |
Revision 18d06e8 by Campbell Barton March 29, 2019, 20:14 (GMT) |
Cleanup: style |
|
|
|


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