Paul RASCLE

Results 138 comments of Paul RASCLE

Hi Aaron, thank you for your encouragement! The first possible explanation is that you are using unshifted coordinates for your polygons, whereas your mesh is internally shifted during import. See...

Hi Aaron, I don't know of a tool for cutting out the texture, but I think there may be a way to recreate an image of the cut-out texture, if...

Hi Aaron, I wrote the following script, which creates a .tif file colored with texture for each .obj file: ``` import os import sys import math import fnmatch os.environ["_CCTRACE_"]="ON" #...

Have you taken a look at issue #89? I'll think about publishing a docker image, if it seems feasible without taking too much time... Best, Paul

Hi, The computeRANSAC_SD function from RANSAC_SD plugin gives as a result a tuple (list of primitive meshes, list of clouds). See test035.py for an example of use. For each type...

Hi, Several users have a similar problem, and I've found a solution for two different cases so far: 1. When there is a space in the path, for example if...

Hello, Can you try the latest binary [CloudCompare 2.13.1 Universal (intel x86_64 and apple arm64) without Python Plugin (fix in test)](https://www.simulation.openfields.fr/index.php/cloudcompare-downloads/103-cloudcompare-2-13-1-universal-intel-x86-64-and-apple-arm64-without-python-plugin-fix)? I've removed the dependency on libpcre2-8.dylib. Best regards, Paul

Hello, This quarantine flag may be related to the way I build CloudCompare on macOS. I'll look into this problem. I come from the Linux world and am still struggling...

Hello, Have you tried asking your question on the CloudCompare issues? It looks like a question on CloudCompare. I'm not very familiar with the E57 format and I'm not sure...

Hello, The `computeCloud2MeshDistances` method creates a new scalar field named `C2M absolute distances` in the cloud. If you want to create an image by script, see [Rendering a 3D scene...