June 9, 2019, 09:27 (GMT) |
[Fast import/export] Fixed build issues on windows |
Revision 1eb0994 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 9, 2019, 06:50 (GMT) |
LANPR: Fixed triangle culling algorithm errors. |
June 9, 2019, 00:10 (GMT) |
Fix: Build error with clang on windows. clang does not seem support the static_assert with message overload. |
June 8, 2019, 19:05 (GMT) |
Outliner: Add sync selection property Adds a toggle to each outliner for synced selection |
June 8, 2019, 18:27 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-cycles-procedural |
June 8, 2019, 16:21 (GMT) |
[Fast import/export] Added binary STL |
June 8, 2019, 16:09 (GMT) |
Merge branch 'master' into soc-2019-outliner |
June 8, 2019, 15:04 (GMT) |
Outliner: Redraw on constraint reordering Rather than restricting which constraint actions redraw the outliner, all will (similar to modifiers). This will redraw on constraint reorder |
June 8, 2019, 14:26 (GMT) |
Outliner: Draw constraint icons Draws constraint icons in the outliner for bones and objects. The only icon that has an issue is the Action constraint icon, because it doesn't have a specific constraint icon, so it is drawn white instead of blue. At first I tried to replicate the code for modifier icons, then I found a solution using `te->directdata` that worked for both objects and bones. It works well enough, not sure if that simpler solution should be used for modifiers too. |
June 8, 2019, 13:24 (GMT) |
Industry Compat keymap: Fix nodes interaction - Dragging to move, scale and setting links now works normally and correctly |
Revision 270cee3 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 8, 2019, 12:02 (GMT) |
fix old particle removal |
Revision dc26770 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 8, 2019, 12:00 (GMT) |
keep track of time since simulation start |
Revision a4de314 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 8, 2019, 11:55 (GMT) |
ArrayRef take_front and take_back methods |
Revision c779453 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 8, 2019, 11:39 (GMT) |
pass elapsed seconds into step function |
Revision f693a5b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 8, 2019, 11:30 (GMT) |
automatically initialize attributes the emitter does not care about |
Revision c76ed17 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 8, 2019, 11:28 (GMT) |
method to fill an ArrayRef |
Revision 941159f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 8, 2019, 10:59 (GMT) |
emitter can decide which attributes it initializes |
Revision e3d3d2e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 8, 2019, 10:38 (GMT) |
introduce concept of particle block slices |
Revision 3fd4418 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 8, 2019, 10:37 (GMT) |
fix lazy init unit test |
Revision c0b3637 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 8, 2019, 10:37 (GMT) |
easy access last element in vector |
|