Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,14 +14,14 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(614, "NodeImageFile", 1368)]
public struct NodeImageFile {
[DNAFieldAttribute(0, "char", "name[1024]", "System.Char[]", 1024, false, 0)]
public class NodeImageFile {
[DNAFieldAttribute(1024, "char", 0, "name[1024]", "System.Char[]", false, 0)]
public char[] name = new System.Char[1024];
[DNAFieldAttribute(1, "ImageFormatData", "im_format", "ImageFormatData", 336, false, 1024)]
[DNAFieldAttribute(336, "ImageFormatData", 1, "im_format", "ImageFormatData", false, 1024)]
public ImageFormatData im_format;
[DNAFieldAttribute(2, "int", "sfra", "int", 4, false, 1360)]
[DNAFieldAttribute(4, "int", 2, "sfra", "int", false, 1360)]
public int sfra;
[DNAFieldAttribute(3, "int", "efra", "int", 4, false, 1364)]
[DNAFieldAttribute(4, "int", 3, "efra", "int", false, 1364)]
public int efra;
public NodeImageFile() {
this.name = default;