July 2, 2019, 13:41 (GMT) |
Fix (unreported) untranslatable title of Quick Favorites menu. Side minor fix found while checking on T66235. |
July 2, 2019, 13:39 (GMT) |
Buildbot: Disable test step for now It causes some false indication of a failed build on soma platforms where it times out. Windows and macOS needs extra work to properly support python paths and path to the bundle. This can now happen without poking git every time by doing local modifications on a builder prior to commit. |
July 2, 2019, 13:32 (GMT) |
Sculpt vertex colors: add color blend modes to the paint brush This makes all color blend modes available from the paint mode dropdown. Source alpha is currently hardcoded to 1 to avoid confusion. The viewport can't display it properly. |
July 2, 2019, 13:31 (GMT) |
Buildbot: Fix missing configuration for Win ctest |
Revision 5481e51 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 13:31 (GMT) |
use multimap to more generally store socket origins |
Revision 1a75077 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 13:30 (GMT) |
get number of values stored per key in multimap |
July 2, 2019, 13:19 (GMT) |
Fix T64805: Can't generate particle hair edit 'comb cache' in blender 2.8 Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D5162 |
July 2, 2019, 13:17 (GMT) |
Fix T65778: Missing selection update with linked objects in edit mode |
July 2, 2019, 13:12 (GMT) |
Fix T66290: new Node's init api callback was not handling ID usercount. As Usual... Note that we have to edit each C-defined of those callbacks that set Node->id pointer, instead of just moving the generic call to `id_us_plus()` in `node_init()` below the call to `ntype->initfunc_api()`, since that one manipulates RNA pointers, which are supposed to already handle usercounts themselves on assignment. The C callbacks are moving back to manipulating directly DNA, so it's their responsability to handle user count then (Py code should do that automatically through RNA assignement). |
Revision a0cff98 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 13:05 (GMT) |
utility to get nodes with idname |
Revision deb642d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 13:01 (GMT) |
disable bmesh unit test due to linker errors that I cannot fix now |
Revision e0af39a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 13:00 (GMT) |
construct SmallVector from ListBase |
July 2, 2019, 12:37 (GMT) |
Cloth: fix collapse edges working on vertex with upto 2 edges |
July 2, 2019, 12:17 (GMT) |
Cleanup: move comments onto own lines to avoid breaking lines |
July 2, 2019, 12:16 (GMT) |
Fix T66316: "Open on Mouse Over" doesn't work in some popovers Popovers created from `UILayout.prop_with_popover` opening on mouse-over. |
July 2, 2019, 12:15 (GMT) |
Buildbot: Fix missing environment for schroot tests |
Revision 7db1888 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 12:15 (GMT) |
move node tree lookup utilities to BKE |
July 2, 2019, 12:06 (GMT) |
Fix T66322 Object with particle system have expanded selection region This was caused by wrong pixsize calculation during selection. Note that this was affecting selectability of lamps too. |
July 2, 2019, 11:53 (GMT) |
Cloth: collapse edges is now sort of working Need to find a way to collapse a vertex with more than 2 edges connected to it. Also need to remove the vertex from the ClothObject that was removed from BMesh |
July 2, 2019, 11:35 (GMT) |
Compositor: Background Fit UI Scale Make the fit background relative to the UI scale. Reviewed By: brecht Differential Revision: https://developer.blender.org/D5150 |
|