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

@@ -13,19 +13,19 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(41, "PreviewImage", 40)]
[DNAClassAttribute(41, "PreviewImage", 48)]
public class PreviewImage {
[DNAArrayAttribute(8, "int", 0, "w[2]", "System.Int32[]", 2, 0)]
[DNAArrayAttribute(8, "int", 0, "w[2]", "System.Int32[]", 2, false, 0)]
public int[] w = new System.Int32[2];
[DNAArrayAttribute(8, "int", 1, "h[2]", "System.Int32[]", 2, 8)]
[DNAArrayAttribute(8, "int", 1, "h[2]", "System.Int32[]", 2, false, 8)]
public int[] h = new System.Int32[2];
[DNAArrayAttribute(4, "short", 2, "flag[2]", "System.Int16[]", 2, 16)]
[DNAArrayAttribute(4, "short", 2, "flag[2]", "System.Int16[]", 2, false, 16)]
public short[] flag = new System.Int16[2];
[DNAArrayAttribute(4, "short", 3, "changed_timestamp[2]", "System.Int16[]", 2, 20)]
[DNAArrayAttribute(4, "short", 3, "changed_timestamp[2]", "System.Int16[]", 2, false, 20)]
public short[] changed_timestamp = new System.Int16[2];
[DNAArrayAttribute(8, "int", 4, "*rect[2]", "System.Int32[]", 2, 24)]
[DNAArrayAttribute(16, "int", 4, "*rect[2]", "System.Int32[]", 2, true, 24)]
public int[] rect = new System.Int32[2];
[DNAFieldAttribute(8, "PreviewImageRuntimeHandle", 5, "*runtime", "PreviewImageRuntimeHandle", true, 32)]
[DNAFieldAttribute(8, "PreviewImageRuntimeHandle", 5, "*runtime", "PreviewImageRuntimeHandle", true, 40)]
public PreviewImageRuntimeHandle runtime;
public PreviewImage() {
this.w = default;