Revision 379225d by Antonio Vazquez September 13, 2018, 14:06 (GMT) |
GP: More changes to improve soft eraser Small changes to improve "feeling" of the soft eraser. |
Revision 1e3d6ae by Campbell Barton September 13, 2018, 14:06 (GMT) |
Gizmo: only use mousemove for generic gizmos This caused slow performance for spin/bisect for eg. |
Revision 3e6f37b by Bastien Montagne September 13, 2018, 13:56 (GMT) |
Fix a crash with duplivert, and move to evaluated mesh in object_dupli.c There are still lots of issues/TODOs here though, like missing 'cage' for editmesh, etc. |
Revision 3d2f596 by Antonio Vazquez September 13, 2018, 13:40 (GMT) |
GP: Add a separartion for leak size in fill panel |
Revision a232549 by Campbell Barton September 13, 2018, 13:31 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 1a4aca1 by Campbell Barton September 13, 2018, 13:24 (GMT) |
WM: move mousemove out of internal undo function This causes a feedback loop in 2.8x, where gizmo redo caused fake mousemove that executed gizmo again. Move the mousemove into the undo/redo operator. |
Revision e082fc7 by Brecht Van Lommel September 13, 2018, 12:44 (GMT) |
Workspaces: reference count screens, otherwise they are never freed. They are not directly accessible in the UI anymore, it's the workspaces that we always keep until they are manually deleted now. |
Revision 80f083f by Campbell Barton September 13, 2018, 12:21 (GMT) |
Gizmo: avoid redundant value2d updates |
Revision 00bdd04 by Campbell Barton September 13, 2018, 12:08 (GMT) |
Gizmo: set header text when editing the value |
Revision 8326fe7 by Campbell Barton September 13, 2018, 12:01 (GMT) |
Gizmo: value2d cancel, snap & precise support |
Revision 5a90ebc by Antonio Vazquez September 13, 2018, 11:55 (GMT) |
GP: Sample points in both sides for soft eraser Now the soft eraser use the previous point and not only current and next. This makes the transition smoother. |
Revision 3b82516 by Antonio Vazquez September 13, 2018, 10:39 (GMT) |
GP: Improve soft eraser rounded caps When draw segments the rounded cap must be only visible in some situations. |
Revision 09aa446 by Campbell Barton September 13, 2018, 10:09 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 2540671 by Campbell Barton September 13, 2018, 10:02 (GMT) |
PyAPI: remove operator methods that leak memory |
Revision ff432a4 by Campbell Barton September 13, 2018, 09:59 (GMT) |
PyAPI: use brief description for operator repr Only include description in docstring. Also avoid using op_get_rna. |
Revision 2c4f091 by Bastien Montagne September 13, 2018, 09:27 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 2be1d8b by Bastien Montagne September 13, 2018, 09:20 (GMT) |
Tentative fix for T56770: Crash after set language to Simplified Chinese. That bug probably did not affect 2.7x, only 2.8 with COW copying IDs in threads... But root of the issue is that underlying boost i18n lib does not support well multi-threaded access. So simply forbid any translation from non-main thread. This *may* be an annoying limit at some point, but doubt it will be any issue currently. |
Revision aacdd28 by Campbell Barton September 13, 2018, 09:15 (GMT) |
PyDoc: add bpy.app.icons to docs |
Revision a6fc718 by Campbell Barton September 13, 2018, 08:12 (GMT) |
PyAPI: add API call to get an operators type Getting the instance leaks memory and was only meant to be used for generating docs. |
Revision af1cf00 by Campbell Barton September 13, 2018, 08:12 (GMT) |
Merge branch 'master' into blender2.8 |
|
|
|


Master Commits
MiikaHweb | 2003-2021