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,20 +14,20 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(645, "NodeTexVoronoi", 984)]
public struct NodeTexVoronoi {
[DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960, false, 0)]
public class NodeTexVoronoi {
[DNAFieldAttribute(960, "NodeTexBase", 0, "base", "NodeTexBase", false, 0)]
public NodeTexBase @base;
[DNAFieldAttribute(1, "int", "dimensions", "int", 4, false, 960)]
[DNAFieldAttribute(4, "int", 1, "dimensions", "int", false, 960)]
public int dimensions;
[DNAFieldAttribute(2, "int", "feature", "int", 4, false, 964)]
[DNAFieldAttribute(4, "int", 2, "feature", "int", false, 964)]
public int feature;
[DNAFieldAttribute(3, "int", "distance", "int", 4, false, 968)]
[DNAFieldAttribute(4, "int", 3, "distance", "int", false, 968)]
public int distance;
[DNAFieldAttribute(4, "int", "normalize", "int", 4, false, 972)]
[DNAFieldAttribute(4, "int", 4, "normalize", "int", false, 972)]
public int normalize;
[DNAFieldAttribute(5, "int", "coloring", "int", 4, false, 976)]
[DNAFieldAttribute(4, "int", 5, "coloring", "int", false, 976)]
public int coloring;
[DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 4, false, 980)]
[DNAFieldAttribute(4, "char", 6, "_pad[4]", "System.Char[]", false, 980)]
public char[] _pad = new System.Char[4];
public NodeTexVoronoi() {
this.@base = default;