Kim Kulling
|
7d542eb795
Merge branch 'master' into py_available_formats
|
2 years ago |
Marco Feuerstein
|
b2cad5c58d
Use file system encoding.
|
2 years ago |
Marco Feuerstein
|
d1edaa949b
Fix passing of file extension string.
|
2 years ago |
Marco Feuerstein
|
59f2620164
Remove unneeded check for empty extension.
|
2 years ago |
Marco Feuerstein
|
261c7769b8
Replace static list of supported file extensions with the actually supported ones.
|
2 years ago |
FeeshWyvern
|
f9fcf33aaa
Bug fix: We should not be accessing `mPrivate` according to structs.Scene and fixes a crash when `mPrivate` points to invalid data.
|
2 years ago |
FeeshWyvern
|
94d9773548
Bug fix: Correctly set the name of the attributes. PR #3940 did not seem to update in Master?
|
2 years ago |
Kim Kulling
|
b4fc41bc09
Use corret attribute name
|
4 years ago |
David
|
efbabf3b0d
Implement contextmanager for load
|
5 years ago |
Shawn Presser
|
f305f10551
Only try to initialize members whose name starts with 'm' followed by an uppercase character
|
5 years ago |
Eric Olson
|
3924a5c32a
Ensure obj is not null before using hasattr
|
6 years ago |
Huarong Chen
|
b6d3cbcb61
Fix "bytes aketrans" issues in Python>=3.1
|
6 years ago |
Charlie Gettys
|
5a53fbd65f
port/PyAssimp/pyassimp/: Fix new warnings
|
6 years ago |
Charlie Gettys
|
1614b7bea4
port/PyAssimp/pyassimp/core.py: convert_assimp_string now switches on
|
6 years ago |
Charlie Gettys
|
e849b94f68
port/PyAssimp/pyassimp/core.py & helper.py: catch specific exceptions instead of BaseException
|
6 years ago |
Charlie Gettys
|
4e714fce0e
port/PyAssimp/pyassimp/core.py: remove unused import & second import of ctypes
|
6 years ago |
Charlie Gettys
|
49033513ef
port/PyAssimp/pyassimp/core.py: remove deprecated unused import & unnecessary from ctype import pointer
|
6 years ago |
Charlie Gettys
|
eb81619e56
Fix core.py raising string instead of correct RuntimeError
|
6 years ago |
Kim Kulling
|
b3c2fdc11d
python: fix review findings.
|
6 years ago |
Vincent Fazio
|
ef4e317625
Improved some comments
|
6 years ago |
Vincent Fazio
|
3402cd81c7
Added interface to 'aiExportSceneToBlob()' for pyassimp
|
6 years ago |
Wojciech Matyjewicz
|
fdf52f3d25
Build Python representation for metadata.
|
7 years ago |
Wojciech Matyjewicz
|
8bbfac1f04
Factor out Assimp string -> Python string conversion code.
|
7 years ago |
Wojciech Matyjewicz
|
7004066532
Fix inconsistent newlines.
|
7 years ago |
Vincent Fazio
|
597628f43a
Prevent 'AttributeError' when printing object attributes
|
7 years ago |
Andor Goetzendorff
|
f4fd5840b1
Encode filename using file system encoding instead of ASCII
|
7 years ago |
rodrigo figueroa
|
01a288ff35
Added support for python3
|
8 years ago |
Kim Kulling
|
1ca54c0b2f
closes https://github.com/assimp/assimp/issues/1211: defensice handling
|
8 years ago |
Steven Thompson
|
06e262f892
Added ability to export scenes with PyAssimp
|
9 years ago |
Steven Thompson
|
2c3bbe041a
Set xrange to range for Python 3.0 and above
|
9 years ago |