Emily Banerjee
|
ff5b0ae575
Fix PyAssimp under Python >= 3.12 and macOS library search support (#5397)
|
1 year ago |
Manuel López Antequera
|
e49ee6cfb2
PyAssimp fix: don't always search anaconda paths
|
4 years ago |
Chuck Claunch
|
18beae988c
Add support for arm 64 bit
|
4 years ago |
Robert Spencer
|
e1322f9178
Fix indentation error in python bindings
|
5 years ago |
Kim Kulling
|
01070b4de7
closes https://github.com/assimp/assimp/issues/2439: add null ptr test before calling hasAttr.
|
6 years ago |
Andor Goetzendorff
|
b10dc5747b
Revert "Remove experimental change unintentionally included in commit f001dfc8"
|
6 years ago |
Charlie Gettys
|
e45d120f21
Remove experimental change unintentionally included in commit f001dfc8
|
6 years ago |
Charlie Gettys
|
f001dfc840
* Fix error in previous commit improving imports
|
6 years ago |
Charlie Gettys
|
7930de9f37
port/PyAssimp/pyassimp/helper.py: replace from ctypes import POINTER; POINTER(something) with ctypes.POINTER(something) to remove warning about importing ctype twice
|
6 years ago |
Charlie Gettys
|
e849b94f68
port/PyAssimp/pyassimp/core.py & helper.py: catch specific exceptions instead of BaseException
|
6 years ago |
Vincent Fazio
|
8cb0b4ce2b
Updated pyassimp function description
|
6 years ago |
Vincent Fazio
|
3402cd81c7
Added interface to 'aiExportSceneToBlob()' for pyassimp
|
6 years ago |
Kim Kulling
|
d4c7eb3b67
Update helper.py
|
7 years ago |
Kim Kulling
|
4a720511e4
Update helper.py
|
7 years ago |
Ravin Kumar
|
7b0f100fc3
Solved pyassimp.errors.AssimpError in conda
|
7 years ago |
Robert Spencer
|
ce5b78f6c0
Remove check for 'assimp' in name of directories to be searched for library in python port
|
7 years ago |
Daeyun Shin
|
bf9d319489
Update helper.py
|
7 years ago |
Mel Massadian
|
37f5619149
created a python3 version of the 3dviewer and fixed the / = float in py3
|
8 years ago |
Séverin Lemaignan
|
4d37f90ea5
Revert "Installing assimp library as well"
|
8 years ago |
Guillaume Bittoun
|
33bd5cfcfb
Installing assimp library as well
|
8 years ago |
Séverin Lemaignan
|
9aee9d6966
[pyassimp] Look as well for the assimp library using std 64bit path
|
8 years ago |
Michael Görner
|
f1a984bd3b
only check a library folder if it actually exists
|
9 years ago |
Steven Thompson
|
06e262f892
Added ability to export scenes with PyAssimp
|
9 years ago |
Alexander Gessler
|
709f19e5ab
Merge pull request #664 from Tcll/master
|
9 years ago |
Tcll
|
5ce968c67f
Added auto-detection of numpy
|
10 years ago |
Kim Kulling
|
85c8d7b89b
PyViewer: Add local path search path for ssimp lib.
|
10 years ago |
Michael Dawson-Haggerty
|
8d27a27445
fixed docstrings
|
11 years ago |
Michael Dawson-Haggerty
|
7fff52bf86
cleaned up error message autoreplacement
|
11 years ago |
Michael Dawson-Haggerty
|
5ae65987c0
added the ability to load from file objects with pyassimp.load, as opposed to only being able to load from paths
|
11 years ago |
autosquid
|
fd4f7f4572
for python binding to work on mac
|
11 years ago |