algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
224 stars 49 forks source link

fix: use proper name for GLTF support env variable #299

Closed yedpodtrzitko closed 1 year ago

yedpodtrzitko commented 2 years ago

PR Goal

both docs and .travis.yml use GLTF_EXPERIMENTAL_SUPPORT_ENABLED as the expected name for env variable to enable GLTF support. The code itself however uses GLTF_EXPERIMENTAL_SUPPORT (missing ENABLED suffix).

This PR should fix the discrepancy.

Checkpoints

yedpodtrzitko commented 1 year ago

@Haskaris done

Haskaris commented 1 year ago

Everything is good, thank you for your contribution!