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

@@ -29,11 +29,11 @@ namespace BlendFile.DNA {
public ListBase channels;
[DNAFieldAttribute(8, "Sequence", 6, "*act_seq", "Sequence", true, 72)]
public Sequence act_seq;
[DNAArrayAttribute(1024, "char", 7, "act_imagedir[1024]", "System.Char[]", 1024, 80)]
[DNAArrayAttribute(1024, "char", 7, "act_imagedir[1024]", "System.Char[]", 1024, false, 80)]
public char[] act_imagedir = new System.Char[1024];
[DNAArrayAttribute(1024, "char", 8, "act_sounddir[1024]", "System.Char[]", 1024, 1104)]
[DNAArrayAttribute(1024, "char", 8, "act_sounddir[1024]", "System.Char[]", 1024, false, 1104)]
public char[] act_sounddir = new System.Char[1024];
[DNAArrayAttribute(1024, "char", 9, "proxy_dir[1024]", "System.Char[]", 1024, 2128)]
[DNAArrayAttribute(1024, "char", 9, "proxy_dir[1024]", "System.Char[]", 1024, false, 2128)]
public char[] proxy_dir = new System.Char[1024];
[DNAFieldAttribute(4, "int", 10, "proxy_storage", "int", false, 3152)]
public int proxy_storage;