add morph attribute to shaders

This commit is contained in:
QuantumCoderQC 2021-10-18 19:54:00 +02:00
parent 2f77c5b060
commit 0636eb85c6
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class ShaderContext:
def sort_vs(self):
vs = []
ar = ['pos', 'nor', 'tex', 'tex1', 'col', 'tang', 'bone', 'weight', 'ipos', 'irot', 'iscl']
ar = ['pos', 'nor', 'tex', 'tex1', 'morph', 'col', 'tang', 'bone', 'weight', 'ipos', 'irot', 'iscl']
for ename in ar:
elem = self.get_elem(ename)
if elem != None: