Paul RASCLE

Results 138 comments of Paul RASCLE

I was wondering where the typo intall instead of install could come from. It's a typo in the build documentation on Ubuntu with native packages, sorry! Of course you have...

reproduced with test017.py and `res = cc.SavePointCloud(cl, os.path.join(dataDir, "boule.laz"), version="1.4")` Scalar field delta is visible in the CloudCompare dialog, but not loaded.

Hello, are you trying to use the Windows 10 / Anaconda binary, or are you looking to rebuild CloudComPy, and on what platform? Can you describe specifically the problems you...

> > > Hi, > > I am also having issues with the installation process. I am running a macOS and have trouble following the installation instructions. Cloning the git...

> > > > Hello, are you trying to use the Windows 10 / Anaconda binary, or are you looking to rebuild CloudComPy, and on what platform? > > Can...

Hi Kepra3, Python 3.9 was not in the list of supported versions in CloudComPy, I just added it in the git repository. You should update your sources with a pull...

Hi Luke, I tried to reproduce your problem. in your screenshot of dependencies, Conda libraries are not found as well as `VCRUNTIME140_1.dll` When I run DependencyGUI in the terminal with...

That's right, if the cloud is not loaded, the returned object is of type None. I am surprised about the discrepancies on the package list. More missing packages could explain...

Hello, In the CloudCompare C++ code, the comments indicate that setting maxSearchDist to a value >0 invalidates in-process parallelism (single thread). A quick investigation of the C++ code did not...

Hello Xiangtao, I had prepared an answer, but I forgot to send it... I was focused on multithreading and did not know well the possibilities of the multiprocessing library, which...