Adds a bunch of import methods

Yes I did do this code all myself and they have been looked over and modified since proposed to other addons.

The commented MMD animation importer is stashed as a comment for now till an MMD animation importer is properly created.
This commit is contained in:
989onan
2024-07-24 18:20:28 -04:00
parent f0323577c9
commit 7401ba78d5
5 changed files with 299 additions and 53 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ def toposort(deps_dict):
unsorted.append(value)
deps_dict = {value : deps_dict[value] - sorted_values for value in unsorted}
sort_order(sorted_list) #to sort by 'bl_order' so we can choose how things may appear in the ui
#sort_order(sorted_list) #to sort by 'bl_order' so we can choose how things may appear in the ui
return sorted_list