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

@@ -15,28 +15,28 @@ namespace BlendFile.DNA {
[DNAClassAttribute(754, "NodeGeometryBakeItem", 24)]
public class NodeGeometryBakeItem {
[DNAFieldAttribute(0, "char", "*name", "char", 8, true, 0)]
public char ptr_name;
[DNAFieldAttribute(1, "short", "socket_type", "short", 2, false, 8)]
[DNAFieldAttribute(8, "char", 0, "*name", "char", true, 0)]
public char name;
[DNAFieldAttribute(2, "short", 1, "socket_type", "short", false, 8)]
public short socket_type;
[DNAFieldAttribute(2, "short", "attribute_domain", "short", 2, false, 10)]
[DNAFieldAttribute(2, "short", 2, "attribute_domain", "short", false, 10)]
public short attribute_domain;
[DNAFieldAttribute(3, "int", "identifier", "int", 4, false, 12)]
[DNAFieldAttribute(4, "int", 3, "identifier", "int", false, 12)]
public int identifier;
[DNAFieldAttribute(4, "int", "flag", "int", 4, false, 16)]
[DNAFieldAttribute(4, "int", 4, "flag", "int", false, 16)]
public int flag;
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false, 20)]
[DNAFieldAttribute(4, "char", 5, "_pad[4]", "System.Char[]", false, 20)]
public char[] _pad = new System.Char[4];
public NodeGeometryBakeItem() {
this.ptr_name = default;
this.name = default;
this.socket_type = default;
this.attribute_domain = default;
this.identifier = default;
this.flag = default;
this._pad = default;
}
public NodeGeometryBakeItem(char ptr_name, short socket_type, short attribute_domain, int identifier, int flag, char[] _pad) {
this.ptr_name = ptr_name;
public NodeGeometryBakeItem(char name, short socket_type, short attribute_domain, int identifier, int flag, char[] _pad) {
this.name = name;
this.socket_type = socket_type;
this.attribute_domain = attribute_domain;
this.identifier = identifier;