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,31 +15,31 @@ namespace BlendFile.DNA {
[DNAClassAttribute(651, "NodeShaderTexPointDensity", 1232)]
public struct NodeShaderTexPointDensity {
[DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960, false)]
[DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960, false, 0)]
public NodeTexBase @base;
[DNAFieldAttribute(1, "short", "point_source", "short", 2, false)]
[DNAFieldAttribute(1, "short", "point_source", "short", 2, false, 960)]
public short point_source;
[DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 2, false, 962)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(3, "int", "particle_system", "int", 4, false)]
[DNAFieldAttribute(3, "int", "particle_system", "int", 4, false, 964)]
public int particle_system;
[DNAFieldAttribute(4, "float", "radius", "float", 4, false)]
[DNAFieldAttribute(4, "float", "radius", "float", 4, false, 968)]
public float radius;
[DNAFieldAttribute(5, "int", "resolution", "int", 4, false)]
[DNAFieldAttribute(5, "int", "resolution", "int", 4, false, 972)]
public int resolution;
[DNAFieldAttribute(6, "short", "space", "short", 2, false)]
[DNAFieldAttribute(6, "short", "space", "short", 2, false, 976)]
public short space;
[DNAFieldAttribute(7, "short", "interpolation", "short", 2, false)]
[DNAFieldAttribute(7, "short", "interpolation", "short", 2, false, 978)]
public short interpolation;
[DNAFieldAttribute(8, "short", "color_source", "short", 2, false)]
[DNAFieldAttribute(8, "short", "color_source", "short", 2, false, 980)]
public short color_source;
[DNAFieldAttribute(9, "short", "ob_color_source", "short", 2, false)]
[DNAFieldAttribute(9, "short", "ob_color_source", "short", 2, false, 982)]
public short ob_color_source;
[DNAFieldAttribute(10, "PointDensity", "pd", "PointDensity", 176, false)]
[DNAFieldAttribute(10, "PointDensity", "pd", "PointDensity", 176, false, 984)]
public PointDensity pd;
[DNAFieldAttribute(11, "int", "cached_resolution", "int", 4, false)]
[DNAFieldAttribute(11, "int", "cached_resolution", "int", 4, false, 1160)]
public int cached_resolution;
[DNAFieldAttribute(12, "char", "vertex_attribute_name[68]", "System.Char[]", 68, false)]
[DNAFieldAttribute(12, "char", "vertex_attribute_name[68]", "System.Char[]", 68, false, 1164)]
public char[] vertex_attribute_name = new System.Char[68];
public NodeShaderTexPointDensity() {
this.@base = default;