Blender addon for AutoRemesher by huxingyi

Overview

AutoRemesher Blender 2.8

Blender addon implementation of AutoRemesher by huxingyi. This implementation works on Windows 10 and Ubuntu.

Install the addon in Blender

Download the package here. Do not extract it, Blender will use the .zip directly.

Inside Blender :

  • Edit->Preferences...->Add-ons->Install->Open "mesh_autoremesher.zip"
  • Click the checkbox to enable the Add-on

⚠️ This beta version of the addon only support Windows 10 - x64

Building AutoRemesher-Blender on Windows 10

Install Development Tools

Subversion, Git, CMake and Visual Studio must all be installed.

Setup the projet & Build libraries

Download the repository sources:

git clone --recursive -j8 https://github.com/Nicolas-Constanty/AutoRemesher-Blender.git

Download the libraries:

cd AutoRemesher-Blender
dependency.bat

Generate Visual Studio Solution:

build_project.bat

Open autoremesher.sln with Visual Studio.

You shoud be able to build the addon in Release or Debug mode. You will also need to build Blender in Debug mode to be able to debug it inside Visual Studio (only if you build in Debug mode).

You might also like...
Integrate the ZENO node system into Blender for creating robust physics animations!

ZenoBlend Integrate the ZENO node system into Blender for creating robust physics animations! End-user Installation Goto Release page, and click Asset

A Blender 2.7+ plugin that exports sausage link characters with animations
A Blender 2.7+ plugin that exports sausage link characters with animations

Sausage64 Sausage64 is a plugin for Blender 2.7 onwards, which allows you to export "sausage link" style character models with animations. The plugin

A HEIF/HEIC addon for Pillow using libheif library through CFFI, with binary wheels.

pillow_heif A HEIF/HEIC addon for Pillow using libheif library through CFFI, with binary wheels(Python 3.6-3.9, linux/macos - x64,aarch64). Based most

A Blender plug-in for exporting models as N64 display lists.

Xport64 A Blender plug-in for exporting models as N64 display lists. Supports Blender 2.70-2.79 using Cycles Renderer. 2.8+ compatability coming soon.

A CMake addon that avoids you writing boilerplate code for resource management.

SHader INJ(I)ector SHINJI (originally SHader INJector) is a CMake addon that avoids you writing boilerplate code for resource management and exposes s

Windows 7 support for Blender 3.0

BlenderCompat Windows 7 support for Blender 3.0 Description This repository contains a compatibility DLL for running Blender 3.0 on Windows 7 and a pa

A blender import/export system for Defold

defold-blender-export A blender import/export system for Defold Setup Notes There are no exhaustive documents for this tool yet. Its just not complete

Blender is the free and open source 3D creation suite
Blender is the free and open source 3D creation suite

Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.

A Blender script to procedurally generate 3D spaceships
A Blender script to procedurally generate 3D spaceships

Spaceship Generator A Blender script to procedurally generate 3D spaceships from a random seed. Usage Install Blender 2.80 or greater: http://blender.

Addon widgets for GUI library Dear ImGui.
Addon widgets for GUI library Dear ImGui.

ImGui-Addons Addon widgets for GUI library Dear ImGui. File Dialog A simple cross-platform file dialog that uses dirent interface for reading director

Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.

Dear ImGui (This library is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addit

An addon of imgui for supporting docks in the imgui's window
An addon of imgui for supporting docks in the imgui's window

An addon of imgui for support dock in the window

Fast and robust face tracking addon for openFrameworks based on YOLO5Face

ofxFaceTracker3 Working in progress Fast and robust face tracking addon for openFrameworks based on YOLO5Face and ONNX Runtime. Features Fast and robu

Comments
  • crashes Linux Blender on a cube

    crashes Linux Blender on a cube

    Hello, Seems promising! Starred

    Using stable Blender 2.92.0 on ubuntu 20.04 adding a cube + applying subsurf 2 AutoRemesher > generate quad mesh Crashes and quits blender

    opened by j2l 0
  • Linux missing symbols

    Linux missing symbols

    Reported by pafurijaz on BlenderArtist.org

    The 1.0.0-beta.3 on my Linux distro doesn’t works I get these errors

    Traceback (most recent call last):
      File "/home/paf/Software/Blender-2.92.0/2.92/scripts/modules/addon_utils.py", line 351, in enable
        mod = __import__(module_name)
      File "/home/paf/.config/blender/2.92/scripts/addons/mesh_autoremesher/__init__.py", line 3, in <module>
        from .src.autoremesherui import AutoRemesherSettings, OBJECT_OT_autoremesher, MAINPANEL_PT_autoremesher
      File "/home/paf/.config/blender/2.92/scripts/addons/mesh_autoremesher/src/autoremesherui.py", line 2, in <module>
        from .autoremesher import generate_quad_mesh
    ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/paf/.config/blender/2.92/scripts/addons/mesh_autoremesher/src/autoremesher.cpython-37m-x86_64-linux-gnu.so)
    
    

    I have multiple Python installations and the latest is Python 3.7

    Original post : https://blenderartists.org/t/autoremesher-open-source-auto-retopology-tool/1245131/183?u=babiole

    opened by Nicolas-Constanty 1
  • Error When Enabling the Addon on Blender 2.91

    Error When Enabling the Addon on Blender 2.91

    Hi, I just wanted to test on Blender 2.91.0 (Windos 10 - 64bit) but had this error when enabling the addon at preferences:

    Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\filibis\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\mesh_autoremesher_init_.py", line 3, in from .src.autoremesherui import AutoRemesherSettings, OBJECT_OT_autoremesher, MAINPANEL_PT_autoremesher File "C:\Users\filibis\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\mesh_autoremesher\src\autoremesherui.py", line 2, in from .autoremesher import generate_quad_mesh ImportError: DLL load failed: %1 ge├ğerli bir Win32 uygulamas─▒ de─şil.

    I believe last sentence trying to say "DLL Load failed: It's not a valid Win32 file." I hope it'll be useful for debugging. Cheers!

    bug 
    opened by filibis 14
  • Task: Mac build

    Task: Mac build

    Depending on what's involved, exactly (mainly package availability, and such), I'd like to help out with a Mac build for this. Have you looked into this at all yet? I suggest we document the dependency availability first to get a sense of where any gaps in support are. We could do that here in this issue, or a wiki page might be useful.

    enhancement 
    opened by seanr 2
Releases(1.0.0-beta.3)
  • 1.0.0-beta.3(Feb 10, 2021)

    Addon for AutoRemesher by huxingyi Inside Blender :

    • Edit->Preferences...->Add-ons->Install->Select mesh_autoremesher.zip
    • Click the checkbox to enable the Add-on

    ⚠️ This beta version of the addon only support Windows 10 - x64 and Linux x64

    Note:

    • I did not implemented the loading bar inside Blender at the moment, so when the computation is started, Blender do not respond until the end of the generation.
    • The generation is pretty unstable at the moment (does not support lowpoly meshes), so you might encounter crashes depending of the mesh that you are using. Blender will be killed since I did not handle this kind of errors. Same behaviour happen on the Qt GUI of the original repository, so I did not handle it (because the author is aware of this issue, and is working toward to fix it).
    Source code(tar.gz)
    Source code(zip)
    mesh_autoremesher.zip(4.03 MB)
    mesh_autoremesher_linux.zip(97.75 MB)
Owner
null
Integrate the ZENO node system into Blender for creating robust physics animations!

ZenoBlend Integrate the ZENO node system into Blender for creating robust physics animations! End-user Installation Goto Release page, and click Asset

Zenus Technology 36 Oct 28, 2022
A Blender 2.7+ plugin that exports sausage link characters with animations

Sausage64 Sausage64 is a plugin for Blender 2.7 onwards, which allows you to export "sausage link" style character models with animations. The plugin

Buu342 33 Dec 17, 2022
A HEIF/HEIC addon for Pillow using libheif library through CFFI, with binary wheels.

pillow_heif A HEIF/HEIC addon for Pillow using libheif library through CFFI, with binary wheels(Python 3.6-3.9, linux/macos - x64,aarch64). Based most

Alexander Piskun 69 Dec 28, 2022
Windows 7 support for Blender 3.0

BlenderCompat Windows 7 support for Blender 3.0 Description This repository contains a compatibility DLL for running Blender 3.0 on Windows 7 and a pa

Alexandru Naiman 161 Dec 30, 2022
A blender import/export system for Defold

defold-blender-export A blender import/export system for Defold Setup Notes There are no exhaustive documents for this tool yet. Its just not complete

David Lannan 27 Dec 30, 2022
Blender is the free and open source 3D creation suite

Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.

Blender 7.4k Jan 1, 2023
A Blender script to procedurally generate 3D spaceships

Spaceship Generator A Blender script to procedurally generate 3D spaceships from a random seed. Usage Install Blender 2.80 or greater: http://blender.

Michael Davies 7.3k Dec 30, 2022
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.

Dear ImGui (This library is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addit

Flix 352 Dec 28, 2022
The FLIP Fluids addon is a tool that helps you set up, run, and render high quality liquid fluid effects all within Blender, the free and open source 3D creation suite.

FLIP Fluids The FLIP Fluids addon is a tool that helps you set up, run, and render liquid simulation effects. Our custom built fluid engine is based a

Ryan Guy 1.4k Dec 22, 2022
Qt 5 addon providing access to numerous types of archives

KArchive Reading, creating, and manipulating file archives Introduction KArchive provides classes for easy reading, creation and manipulation of "arch

KDE GitHub Mirror 34 Nov 1, 2022