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,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(744, "NodeGeometryForeachGeometryElementOutput")]
public struct NodeGeometryForeachGeometryElementOutput {
[DNAFieldAttribute(0, "NodeForeachGeometryElementInputItems", "input_items", 24)]
[DNAFieldAttribute(0, "NodeForeachGeometryElementInputItems", "input_items", "NodeForeachGeometryElementInputItems", 24)]
public NodeForeachGeometryElementInputItems input_items;
[DNAFieldAttribute(1, "NodeForeachGeometryElementMainItems", "main_items", 24)]
[DNAFieldAttribute(1, "NodeForeachGeometryElementMainItems", "main_items", "NodeForeachGeometryElementMainItems", 24)]
public NodeForeachGeometryElementMainItems main_items;
[DNAFieldAttribute(2, "NodeForeachGeometryElementGenerationItems", "generation_items", 24)]
[DNAFieldAttribute(2, "NodeForeachGeometryElementGenerationItems", "generation_items", "NodeForeachGeometryElementGenerationItems", 24)]
public NodeForeachGeometryElementGenerationItems generation_items;
[DNAFieldAttribute(3, "int", "inspection_index", 4)]
[DNAFieldAttribute(3, "int", "inspection_index", "int", 4)]
public int inspection_index;
[DNAFieldAttribute(4, "uchar", "domain", 1)]
[DNAFieldAttribute(4, "uchar", "domain", "uchar", 1)]
public byte domain;
[DNAFieldAttribute(5, "char", "_pad[3]", 1)]
[DNAFieldAttribute(5, "char", "_pad[3]", "System.Char[]", 1)]
public char[] _pad = new System.Char[3];
public NodeGeometryForeachGeometryElementOutput() {
this.input_items = default;