Quadriflow remesh fails on provided model #70608

Closed
opened 2019-10-07 16:45:37 +02:00 by Pieter Schiettecatte · 8 comments

I'm getting following error when running the quadriflow command on the mesh in attachment:

bpy.ops.object.quadriflow_remesh(target_ratio=0.5, target_faces=41900)
QuadriFlow: remeshing failed!

Perhaps this is the limitation of this tool? quariflow mesh error.blend

I'm getting following error when running the quadriflow command on the mesh in attachment: bpy.ops.object.quadriflow_remesh(target_ratio=0.5, target_faces=41900) **QuadriFlow: remeshing failed!** Perhaps this is the limitation of this tool? [quariflow mesh error.blend](https://archive.blender.org/developer/F7794712/quariflow_mesh_error.blend)

Added subscriber: @Schiette

Added subscriber: @Schiette

Added subscriber: @SomeAB

Added subscriber: @SomeAB

I can confirm that Quadriflow fails on certain models sometimes .. while it can work with the very same model after a few tries. I was trying to remesh a leaf yesterday. I don't know why exactly this was happening .. so didn't report it yet.

I can confirm that Quadriflow fails on certain models sometimes .. while it can work with the very same model after a few tries. I was trying to remesh a leaf yesterday. I don't know why exactly this was happening .. so didn't report it yet.

Added subscriber: @ZedDB

Added subscriber: @ZedDB

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Sebastian Parborg self-assigned this 2019-10-08 11:20:29 +02:00

The issue with this file is that none of the triangles in the mesh is connected to each other. So it does not form a continuous surface and thus quadriflow can't create a mesh for it.

However, even if we merge the verts to make it a continuous surface, the results are not good:
screenshot.png

This is the same issue as reported here:
https://github.com/hjwdzh/QuadriFlow/issues/43

This is a fundamental problem with how the quadriflow algorithm works so there is not much to do as we do not have time to come up with a better algorithm for quadriflow.

The issue with this file is that none of the triangles in the mesh is connected to each other. So it does not form a continuous surface and thus quadriflow can't create a mesh for it. However, even if we merge the verts to make it a continuous surface, the results are not good: ![screenshot.png](https://archive.blender.org/developer/F7796383/screenshot.png) This is the same issue as reported here: https://github.com/hjwdzh/QuadriFlow/issues/43 This is a fundamental problem with how the quadriflow algorithm works so there is not much to do as we do not have time to come up with a better algorithm for quadriflow.

For this case instead of using quadriflow, I would merge by distance and then use the tris to quads operator.
Then use the decimate modifier (with the un-subdivide option) to get the polygon count down.

For this case instead of using quadriflow, I would `merge by distance` and then use the `tris to quads` operator. Then use the decimate modifier (with the un-subdivide option) to get the polygon count down.

Thank a ton @ZedDB . I'm still starting out with Blender and didn't think of checking whether the mesh was continuous.

The steps you described worked perfectly.

Thank a ton @ZedDB . I'm still starting out with Blender and didn't think of checking whether the mesh was continuous. The steps you described worked perfectly.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#70608
No description provided.