Move DocData and Collada out of their subfolders

Now that the unused DocDump was removed, the `editor/doc` subfolder is
redundant.

Similarly, there's no reason for Collada to have a subfolder for itself
when glTF or OBJ don't.
This commit is contained in:
Rémi Verschelde
2020-03-24 09:54:49 +01:00
parent 9d24541597
commit cfd84625f0
12 changed files with 7 additions and 19 deletions

View File

@ -1,5 +0,0 @@
#!/usr/bin/env python
Import('env')
env.add_source_files(env.editor_sources, "*.cpp")