godot/modules/assimp
Rémi Verschelde ab3bccdb78 Fix typos with codespell
Using codespell 1.16.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-11-22 08:35:03 +01:00
..
config.py Add Open Asset Import Library to Godot. 2019-04-05 07:17:52 -07:00
editor_scene_importer_assimp.cpp Fix typos with codespell 2019-11-22 08:35:03 +01:00
editor_scene_importer_assimp.h FBX Importer Generation 3 2019-11-05 17:54:57 +00:00
godot_update_assimp.sh Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
import_state.h FBX Importer Generation 3 2019-11-05 17:54:57 +00:00
import_utils.h 33714 Check if the image is null before use. 2019-11-20 11:22:35 -08:00
register_types.cpp Fix wrong method binds and registered class 2019-04-06 16:12:59 +02:00
register_types.h Add Open Asset Import Library to Godot. 2019-04-05 07:17:52 -07:00
SCsub Updated assimp to 308db73 from https://github.com/assimp/assimp/ 2019-11-05 20:38:26 +00:00