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,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(524, "VolumeToMeshModifierData", 224)]
public class VolumeToMeshModifierData {
[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, "float", "threshold", "float", 4, false)]
[DNAFieldAttribute(2, "float", "threshold", "float", 4, false, 128)]
public float threshold;
[DNAFieldAttribute(3, "float", "adaptivity", "float", 4, false)]
[DNAFieldAttribute(3, "float", "adaptivity", "float", 4, false, 132)]
public float adaptivity;
[DNAFieldAttribute(4, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(4, "int", "flag", "int", 4, false, 136)]
public int flag;
[DNAFieldAttribute(5, "int", "resolution_mode", "int", 4, false)]
[DNAFieldAttribute(5, "int", "resolution_mode", "int", 4, false, 140)]
public int resolution_mode;
[DNAFieldAttribute(6, "float", "voxel_size", "float", 4, false)]
[DNAFieldAttribute(6, "float", "voxel_size", "float", 4, false, 144)]
public float voxel_size;
[DNAFieldAttribute(7, "int", "voxel_amount", "int", 4, false)]
[DNAFieldAttribute(7, "int", "voxel_amount", "int", 4, false, 148)]
public int voxel_amount;
[DNAFieldAttribute(8, "char", "grid_name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(8, "char", "grid_name[64]", "System.Char[]", 64, false, 152)]
public char[] grid_name = new System.Char[64];
[DNAFieldAttribute(9, "void", "*_pad1", "void", 8, true)]
[DNAFieldAttribute(9, "void", "*_pad1", "void", 8, true, 216)]
public object ptr__pad1;
public VolumeToMeshModifierData() {
this.modifier = default;