June 27, 2019, 07:20 (GMT) |
Cloth: remove redundant code |
June 27, 2019, 07:17 (GMT) |
Cloth: further additions to collapse edges |
June 27, 2019, 06:48 (GMT) |
Cleanup: error in last commit |
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 |
June 27, 2019, 06:40 (GMT) |
Cleanup: remove unused context check in toolsystem_ref_link Also comment corrections. |
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 27, 2019, 01:13 (GMT) |
Tool System: don't unlink tools when changing workspaces Caused gizmos to be lost with multiple main windows whenever one of them switched workspaces. Rely on tool gizmos poll function to unlink to gizmo. |
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. |
June 26, 2019, 20:13 (GMT) |
Merge branch 'master' into soc-2019-outliner |
June 26, 2019, 20:12 (GMT) |
Outliner: Only draw active highlight when syncing selection When synced selection is off, it makes no sense to draw active highlights, especially because they may be out of sync from view layer active highlights |
June 26, 2019, 19:03 (GMT) |
Cleanup: GPencil Clarify comment |
|