Giter Site home page Giter Site logo

jremesh-tools's People

Contributors

jayanam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jremesh-tools's Issues

Mac: "Path to Instant Meshes is missing" - wrong error message?

I installed Instant Meshes and the plugin, where I also added the path to instant meshes as can be seen in the screenshot. However, when I click on "remesh", i get the error that that very path is missing (again see screenshot).

I use Blender 3.6.6 (pre release). โ€“ Any idea what the problem is?

Screenshot 2023-11-14 at 14 34 47
Screenshot 2023-11-14 at 14 35 04

permission denied

Im getting this when I pick the directory of "Instant Meshes Application" in addons JRemesh: [Errno 13] Permission denied: '/Users/... directory

Error on install

Hello Jayanam, I get an error on install.

Modules Installed (jremesh-tools-main) from '/Users/joelgodin/Dropbox/Blender-Config/Addons_2.9/jremesh-tools-main.zip' into '/Users/joelgodin/Library/Application Support/Blender/3.0/scripts/addons'
Traceback (most recent call last):
File "/Applications/Blender/Blender-3.0.1.app/Contents/Resources/3.0/scripts/modules/addon_utils.py", line 351, in enable
mod = import(module_name)
File "/Users/joelgodin/Library/Application Support/Blender/3.0/scripts/addons/jremesh-tools-main/init.py", line 16, in
from . jrt_remesh_op import JRT_OT_Remesh
File "/Users/joelgodin/Library/Application Support/Blender/3.0/scripts/addons/jremesh-tools-main/jrt_remesh_op.py", line 1, in
from msilib.schema import Error
ModuleNotFoundError: No module named 'msilib'

(I'm on a mac with macOS)

Suggestion: GuideLines?

I was hopeful there was a way to also select a set of guidelines from a GreasePencil object.
Or maybe there's a way that opens the instance of InstantMeshes so you can put guidelines, so it handles the steps of export and import?
Maybe even just set the symmetry axis so it gets one guideline down the middle.
[My guess is neither was not possible, or maybe grease pencil was only annotations at the time you first build this bridging addon.]

https://igl.ethz.ch/projects/sketch-retopo/

Found CLI --help

Options:
-o, --output Writes to the specified PLY/OBJ output file in batch mode
-t, --threads Number of threads used for parallel computations
-d, --deterministic Prefer (slower) deterministic algorithms
-c, --crease Dihedral angle threshold for creases
-S, --smooth Number of smoothing & ray tracing reprojection steps (default: 2)
-D, --dominant Generate a tri/quad dominant mesh instead of a pure tri/quad mesh
-i, --intrinsic Intrinsic mode (extrinsic is the default)
-b, --boundaries Align to boundaries (only applies when the mesh is not closed)
-r, --rosy Specifies the orientation symmetry type (2, 4, or 6)
-p, --posy Specifies the position symmetry type (4 or 6)
-s, --scale Desired world space length of edges in the output
-f, --faces Desired face count of the output mesh
-v, --vertices Desired vertex count of the output mesh
-C, --compat Compatibility mode to load snapshots from old software versions
-k, --knn Point cloud mode: number of adjacent points to consider
-F, --fullscreen Open a full-screen window
-h, --help Display this message

Well I guess there's not way currently to send guide curls from the command line?!

JRemesh: Path to Instant Meshes is missing.

I get this error using Blender on MacOS. I put the correct path to the application "Instant Remesh" and have tried different routes thinking it was a permissions issue, but nothing has worked.

Quadriflow on blender 3.1 linux doesn't seem to do anything.

I've recently installed this addon and been testing it on linux with what I believe is the latest version of blender (3.1.2).

I've downloaded the linux version of instant meshes and pointed it to the appropriate path and that works as expected. Not being happy with the generated topology for a UV sphere on UV sphere boolean intersection I decided to try Quadriflow, and while it generates a new mesh and hides the old one, it does not appear to have actually applied any algorithm - the resulting mesh has the same geometry as the source mesh, including triangles and ngons.

Python error code!

Im using windows and blender 4.0, but im not sure i picked the right file for instant meshes
i found instant meshses.exe but still same error shows up
image

All seams, creases and UV's are lost

You'd want to keep these before remeshing because recreating them on a high poly is a bit of a nightmare. Also you lose the ability to stack UV islands on a simple example like a cube. May not be possible given you probably have to export to fbx for the tool and back, but in that case I wonder if the mesh data can be transferred somehow.

I get an error when trying to use the Blender Quadriflow option

TypeError: Converting py args to operator properties: : keyword "preserve_paint_mask" unrecognized

Python: Traceback (most recent call last):
File "C:\Users*****\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jremesh-tools-main\jrt_remesh_op.py", line 148, in execute
bpy.ops.object.quadriflow_remesh(
File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Converting py args to operator properties: : keyword "preserve_paint_mask" unrecognized

Any help would be great :-)

Copyright

Does it cause problems with copyright when I use it in my projects?

Getting a python error.

I have no idea what this means but this is the error I'm getting. I'm on blender 3.3.1

Python: Traceback (most recent call last):
  File "C:\Users\Sy\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\jremesh-tools-main\jrt_remesh_op.py", line 74, in execute
    bpy.ops.export_scene.obj(filepath=orig,
  File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\bpy\ops.py", line 113, in __call__
    ret = _op_call(self.idname_py(), None, kw)
AttributeError: Calling operator "bpy.ops.export_scene.obj" error, could not be found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.