Asset Pipeline v2 #145

Closed
Nick Alberelli wants to merge 431 commits from (deleted):feature/asset-pipeline-v2 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit a17f50e5fa - Show all commits

View File

@ -9,11 +9,12 @@ TASK_LAYER_ITEMS = [
TASK_LAYER_KEYS = [item[0] for item in TASK_LAYER_ITEMS]
# KEYS FOR TRANSFER DATA TYPE MATCH NAME OF ICON
TRANSFER_DATA_TYPES = [
("NONE", "None", ""),
("VERTEX_GROUP", "Vertex Group", ""),
("GROUP_VERTEX", "Vertex Group", ""),
("MODIFIER", "Modifier", ""),
("MATERIAL_SLOT", "Material Slot", ""),
("MATERIAL", "Material Slot", ""),
]
TRANSFER_DATA_KEYS = [item[0] for item in TRANSFER_DATA_TYPES]