corrected shape key reading

This commit is contained in:
devZoGok
2022-03-13 08:02:01 +02:00
parent fa1d0d277c
commit 8551823dd8
4 changed files with 47 additions and 20 deletions
+1
View File
@@ -133,6 +133,7 @@ def readDriver(node, channel, tag):
target = driver.variables[0].targets[0];
driverTag = ET.SubElement(tag, 'driver')
driverTag.set('type', target.transform_type)
driverTag.set('obj', target.id.name)
if(target.bone_target):