├── B3DParser.py ├── LICENSE ├── README.md ├── __init__.py ├── b3dfile_specs.txt ├── export_b3d.py └── import_b3d.py /B3DParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joric/io_scene_b3d/HEAD/B3DParser.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joric/io_scene_b3d/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joric/io_scene_b3d/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joric/io_scene_b3d/HEAD/__init__.py -------------------------------------------------------------------------------- /b3dfile_specs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joric/io_scene_b3d/HEAD/b3dfile_specs.txt -------------------------------------------------------------------------------- /export_b3d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joric/io_scene_b3d/HEAD/export_b3d.py -------------------------------------------------------------------------------- /import_b3d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joric/io_scene_b3d/HEAD/import_b3d.py --------------------------------------------------------------------------------