Revision d5bc8a6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 12:45 (GMT) |
support point and tetrahedon mesh creation |
June 21, 2019, 12:29 (GMT) |
Cloth: use better system for checking equality Due to floating point precision errors, equality of floats are not always precise, this means we need to use some epsilon value which acts as the range for the allowable errors. |
Revision db06b3a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 12:14 (GMT) |
comment to note invariants of particle indices arrays |
Revision da1524f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 12:09 (GMT) |
new ParticleSet abstraction: attribute arrays + particle indices |
Revision 5a31c30 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 11:28 (GMT) |
transform emitter mesh to world space |
Revision cae29a0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 11:23 (GMT) |
transform collision rays to object space |
Revision c9958be by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 10:53 (GMT) |
initial mesh collision event |
Revision 1294a9b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 10:02 (GMT) |
generate tetraeders for particles |
Revision 9f53e98 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 09:32 (GMT) |
minor cleanup |
Revision a7a6fe3 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 09:19 (GMT) |
initial double event avoidance |
Revision 5d590fc by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 09:00 (GMT) |
extract method to simulate multiple events per step |
Revision e5fa7e5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 08:24 (GMT) |
Merge branch 'master' into functions |
June 21, 2019, 04:52 (GMT) |
Custom Profile Editing: Added a profile editor widget This ProfileWidget and related drawing and interface code mirrors much of the functionality of the CurveMapping code, but with the important different that it's evaluation results in a 2D result, the X and Y of a position along the profile generated in the widget. Because of this fundamental change to the purpose of the widget, it made sense to split it into a new widget rather than increasing the complexity of both areas. This is incomplete and buggy at the moment, but it lays the groundwork for future changes that I'll work on in the coming days, and it does compile. |
Revision b1bd481 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 20, 2019, 17:51 (GMT) |
Merge branch 'master' into gp_stencil |
Revision 2708515 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 20, 2019, 14:32 (GMT) |
Merge branch 'master' into gp_stencil |
Revision f1369dd by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 13:49 (GMT) |
bring back multithreading support |
Revision ad051d4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 13:20 (GMT) |
don't inline simulation functions to make profiles more useful |
Revision a29da3b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 13:17 (GMT) |
remove outdated simulation code |
Revision 82c4bdc by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 13:16 (GMT) |
move events and actions to separate files |
Revision f0cca10 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 13:05 (GMT) |
use mesh surface emitter again |
|