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