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,22 +14,22 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(638, "NodeTexImage", 1024)]
public struct NodeTexImage {
[DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960, false, 0)]
public class NodeTexImage {
[DNAFieldAttribute(960, "NodeTexBase", 0, "base", "NodeTexBase", false, 0)]
public NodeTexBase @base;
[DNAFieldAttribute(1, "ImageUser", "iuser", "ImageUser", 40, false, 960)]
[DNAFieldAttribute(40, "ImageUser", 1, "iuser", "ImageUser", false, 960)]
public ImageUser iuser;
[DNAFieldAttribute(2, "int", "color_space", "int", 4, false, 1000)]
[DNAFieldAttribute(4, "int", 2, "color_space", "int", false, 1000)]
public int color_space;
[DNAFieldAttribute(3, "int", "projection", "int", 4, false, 1004)]
[DNAFieldAttribute(4, "int", 3, "projection", "int", false, 1004)]
public int projection;
[DNAFieldAttribute(4, "float", "projection_blend", "float", 4, false, 1008)]
[DNAFieldAttribute(4, "float", 4, "projection_blend", "float", false, 1008)]
public float projection_blend;
[DNAFieldAttribute(5, "int", "interpolation", "int", 4, false, 1012)]
[DNAFieldAttribute(4, "int", 5, "interpolation", "int", false, 1012)]
public int interpolation;
[DNAFieldAttribute(6, "int", "extension", "int", 4, false, 1016)]
[DNAFieldAttribute(4, "int", 6, "extension", "int", false, 1016)]
public int extension;
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 4, false, 1020)]
[DNAFieldAttribute(4, "char", 7, "_pad[4]", "System.Char[]", false, 1020)]
public char[] _pad = new System.Char[4];
public NodeTexImage() {
this.@base = default;