May 14, 2019, 21:42 (GMT) |
Mesh Filter: Init random displacement only once The random mesh filter should be much faster now, and it should not do weird things when adjusting the strength. |
May 14, 2019, 17:25 (GMT) |
Mesh Filter: Initial work for relax mesh filter The mesh filter tool now manages its own orco cache, so there is no need for a global orco mode using the pbvh proxies. The tool should be much faster than before. The code for the relax mesh filter is there, but it is disabled in the interface until the algorithm is finished. |
Revision 21755dc by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 14, 2019, 16:08 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision c391f9d by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 14, 2019, 15:30 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 977cfd6 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 14, 2019, 14:32 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision c15b10e by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 14, 2019, 10:34 (GMT) |
Merge branch 'master' into greasepencil-object |
May 13, 2019, 22:38 (GMT) |
Cleanup: comments formatting |
May 13, 2019, 22:35 (GMT) |
Relax Brush: Initial implementation Work in progress. This still has a lot of bugs and I'm not sure if this approach is the best for this kind of smoothing. The current implementation can't handle poles with 5 vertices or more, so it doesn't work properly with the result of the voxel remesher. It does not support multires. Also, I'm using gsets to store the smoothing groups. I'm sure that there is a better way to do it. If for some reason someone enters sculpt mode and touches a pole with 30 vertices it should not crash, but it adds an unnecessary overhead when working with properly constructed quad meshes. |
Revision 4b67993 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 13, 2019, 16:38 (GMT) |
Some documentation for the C++ data structures in BLI |
Revision 6aa4621 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 13, 2019, 08:06 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision f7fd87d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 13, 2019, 08:05 (GMT) |
Merge branch 'master' into functions |
Revision 3cb181f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 12, 2019, 18:25 (GMT) |
utilities to access function parameters |
Revision f959f4d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 12, 2019, 18:07 (GMT) |
use ArrayRef in more places |
Revision f2e5ed0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 12, 2019, 18:04 (GMT) |
missing from last commit |
Revision 3853111 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 12, 2019, 18:04 (GMT) |
initial support for defaults when using auto vectorization |
Revision 4a21939 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 12, 2019, 17:47 (GMT) |
improve ArrayRef |
Revision a2ef8e3 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 12, 2019, 15:53 (GMT) |
support different list lengths in llvm vectorization |
Revision 5b2b1f0 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 11, 2019, 06:37 (GMT) |
Merge branch 'master' into greasepencil-object |
May 10, 2019, 17:59 (GMT) |
Mantaflow: Fix for smoke emission from particles |
Revision cd82e3f by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 10, 2019, 13:32 (GMT) |
Merge branch 'master' into greasepencil-object |
|