regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(524, "VolumeToMeshModifierData")]
public class VolumeToMeshModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Object", "*object", "Object", 1160)]
[DNAFieldAttribute(1, "Object", "*object", "Object", 4, true)]
public Object ptr_object;
[DNAFieldAttribute(2, "float", "threshold", "float", 4)]
[DNAFieldAttribute(2, "float", "threshold", "float", 4, false)]
public float threshold;
[DNAFieldAttribute(3, "float", "adaptivity", "float", 4)]
[DNAFieldAttribute(3, "float", "adaptivity", "float", 4, false)]
public float adaptivity;
[DNAFieldAttribute(4, "int", "flag", "int", 4)]
[DNAFieldAttribute(4, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(5, "int", "resolution_mode", "int", 4)]
[DNAFieldAttribute(5, "int", "resolution_mode", "int", 4, false)]
public int resolution_mode;
[DNAFieldAttribute(6, "float", "voxel_size", "float", 4)]
[DNAFieldAttribute(6, "float", "voxel_size", "float", 4, false)]
public float voxel_size;
[DNAFieldAttribute(7, "int", "voxel_amount", "int", 4)]
[DNAFieldAttribute(7, "int", "voxel_amount", "int", 4, false)]
public int voxel_amount;
[DNAFieldAttribute(8, "char", "grid_name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "grid_name[64]", "System.Char[]", 64, false)]
public char[] grid_name = new System.Char[64];
[DNAFieldAttribute(9, "void", "*_pad1", "void", 0)]
[DNAFieldAttribute(9, "void", "*_pad1", "void", 4, true)]
public object ptr__pad1;
public VolumeToMeshModifierData() {
this.modifier = default;