Revision 29922b6 by Howard Trickey February 8, 2019, 14:02 (GMT) |
Bevel: fix regression re even adjustment of offsets. Mistakenly had left a debugging assignment that disabled the offset pass. This commit re-enables it. |
Revision 6e2da08 by Philipp Oeser February 8, 2019, 12:58 (GMT) |
Fix T61309: mesh_utils.triangle_random_points fails with a TypeError Caused by an error in rBe65784a0519e. And since we are going over loop triangles anyways, we can remove the part quecking for quads [remainder of tessface era] entirely. Reviewers: campbellbarton Maniphest Tasks: T61309 Differential Revision: https://developer.blender.org/D4324 |
Revision 813800f by Campbell Barton February 8, 2019, 12:21 (GMT) |
DRW: support clipping for stick & wire bones |
Revision d723249 by Pablo Vazquez February 8, 2019, 11:55 (GMT) |
Typo |
Revision 7b03e45 by Pablo Vazquez February 8, 2019, 11:52 (GMT) |
UI: Icons for some Outliner context menu operations Mainly 'X' icon for Delete, which was already on modifiers and constraints, but not for objects. Select icon for object selection and refresh for library reload. |
Revision 5d7241a by Pablo Vazquez February 8, 2019, 11:52 (GMT) |
UI: Move View operations to submenu in Outliner context menu Show One Level, Hide One Level, Show Active, Show Hierarchy were taking four items on the context menu when they are not accessed that often from the context menu (they all have shortcuts). The "View" name is used to match other editors View menus. |
Revision 2a514f9 by Pablo Vazquez February 8, 2019, 11:52 (GMT) |
UI: Icons for basic operations in Outliner context menu Mainly the first of their category or when they need to be highlighted: * Delete * Enable Viewport/Render (match icons to make a visual connection) * ViewLayers (it's used pretty often so it makes it easier to find) Also group Show/Show All, Hide/Hide All together. |
Revision bf2c521 by Sergey Sharybin February 8, 2019, 11:17 (GMT) |
Fix T61231: File open and undo looses unkeyed changes Only flush copy-on-write to animation when user makes changes. |
Revision e418777 by Campbell Barton February 8, 2019, 11:06 (GMT) |
DRW: edit-mesh edge clipping broke in recent update |
Revision 2855feb by Campbell Barton February 8, 2019, 10:52 (GMT) |
Revision 0e3475b by Bastien Montagne February 8, 2019, 09:16 (GMT) |
Fix T61255: Mesh Data Transfer: Do not abort when destination has not all source data layers. Originally, when transferring all source data layers to destination meshes, code would abort in case destination did not have all needed layers, and creating them was not allowed. Now, it will instead transfer data to layers that exists, merely skipping source ones for which it cannot find a matching destination. |
Revision 351b24a by Campbell Barton February 8, 2019, 08:18 (GMT) |
Fix T58625: Knife project fails w/ curves |
Revision 0822af4 by Campbell Barton February 8, 2019, 08:01 (GMT) |
WM: init simulated event from win->eventstate Ghost event handling code works this way. |
Revision 46ac288 by Campbell Barton February 8, 2019, 04:22 (GMT) |
Cleanup: rename V3D_MANIP_* -> V3D_ORIENT_* Wasn't obvious it's related to orientation, also term manipulator is no longer in use. |
Revision d86894b by Campbell Barton February 8, 2019, 04:12 (GMT) |
Fix T61291: Transform gizmo doesn't update w/ 3D cursor |
Revision a9853a7 by Campbell Barton February 8, 2019, 01:10 (GMT) |
Fix missing NULL check in recent version patch |
Revision 3d16a26 by Campbell Barton February 7, 2019, 23:15 (GMT) |
Undo System: basic support in background mode Some developers were using undo for their scripts, this allows for undo pushes in background mode, however - as with 2.7x, undo isn't initialized at startup in background mode. See replies to T60934 |
Revision e1edb51 by Campbell Barton February 7, 2019, 22:41 (GMT) |
Correct error in last commit |
Revision 261d42c by Campbell Barton February 7, 2019, 22:31 (GMT) |
Cleanup: clear deprecated flags |
Revision 7fdda18 by Campbell Barton February 7, 2019, 21:42 (GMT) |
Remove "Keep Session" preference As far as we know this wasn't widely used, and relied no storing data in the temp dir which may be cleared on reboot. More generally, alternative behavior for a core area like file IO is not something to keep if it has unresolved issues. See D4310 for details. |
|
|
|


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