aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/import/editor_import_collada.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-2508/+0
| | | | | | The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-091-1/+1
| | | | | | | | | - `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.
* Several bugfixes, improving the import workflowJuan Linietsky2017-02-061-4/+12
|
* completed scene importing (I hope?)Juan Linietsky2017-02-041-4/+36
|
* Scene import more or less working, needs some missing features.Juan Linietsky2017-02-041-0/+2468