July 8, 2019, 19:05 (GMT) |
Cloth: fix seam detection which solved collapse edges bugs to large extent This commit ensures collapse edges works mostly correct. Now to move on to solving issues related to boundary detection, and then flip edges. |
Revision 710eb7b by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 8, 2019, 18:50 (GMT) |
Merge branch 'master' into greasepencil-object |
July 8, 2019, 16:44 (GMT) |
Merge branch 'master' into soc-2019-outliner |
Revision b01071a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 15:55 (GMT) |
Merge branch 'master' into functions |
Revision 435698e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 15:55 (GMT) |
rename insert to add |
Revision ad7c91b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 15:34 (GMT) |
new compare function |
Revision fed773c by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 15:14 (GMT) |
random number node should have float instead of int input |
Revision 9d79363 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 15:09 (GMT) |
move functions to correct file |
Revision 317158e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 15:08 (GMT) |
reintroduce unique_ptr for actions and events |
Revision 6e86e31 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 14:56 (GMT) |
move action interface to separate file |
Revision 6529298 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 14:50 (GMT) |
improve ActionInterface |
July 8, 2019, 14:34 (GMT) |
Cloth: vertex on seam test during collapse edges Now it ensures that vertices that are on the seam are not killed while collapse the edge. Leads to new problem, possibly related to reindex vertices. |
Revision 3fb21e6 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 8, 2019, 14:24 (GMT) |
LANPR: Fix CPU mode overlay display error. |
July 8, 2019, 14:21 (GMT) |
Fix mask extract Windows build |
Revision 6dd1e48 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 14:21 (GMT) |
initial Action interface |
July 8, 2019, 14:19 (GMT) |
Fix qex cmake |
July 8, 2019, 14:15 (GMT) |
Blueprint tool: Initial implementation Work in progress - Geometry generation code is only for testing the operator. It will triangulate any generated ngon and the normal calculation can fail. - Snapping options are not integrated with scene settings - Gird alignment is forced to global X axis. This can cause problems with rotated objects. - The tool only works from object mode. It crashes in other modes. - Some internal grid default values are not set up properly and can make the operator crash - The grid preview is not integrated with the gizmo system, you need to start the operator in order to see it |
Revision 2a0abf0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 14:09 (GMT) |
initial condition action |
Revision b922253 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 8, 2019, 14:04 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision f7e7335 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 13:39 (GMT) |
improved event info usage |
|