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,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(522, "MeshToVolumeModifierData", 160)]
public class MeshToVolumeModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Object", "*object", "Object", 8, true)]
[DNAFieldAttribute(1, "Object", "*object", "Object", 8, true, 120)]
public Object ptr_object;
[DNAFieldAttribute(2, "int", "resolution_mode", "int", 4, false)]
[DNAFieldAttribute(2, "int", "resolution_mode", "int", 4, false, 128)]
public int resolution_mode;
[DNAFieldAttribute(3, "float", "voxel_size", "float", 4, false)]
[DNAFieldAttribute(3, "float", "voxel_size", "float", 4, false, 132)]
public float voxel_size;
[DNAFieldAttribute(4, "int", "voxel_amount", "int", 4, false)]
[DNAFieldAttribute(4, "int", "voxel_amount", "int", 4, false, 136)]
public int voxel_amount;
[DNAFieldAttribute(5, "float", "interior_band_width", "float", 4, false)]
[DNAFieldAttribute(5, "float", "interior_band_width", "float", 4, false, 140)]
public float interior_band_width;
[DNAFieldAttribute(6, "float", "density", "float", 4, false)]
[DNAFieldAttribute(6, "float", "density", "float", 4, false, 144)]
public float density;
[DNAFieldAttribute(7, "char", "_pad2[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(7, "char", "_pad2[4]", "System.Char[]", 4, false, 148)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(8, "void", "*_pad3", "void", 8, true)]
[DNAFieldAttribute(8, "void", "*_pad3", "void", 8, true, 152)]
public object ptr__pad3;
public MeshToVolumeModifierData() {
this.modifier = default;