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,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(41, "PreviewImage")]
public class PreviewImage {
[DNAFieldAttribute(0, "int", "w[2]", 4)]
[DNAFieldAttribute(0, "int", "w[2]", "System.Int32[]", 4)]
public int[] w = new System.Int32[2];
[DNAFieldAttribute(1, "int", "h[2]", 4)]
[DNAFieldAttribute(1, "int", "h[2]", "System.Int32[]", 4)]
public int[] h = new System.Int32[2];
[DNAFieldAttribute(2, "short", "flag[2]", 2)]
[DNAFieldAttribute(2, "short", "flag[2]", "System.Int16[]", 2)]
public short[] flag = new System.Int16[2];
[DNAFieldAttribute(3, "short", "changed_timestamp[2]", 2)]
[DNAFieldAttribute(3, "short", "changed_timestamp[2]", "System.Int16[]", 2)]
public short[] changed_timestamp = new System.Int16[2];
[DNAFieldAttribute(4, "int", "*rect[2]", 4)]
[DNAFieldAttribute(4, "int", "*rect[2]", "System.Int32[]", 4)]
public int[] ptr_r = new System.Int32[2];
[DNAFieldAttribute(5, "PreviewImageRuntimeHandle", "*runtime", 0)]
[DNAFieldAttribute(5, "PreviewImageRuntimeHandle", "*runtime", "PreviewImageRuntimeHandle", 0)]
public PreviewImageRuntimeHandle ptr_runtime;
public PreviewImage() {
this.w = default;