when i create a lineart object from plane mesh,
one of the vertex end up split into two vertices thus the loop is broken
i delete the lineart and repeat the process but still got same issue
I try merge the vertices on grease pencil edit mode but instead of merge two become one it create an edge between them
anyone can advise me how to avoid this thing or maybe workaround please
Thank you
I can't be sure, but it sounds like that Vertex was already split in your Mesh. If you go back to your Mesh and M > Merge by Distance, before Converting it, that might solve it...hopefully.
Merge in Grease Pencil Edit Mode indeed creates a new stroke with the selected stroke points (says the Tooltip).
Thank you for the answer.
I did try that and did not help, as you can see from my first picture, it originally one vertex in my mesh
Hi, apologies for the late reply. Ok, lots of what's been said above will work. Note that Grease Pencil object won't behave exactly like meshes or curves, sometimes vertices and edges are going to double up. However the above should be fairly straight forward. Here's a couple of ways you can do this:
Take a plane, delete only the face, then subdivide once (so I can get what you had in your picture):
In Object mode, right-click to bring up your Object context menu, select Convert To>>Grease Pencil
Tinker with the Convert To menu that pops up as soon as you do this - it might be collapsed, so just open maximize it to see the settings. Threshold Angle should fix your issue - 90+ degrees should be enough for this example. Anything lower will assume the stroke ends and a new stroke begins (hence the double up). You can also give this thickness, do an offset, and if you had any faces, you can also export those! (This has been an update since I released Panels FYI)
Merged points.
Another way you could do the same thing: Here is a plane, subdivided once - no faces removed.
Shift-A to add an Grease Pencil>>Object Line Art
Under your modifier properties for the newly created Lineart Grease Pencil, tinker with any settings you need to, so you can adjust any thickness, materials, etc (optional)
Then Apply the modifier.
Your new Grease Pencil Object should have consistent "geometry" which matches the subdivision of the original plane.
Thanks Paul and Martin for your help,
I will try to re do the tutorial classes and try both suggestion.