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,22 +15,22 @@ namespace BlendFile.DNA {
[DNAClassAttribute(739, "NodeForeachGeometryElementMainItem", 16)]
public class NodeForeachGeometryElementMainItem {
[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, "char", "_pad[2]", "System.Char[]", 2, false, 10)]
[DNAFieldAttribute(2, "char", 2, "_pad[2]", "System.Char[]", false, 10)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(3, "int", "identifier", "int", 4, false, 12)]
[DNAFieldAttribute(4, "int", 3, "identifier", "int", false, 12)]
public int identifier;
public NodeForeachGeometryElementMainItem() {
this.ptr_name = default;
this.name = default;
this.socket_type = default;
this._pad = default;
this.identifier = default;
}
public NodeForeachGeometryElementMainItem(char ptr_name, short socket_type, char[] _pad, int identifier) {
this.ptr_name = ptr_name;
public NodeForeachGeometryElementMainItem(char name, short socket_type, char[] _pad, int identifier) {
this.name = name;
this.socket_type = socket_type;
this._pad = _pad;
this.identifier = identifier;