updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -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;