regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(881, "StripProxy")]
public class StripProxy {
[DNAFieldAttribute(0, "char", "dir[768]", "System.Char[]", 1)]
[DNAFieldAttribute(0, "char", "dir[768]", "System.Char[]", 768, false)]
public char[] dir = new System.Char[768];
[DNAFieldAttribute(1, "char", "file[256]", "System.Char[]", 1)]
[DNAFieldAttribute(1, "char", "file[256]", "System.Char[]", 256, false)]
public char[] file = new System.Char[256];
[DNAFieldAttribute(2, "ImBufAnim", "*anim", "ImBufAnim", 0)]
[DNAFieldAttribute(2, "ImBufAnim", "*anim", "ImBufAnim", 4, true)]
public ImBufAnim ptr_anim;
[DNAFieldAttribute(3, "short", "tc", "short", 2)]
[DNAFieldAttribute(3, "short", "tc", "short", 2, false)]
public short tc;
[DNAFieldAttribute(4, "short", "quality", "short", 2)]
[DNAFieldAttribute(4, "short", "quality", "short", 2, false)]
public short quality;
[DNAFieldAttribute(5, "short", "build_size_flags", "short", 2)]
[DNAFieldAttribute(5, "short", "build_size_flags", "short", 2, false)]
public short build_size_flags;
[DNAFieldAttribute(6, "short", "build_tc_flags", "short", 2)]
[DNAFieldAttribute(6, "short", "build_tc_flags", "short", 2, false)]
public short build_tc_flags;
[DNAFieldAttribute(7, "short", "build_flags", "short", 2)]
[DNAFieldAttribute(7, "short", "build_flags", "short", 2, false)]
public short build_flags;
[DNAFieldAttribute(8, "char", "storage", "char", 1)]
[DNAFieldAttribute(8, "char", "storage", "char", 1, false)]
public char storage;
[DNAFieldAttribute(9, "char", "_pad[5]", "System.Char[]", 1)]
[DNAFieldAttribute(9, "char", "_pad[5]", "System.Char[]", 5, false)]
public char[] _pad = new System.Char[5];
public StripProxy() {
this.dir = default;