updated generated files
This commit is contained in:
@@ -19,9 +19,9 @@ namespace BlendFile.DNA {
|
||||
public DriverVar next;
|
||||
[DNAFieldAttribute(8, "DriverVar", 1, "*prev", "DriverVar", true, 8)]
|
||||
public DriverVar prev;
|
||||
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
|
||||
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, false, 16)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAArrayAttribute(832, "DriverTarget", 3, "targets[8]", "DriverTarget[]", 8, 80)]
|
||||
[DNAArrayAttribute(832, "DriverTarget", 3, "targets[8]", "DriverTarget[]", 8, false, 80)]
|
||||
public DriverTarget[] targets = new DriverTarget[8];
|
||||
[DNAFieldAttribute(1, "char", 4, "num_targets", "char", false, 912)]
|
||||
public char num_targets;
|
||||
|
||||
Reference in New Issue
Block a user