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,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(614, "NodeImageFile")]
public struct NodeImageFile {
[DNAFieldAttribute(0, "char", "name[1024]", 1)]
[DNAFieldAttribute(0, "char", "name[1024]", "System.Char[]", 1)]
public char[] name = new System.Char[1024];
[DNAFieldAttribute(1, "ImageFormatData", "im_format", 336)]
[DNAFieldAttribute(1, "ImageFormatData", "im_format", "ImageFormatData", 336)]
public ImageFormatData im_format;
[DNAFieldAttribute(2, "int", "sfra", 4)]
[DNAFieldAttribute(2, "int", "sfra", "int", 4)]
public int sfra;
[DNAFieldAttribute(3, "int", "efra", 4)]
[DNAFieldAttribute(3, "int", "efra", "int", 4)]
public int efra;
public NodeImageFile() {
this.name = default;