Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/39c2d08a914b5a2201be3299ba2c24d9 to your computer and use it in GitHub Desktop.
Save r-ryantm/39c2d08a914b5a2201be3299ba2c24d9 to your computer and use it in GitHub Desktop.
/nix/store/mn9qcgmj37w820x001gla8hqi4xpc3jn-python2.7-pycollada-0.7.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── collada
│   │   ├── animation.py
│   │   ├── animation.pyc
│   │   ├── asset.py
│   │   ├── asset.pyc
│   │   ├── camera.py
│   │   ├── camera.pyc
│   │   ├── common.py
│   │   ├── common.pyc
│   │   ├── controller.py
│   │   ├── controller.pyc
│   │   ├── geometry.py
│   │   ├── geometry.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── light.py
│   │   ├── light.pyc
│   │   ├── lineset.py
│   │   ├── lineset.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── material.py
│   │   ├── material.pyc
│   │   ├── polygons.py
│   │   ├── polygons.pyc
│   │   ├── polylist.py
│   │   ├── polylist.pyc
│   │   ├── primitive.py
│   │   ├── primitive.pyc
│   │   ├── resources
│   │   │   ├── schema-1.4.1.xml
│   │   │   └── xsd.xml
│   │   ├── scene.py
│   │   ├── scene.pyc
│   │   ├── schema.py
│   │   ├── schema.pyc
│   │   ├── source.py
│   │   ├── source.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_asset.py
│   │   │   ├── test_asset.pyc
│   │   │   ├── test_camera.py
│   │   │   ├── test_camera.pyc
│   │   │   ├── test_collada.py
│   │   │   ├── test_collada.pyc
│   │   │   ├── test_geometry.py
│   │   │   ├── test_geometry.pyc
│   │   │   ├── test_iteration.py
│   │   │   ├── test_iteration.pyc
│   │   │   ├── test_light.py
│   │   │   ├── test_light.pyc
│   │   │   ├── test_lineset.py
│   │   │   ├── test_lineset.pyc
│   │   │   ├── test_material.py
│   │   │   ├── test_material.pyc
│   │   │   ├── test_scene.py
│   │   │   ├── test_scene.pyc
│   │   │   ├── test_source.py
│   │   │   └── test_source.pyc
│   │   ├── triangleset.py
│   │   ├── triangleset.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── xmlutil.py
│   │   └── xmlutil.pyc
│   └── pycollada-0.7.1.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 70 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment