Fixes parameters to pyassimp.load
authorRobert Spencer <robert.spencer94@gmail.com>
Sun, 25 Jun 2017 13:10:11 +0000 (15:10 +0200)
committerRobert Spencer <robert.spencer94@gmail.com>
Sun, 25 Jun 2017 13:18:53 +0000 (15:18 +0200)
commitc6d888531b8c9edf6922327c45fa9fc885bdce96
tree7e1def5b15fd3d81fee274808a8557c372cf4c88
parentafb2f3036e6200101be63baeaaed182bf8533d29
Fixes parameters to pyassimp.load

Commit 704e57db4ee640262b8b20f4b687c15231d64354 changed the order
of the parameters to `pyassimp.load`.  The new order groups
`filename` and `file_type` which is preferable, but the samples and
other calls to `load` still point to the old order.  This fixes that
with named arguments where necessary.
port/PyAssimp/scripts/3d_viewer.py
port/PyAssimp/scripts/fixed_pipeline_3d_viewer.py
port/PyAssimp/scripts/sample.py