regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(334, "Stereo3dFormat")]
public struct Stereo3dFormat {
[DNAFieldAttribute(0, "short", "flag", 2)]
[DNAFieldAttribute(0, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(1, "char", "display_mode", 1)]
[DNAFieldAttribute(1, "char", "display_mode", "char", 1)]
public char display_mode;
[DNAFieldAttribute(2, "char", "anaglyph_type", 1)]
[DNAFieldAttribute(2, "char", "anaglyph_type", "char", 1)]
public char anaglyph_type;
[DNAFieldAttribute(3, "char", "interlace_type", 1)]
[DNAFieldAttribute(3, "char", "interlace_type", "char", 1)]
public char interlace_type;
[DNAFieldAttribute(4, "char", "_pad[3]", 1)]
[DNAFieldAttribute(4, "char", "_pad[3]", "System.Char[]", 1)]
public char[] _pad = new System.Char[3];
public Stereo3dFormat() {
this.flag = default;