OpenFields SAS
  • Home
  • Who are we?
  • Projects
    • CloudComPy
    • CloudCompare
Sign In
Featured

The February 17, 2022 CloudComPy Windows10 release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The February 17, 2022 version of the Windows 10 Anaconda 3 binary is available here.

The corresponding Anaconda3 configuration is described in the README.

This version brings the following features:

  • Allow keyword arguments on methods with optional arguments, to avoid to fill a long list of default values (issue #20). See for instance test025.py in doc/PythonAPI/test025.py, where the methods have about 20 arguments with only two mandatory. The keyword arguments are not yet implemented on methods without optional arguments.
  • Debug traces from C++ are extended to messages from CloudCompare (the same we get on the CloudCompare GUI console). Need the environment variable CCTRACE=ON
  • Fix several problems related to las driver (issue #20):
    • - On Linux, set the locale to C (same as default US locale) to avoid conversion problems from string to float.
    • - The latest version of PDAL (2.3.0) is more restrictive on dimension names than 2.1.0.
  • Python package restructuration to handle properly the standard plugins: to get access to the wrapped methods of a plugin, this plugin must be explicitely imported: see for instance doc/PythonAPI/test030.py (plugin M3C2) the plugin M3C2 is the only standard plugin wrapped for the moment (issue #16).
  • Add some features to Rasterization (issue #21)
  • Various improvements and bug fixes.

Corresponding git tag 'CloudComPy_master_20220218.

Featured

The January 30, 2022 CloudComPy Linux release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The January 30, 2022 version of the Linux64 Anaconda 3 binary is available here.

Please have a look at README for requirements.

This version brings the following features:

  • Build CloudCompare with all Plugins (some are not yet available in CloudComPy
  • More methods related to normals (see test014)
  • Access to M3C2 plugin in CloudComPy (see test030)
  • Draco driver available for I/O in CloudComPy (see test020)
  • Various improvements and bug fixes.Docker build for Linux, update doc on Docker usage for build, test and use.

This binary works only on Linux 64, on recent distributions, and with Anaconda3 as described in README, not anywhere else!

This binary requires also libomp.so.5 installed on the system: for ubuntu 

sudo apt-get install libomp5

Only tested un Ubuntu 20.04 (focal), please report any problems on other distributions.

GLIBC version should be 2.29 or more.

Please report any problem on github.

Corresponding git tag 'CloudComPy_master_20220130'.

Featured

The January 30, 2022 CloudComPy Windows10 release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The January 30, 2022 version of the Windows 10 Anaconda 3 binary is available here.

The corresponding Anaconda3 configuration is described in the README.

This version brings the following features:

  •  Build CloudCompare with all Plugins (some are not yet available in CloudComPy)
  • More methods related to normals (see test014)
  • Access to M3C2 plugin in CloudComPy (see test030) ONLY in Linux Version
  • Draco driver available for I/O in CloudComPy (see test020)
  • Various improvements and bug fixes.

Corresponding git tag 'CloudComPy_master_20220130.

Featured

The January 15, 2022 CloudComPy Linux release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The January 15, 2022 version of the Linux64 Anaconda 3 binary is available here.

Please have a look at README for requirements.

This version brings the following features:

  • Docker build for Linux, update doc on Docker usage for build, test and use.
  • Add methods for color on ccPointCloud, access and modify color from Numpy.
  • Add QColor interface for color conversions and transformations.
  • Various improvements and bug fixes.

This binary works only on Linux 64, on recent distributions, and with Anaconda3 as described in README, not anywhere else!

This binary requires also libomp.so.5 installed on the system: for ubuntu 

sudo apt-get install libomp5

Only tested un Ubuntu 20.04 (focal), please report any problems on other distributions.

GLIBC version should be 2.29 or more.

Please report any problem on github.

Corresponding git tag 'CloudComPy_master_20220115'.

Featured

The January 15, 2022 CloudComPy Windows10 release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The January 15, 2022 version of the Windows 10 Anaconda 3 binary is available here.

The corresponding Anaconda3 configuration is described in the README.

This version brings the following features:

  • Docker build for Linux, update doc on Docker usage for build, test and use.
  • Add methods for color on ccPointCloud, access and modify color from Numpy.
  • Add QColor interface for color conversions and transformations.
  • Various improvements and bug fixes.

Corresponding git tag 'CloudComPy_master_20220115.

Featured

The December 8, 2021 CloudComPy Linux release fixes a problem with December 5 Linux version

CloudComPy Last Updated: 21 October 2023
  • versions

This version replaces the version from December 05, 2021 (bug in environment script). This binary is available here.

This binary works only on Linux 64, on recent distributions, and with Anaconda3 as described below, not anywhere else!

This binary requires also libomp.so.5 installed on the system: for ubuntu 

sudo apt-get install libomp5

Only tested on Ubuntu 20.04 (focal) and Debian 11 (bullseye), please report any problems on other distributions.

GLIBC version should be 2.29 or more.

The corresponding Anaconda3 configuration is described in the README.

Please report any problem on github.

This version brings the following features:

  • Windows build: restructuration of CMakeSettings.json and build with Python 3.9
  • complements on transformations methods (constructors, converters, data access, rotation operators...)
  • conversion of a tranformation from double precision to simple precision
  • delete entity method (warning: use with caution, no protection against a C++ object destruction while there are still Python objects handling the deleted object!)
  • complements on Polyline methods
  • addChild method for entities
  • a minimal bounding box function (find a rotation that minimise the bounding box Ox,Oy,Oz) written with CloudComPy (see test026.py and tes027.py)
  • better scripts to set the environment when running CloudComPy (enCloudCompPy.bat on Windows, condaCloud.sh on Linux)
  • activate or deactivate c++ debug trace with environment variable _CCTRACE_=ON
  • add IDE spyder and jupyter on conda environments (exemple of jupyter notebook in doc/samples)
  • README restructuration

Corresponding git tag 'CloudComPy_master_20211208'.

Featured

The December 5, 2021 CloudComPy Windows10 release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The December 5, 2021 version of the Windows 10 Anaconda 3 binary is available here.

The corresponding Anaconda3 configuration is described in the README.

This version brings the following features:

  • Windows build: restructuration of CMakeSettings.json and build with Python 3.9
  • complements on transformations methods (constructors, converters, data access, rotation operators...)
  • conversion of a tranformation from double precision to simple precision
  • delete entity method (warning: use with caution, no protection against a C++ object destruction while there are still Python objects handling the deleted object!)
  • complements on Polyline methods
  • addChild method for entities
  • a minimal bounding box function (find a rotation that minimise the bounding box Ox,Oy,Oz) written with CloudComPy (see test026.py and tes027.py)
  • better scripts to set the environment when running CloudComPy (enCloudCompPy.bat on Windows, condaCloud.sh on Linux)
  • activate or deactivate c++ debug trace with environment variable _CCTRACE_=ON
  • add IDE spyder and jupyter on conda environments (exemple of jupyter notebook in doc/samples)
  • README restructuration

Corresponding git tag 'CloudComPy_master_20211205'.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
Page 7 of 9
  1. You are here:  
  2. Home
© 2025 OpenFields SAS
  • Home
  • Who are we?
  • Projects
    • CloudComPy
    • CloudCompare