Skip to content

cmlibs-python/cmlibs.exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMLibs Exporter

CMLibs exporter classes. This software can be found on PyPi and installed with the following command:

pip install cmlibs.exporter

When using the thumbnail exporter there are additional requirements for hardware or software rendering. To install the thumbnail exporter with support for hardware rendering install cmlibs.exporter with:

pip install 'cmlibs.exporter[thumbnail_hardware]'

To install the thumbnail exporter with support for software rendering install cmlibs.exporter with:

pip install 'cmlibs.exporter[thumbnail_software]'

To force the use of the software renderer even when hardware rendering is available, set an environment variable like so:

OC_EXPORTER_RENDERER=osmesa

either in the environment the exporter is run in or before calling the export thumbnail method.

Distribution

This software uses regex to extract the version number information from the package. The version number for this package is stored in 'src/cmlibs/exporter/__init__.py'

About

Functions for exporting OpenCMISS-Zinc visualisations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages