March 3, 2019, 14:01 (GMT) |
Cleanup: rename FileData.listbase -> bhead_list Having the name matching the type isn't so meaningful. |
March 3, 2019, 13:51 (GMT) |
UI: subtle outline for negative 3D view gizmo axes Without this they can blend in visually with the backdrop of the gizmo. |
March 3, 2019, 13:13 (GMT) |
UI: use grey for 3D view axis gizmo highlight Using white with low alpha made it hard to use on a white background. Since the axes themselves highlight to white. |
March 3, 2019, 12:57 (GMT) |
Tools: Remove parenthesis from Spin Duplicates tool name |
Revision 0e177a3 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 3, 2019, 12:53 (GMT) |
initial llvm wrapper for tuple call |
March 3, 2019, 11:37 (GMT) |
Tools: Add Shrink/Fatten to Curve Edit Toolbar |
Revision 149e6aa by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 3, 2019, 10:36 (GMT) |
don't use SmallVector in tuple |
Revision c090a2f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 3, 2019, 10:07 (GMT) |
cleanup |
March 3, 2019, 09:58 (GMT) |
UI: Add Shrink/Fatten to curve contextual menus |
Revision e99f72a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 3, 2019, 09:56 (GMT) |
common base class for function bodies |
March 3, 2019, 01:15 (GMT) |
UI: increase 3D view icon contrast over light colors - Avoid using white with low alpha to make grey. Note that this is the second time we've run into this problem: T59626. - Use a light backdrop when the icons are dark so they're visible over a black background. |
March 3, 2019, 00:01 (GMT) |
Improve slightly the stability of wireframes in old GPUs from AMD. Tested on `AMD Radeon HD 7570M`. The reason for crash reduction is still unknown. |
Revision aa179bd by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 2, 2019, 21:00 (GMT) |
separate tuple from its meta data |
March 2, 2019, 21:00 (GMT) |
Refactor duplicate code for collections. * Fix incorrect handling of children collections being linked more than once in the hierarchy (previous code would make a new copy for each link, instead of just re-linking the first copy for each extra link). * Simplify some aspects of it (we do not need a GHash for new objects, we can use ID->newid pointer instead, and some iterations can be done directly on existing linked lists of old collection, instead of making temp local copies of them). * Move all copy logic into a single private recursive function (it was a bit odd/disturbing to see calling function being indirectly called again by the recursive helper one - not wrong, but that kind of code path can quickly become problematic in recursive patterns). * Added some comments about expected behavior of `BKE_collection_duplicate()` depending on its booleans options. |
March 2, 2019, 18:14 (GMT) |
attempt to fix crash with dynamic + constraints (but the problems are multiple depsgraph threads here) |
March 2, 2019, 15:29 (GMT) |
Cleanup: comma warning |
March 2, 2019, 14:29 (GMT) |
Cleanup: SDNA/DNA naming Use 'size' instead of 'len' to represent the size of data in bytes, 'len' is used for the result of 'strlen' or the length of an array in some parts of 'makesdna.c' & 'dna_genfile.c'. Also clarify comments and some variable names, no functional changes. |
March 2, 2019, 13:28 (GMT) |
GPencil: Set alpha to 1 for all materials in SOLID mode To be consistent, the alpha must be set to 1 when solid mode is enabled. |
March 2, 2019, 13:15 (GMT) |
GPencil: Initialize Fill alpha to 1.0 by default for new materials |
March 2, 2019, 13:13 (GMT) |
GPencil: Set Viewport color to black by default As the 2D viewport color is white, if the object default color is white, when wireframe is enabled the object is invisible. Now, the grease pencil object default viewport color is black. |
|
|
|


Master Commits
MiikaHweb | 2003-2021