Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
Small code refactoring
  • Loading branch information
danila-schelkov committed Oct 11, 2020
1 parent d5da91b commit a498525
Show file tree
Hide file tree
Showing 16 changed files with 598 additions and 507 deletions.
1 change: 0 additions & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 3d_converter.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: 3d-converter
Version: 0.6.9
Version: 0.7.0
Summary: Python 3D Models Converter
Home-page: https://github.com/vorono4ka/3d-converter
Author: Vorono4ka
Expand Down
6 changes: 2 additions & 4 deletions 3d_converter.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ models_converter/__init__.py
models_converter/chunks/__init__.py
models_converter/chunks/chunk.py
models_converter/formats/__init__.py
models_converter/formats/dae_read.py
models_converter/formats/dae_write.py
models_converter/formats/dae.py
models_converter/formats/gltf.py
models_converter/formats/obj_read.py
models_converter/formats/obj_write.py
models_converter/formats/obj.py
models_converter/formats/scw.py
models_converter/utils/__init__.py
models_converter/utils/reader.py
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## `Python 3D Models Converter`

**Version**: 0.6.8
**Version**: 0.7.0

### Thanks a lot for motivating [AMIRMISTIK]!

Expand Down
10 changes: 4 additions & 6 deletions models_converter/formats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
__all__ = [
'dae_write',
'dae_read',
'obj_write',
'obj_read',
'gltf',
'scw'
'scw',
'dae',
'obj',
'gltf'
]
Binary file not shown.
Loading

0 comments on commit a498525

Please sign in to comment.