Where are Quad Mesh errors
Moderators: Víctor Paredes, Belgarath, slowtiger
-
- Posts: 5
- Joined: Fri Oct 09, 2020 3:46 pm
Where are Quad Mesh errors
I'm trying to use the fill smart mesh function under the draw menu. I keep getting the same error message regarding being unable to create the mesh. However, there is no visual indicator of where the errors are. Is there any way to enable something to show where the errors are on a particular mesh? Attached is a screencap link of my project using the quad mesh function. Any help would be appreciated thank you.
https://tinyurl.com/5ekx6x3a
https://tinyurl.com/5ekx6x3a
Re: Where are Quad Mesh errors
Your link seems to be broken.here2animate wrote: ↑Thu Sep 30, 2021 2:38 pm I'm trying to use the fill smart mesh function under the draw menu. I keep getting the same error message regarding being unable to create the mesh. However, there is no visual indicator of where the errors are. Is there any way to enable something to show where the errors are on a particular mesh? Attached is a screencap link of my project using the quad mesh function. Any help would be appreciated thank you.
https://tinyurl.com/5ekx6x3a
Have you seen the official introduction to meshes for 13.5? Maybe you are making some mistake:
https://www.youtube.com/watch?v=3HP85jJGhf8
Re: Where are Quad Mesh errors
One more thing, not mentioned in Victor's video - an additional point/node accidentally created, usually near (over) the other existing one, is hard to detect. The mesh may be properly filled but the error note would pop up, due to those additional points/nodes.
In the video, Victor is not using Auto-weld and perhaps that is a silent recommendation but still... grew a few greys while looking for those mischiefs.
In the video, Victor is not using Auto-weld and perhaps that is a silent recommendation but still... grew a few greys while looking for those mischiefs.
- synthsin75
- Posts: 10253
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
Re: Where are Quad Mesh errors
Try using Scripts>Draw>Fill Quad Mesh
This will try to select any problem vectors.
This will try to select any problem vectors.
- Wes
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Re: Where are Quad Mesh errors
Yeah, what synthsin75 wrote: for qaud meshes, use Fill Quad Mesh instead.
Triangulate 2D Mesh, as the name suggests, creates triangles not quads. This command is still useful because triangles can avoid certain display errors, but quads have deformation options/advantages over triangles and they're easier to animate.
Triangulate 2D Mesh, as the name suggests, creates triangles not quads. This command is still useful because triangles can avoid certain display errors, but quads have deformation options/advantages over triangles and they're easier to animate.
NEW! Visit our Little Green Dog Channel on YouTube!
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
- synthsin75
- Posts: 10253
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
Re: Where are Quad Mesh errors
Fill Quad Mesh can fill and find errors in triangulated meshes too.
- Wes
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Re: Where are Quad Mesh errors
For example, in a triangle shape, when you pull one of the points across an edge, you still have a triangle. But if you 'twist' a quad by pulling a point across an edge (like a bow tie,) Moho can get confused about how to display/render the shape.
To test this, import an image and duplicate it. Now, create a layer with a square and create a layer with a triangle, and set up a mesh warp for each image using these shapes. With a triangle, the image will flip as expected, but with the quad the image will disappear.
Just for kicks, create a square made of two triangles and try the same test. It should work fine but you may need to sort the layers depending on what you expect to see.
That said, the new quads are usually better to work with. It's easier to animate and the distortions are very good.
Hope this helps.
Last edited by Greenlaw on Tue Oct 05, 2021 11:13 pm, edited 1 time in total.
NEW! Visit our Little Green Dog Channel on YouTube!
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
Re: Where are Quad Mesh errors
Oh I see. Thanks for the clarification.Greenlaw wrote: ↑Sat Oct 02, 2021 11:24 pm For example, in a triangle shape, when you pull one of the points across an edge, you still have a triangle. But if you 'twist' a quad by pulling a point across an edge (like a bow tie,) Moho can get confused about how to display/render the shape.
To test this, import an image and duplicate it. Now, create a layer with a square and create a layer with a triangle, and set up a mesh warp for each image using these shapes. With a triangle, the image will flip as expected, but with the quad the image will disappear.
Just for kicks, create a square made of two triangles and try the same test. It should work fine but you may need to sort the layers depending on what you expect to see.
That said, the new quads are usually better to work with.
Hope this helps.