-
I am having a very hard time creating a minimal crashing example for this bug because it is nonderterministic. If I execute 2 times the same code it can crash and then work perfectly. If I had or remo…
-
Many users and developers struggle with crashes in ShapeWorks Optimize step that are the result of grooming errors and other input errors. It would be nice if the optimizer did some input verificatio…
-
Thank you for finsh this great job!
I have some questions about how to get 3D mesh and texture in your code?
I want to same then individual as obj or plt format and get 3D normal ,I don’t see those…
-
### Tested versions
- Reproducible in v4.3.stable.mono.official [77dcf97d8]
### System information
Godot v4.3.stable.mono - Windows 10.0.22631 - Vulkan (Forward+) - Blender 4.1
### Issue descript…
-
Happens at:
https://github.com/kree-nickm/ninjaripper-blender-import/blob/bdb167986d403856ab8748e1870b8a02d889921c/RipMesh.py#L34
With some rip files `normals` can remain `None` because it's not p…
-
Hello,
I'm new in FEM and in Ferrite. So far I have been able to use this library and Gmsh with different geometry and it worked fine, but this one gives me trouble:
Here is the error message:
…
-
-
Hi,
This is a basic question but I'm trying to plot a mesh from an obj file but only show the edges and not the faces. I.e. I want a wireframe.
Is there an example of this that someone could point…
-
Hi,
I know the progressive mesh functionalty from D3DX 8/9. Unfortunately it is gone in DX10/11/12.
I am exited to possibly have it back with this library. However I am having trouble finding a …
-
I am trying to perform boolean operation on cuboid and my_mesh.
while generating cuboid I assigned 'my_mesh.center' to center attribute
```py
path = 'path-to-my_part.stl'
my_mesh = pv.read…