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,14 +14,14 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(748, "NodeFunctionCompare", 4)]
public struct NodeFunctionCompare {
[DNAFieldAttribute(0, "int8_t", "operation", "int8_t", 1, false, 0)]
public class NodeFunctionCompare {
[DNAFieldAttribute(1, "int8_t", 0, "operation", "int8_t", false, 0)]
public sbyte operation;
[DNAFieldAttribute(1, "int8_t", "data_type", "int8_t", 1, false, 1)]
[DNAFieldAttribute(1, "int8_t", 1, "data_type", "int8_t", false, 1)]
public sbyte data_type;
[DNAFieldAttribute(2, "int8_t", "mode", "int8_t", 1, false, 2)]
[DNAFieldAttribute(1, "int8_t", 2, "mode", "int8_t", false, 2)]
public sbyte mode;
[DNAFieldAttribute(3, "char", "_pad[1]", "System.Char[]", 1, false, 3)]
[DNAFieldAttribute(1, "char", 3, "_pad[1]", "System.Char[]", false, 3)]
public char[] _pad = new System.Char[1];
public NodeFunctionCompare() {
this.operation = default;