Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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