Revision 5da27a4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 9, 2019, 10:59 (GMT) |
improve naming |
Revision da1eb09 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 9, 2019, 10:55 (GMT) |
flag killed particles in step function |
Revision 93e38f5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 9, 2019, 10:45 (GMT) |
cleanup stepping a slice of particles |
Revision 4ffc3c4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 9, 2019, 10:37 (GMT) |
partial step newly emitted particles |
Revision a38b89e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 9, 2019, 09:58 (GMT) |
initial emitter info class |
June 9, 2019, 09:50 (GMT) |
[Fast import/export] Really fixed build issues on windows |
Revision 7e5eeee by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 9, 2019, 09:32 (GMT) |
LANPR: Fixed DPIX object position error. |
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 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. |
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 |
|