Revision 938bd0e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 27, 2019, 09:13 (GMT) |
ParticleSet should know the block it is in |
Revision 605f492 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 08:40 (GMT) |
LANPR: make format. |
Revision 0ce9471 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 08:03 (GMT) |
LANPR: Fixed an accidental if() bracket error in lanpr_line_crosses_bounding_area(). |
Revision 40a2f97 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 27, 2019, 08:02 (GMT) |
Merge branch 'master' into functions |
June 27, 2019, 07:53 (GMT) |
Cloth: Initial steps for flip edges Basic foundation for the general flow of the flip edges has been set. This is extremely important for both split edges and collapse edges. |
Revision 2d247cb by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 07:48 (GMT) |
LANPR: GP stroke bake function. |
June 27, 2019, 07:20 (GMT) |
Cloth: remove redundant code |
June 27, 2019, 07:17 (GMT) |
Cloth: further additions to collapse edges |
Revision a0c45cd by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 06:43 (GMT) |
LANPR: selective line type now working for objects and collections |
Revision 3c18509 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 06:35 (GMT) |
LANPR: ensure chain only contains one type of segments. |
Revision 7be203b by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 06:27 (GMT) |
LANPR: collection line type selecot and default values. |
Revision a230ab1 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 06:00 (GMT) |
LANPR: first-time chain only includes the same type of lines. |
Revision 0af490e by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 05:55 (GMT) |
LANPR: enable switch now operative in software mode |
June 27, 2019, 05:43 (GMT) |
Merge branch 'master' into soc-2019-bevel-profiles |
June 27, 2019, 05:37 (GMT) |
Initial work towards vertex mesh ADJ patterns using custom profiles. In it's current state this doesn't add much, it's far too buggy at this point. But it lays down some structure (and comments) that are the start of the vertex meshes using the custom profile. |
June 27, 2019, 05:30 (GMT) |
ProfileWidget: Added preset selection and reverse button. The preset selection selects from a few examples currently which are just defined in the C code manually for now. The preset selector is drawn as part of the ProfileWidget rather than by the bevel modifier. The reverse function flips all of the points across the y = 1 - x centerline. It will act as the manual control over the orientation of the profile. It will probably need a new icon eventually. This commit also includes various other changes including variable name changes, updated comments, and cleanup. |
Revision 1067924 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 05:05 (GMT) |
LANPR: modified modifier and main panel UI for clarity. |
Revision 2712d08 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 04:03 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr |
June 26, 2019, 21:05 (GMT) |
Outliner: Select active on walk select with no elements selected Rather than actually walking the selection down from the active element on walk select, the operator now only selects the active element in the outliner. |
June 26, 2019, 20:53 (GMT) |
Synced Selection: Sync active objects between outliner and view layer This adds the syncing of active elements. When synced selection is off and elements are selected, no activation or selection will occur. When synced selection is enabled, active bases will be synced in both directions between outliner and view layer. Currently some issues still exist, like selecting a collection will mark it active. |
|