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 |
February 8, 2019, 12:21 (GMT) |
DRW: support clipping for stick & wire bones |
February 8, 2019, 11:55 (GMT) |
Typo |
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. |
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. |
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. |
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. |
February 8, 2019, 11:06 (GMT) |
DRW: edit-mesh edge clipping broke in recent update |
February 8, 2019, 10:52 (GMT) |
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. |
February 8, 2019, 08:18 (GMT) |
Fix T58625: Knife project fails w/ curves |
February 8, 2019, 08:01 (GMT) |
WM: init simulated event from win->eventstate Ghost event handling code works this way. |
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. |
February 8, 2019, 04:12 (GMT) |
Fix T61291: Transform gizmo doesn't update w/ 3D cursor |
February 8, 2019, 01:10 (GMT) |
Fix missing NULL check in recent version patch |
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 |
February 7, 2019, 22:41 (GMT) |
Correct error in last commit |
February 7, 2019, 22:31 (GMT) |
Cleanup: clear deprecated flags |
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. |
February 7, 2019, 20:52 (GMT) |
Cleanup: Use new BKE_main_foreach_id() in a few more places... |
|
|
|


Master Commits
MiikaHweb | 2003-2021