Regenerated all the files
This commit is contained in:
@@ -11,13 +11,20 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeGeometryForeachGeometryElementOutput {
|
||||
[DNAFieldAttribute(0, "NodeForeachGeometryElementInputItems", "input_items", 24)]
|
||||
public NodeForeachGeometryElementInputItems input_items;
|
||||
[DNAFieldAttribute(1, "NodeForeachGeometryElementMainItems", "main_items", 24)]
|
||||
public NodeForeachGeometryElementMainItems main_items;
|
||||
[DNAFieldAttribute(2, "NodeForeachGeometryElementGenerationItems", "generation_items", 24)]
|
||||
public NodeForeachGeometryElementGenerationItems generation_items;
|
||||
[DNAFieldAttribute(3, "int", "inspection_index", 4)]
|
||||
public int inspection_index;
|
||||
[DNAFieldAttribute(4, "uchar", "domain", 1)]
|
||||
public byte domain;
|
||||
[DNAFieldAttribute(5, "char", "_pad[3]", 1)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
public NodeGeometryForeachGeometryElementOutput(NodeForeachGeometryElementInputItems input_items, NodeForeachGeometryElementMainItems main_items, NodeForeachGeometryElementGenerationItems generation_items, int inspection_index, byte domain, char[] _pad) {
|
||||
this.input_items = input_items;
|
||||
|
||||
Reference in New Issue
Block a user