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,41 +15,41 @@ namespace BlendFile.DNA {
[DNAClassAttribute(507, "DataTransferModifierData", 288)]
public class DataTransferModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Object", "*ob_source", "Object", 8, true)]
[DNAFieldAttribute(1, "Object", "*ob_source", "Object", 8, true, 120)]
public Object ptr_ob_source;
[DNAFieldAttribute(2, "int", "data_types", "int", 4, false)]
[DNAFieldAttribute(2, "int", "data_types", "int", 4, false, 128)]
public int data_types;
[DNAFieldAttribute(3, "int", "vmap_mode", "int", 4, false)]
[DNAFieldAttribute(3, "int", "vmap_mode", "int", 4, false, 132)]
public int vmap_mode;
[DNAFieldAttribute(4, "int", "emap_mode", "int", 4, false)]
[DNAFieldAttribute(4, "int", "emap_mode", "int", 4, false, 136)]
public int emap_mode;
[DNAFieldAttribute(5, "int", "lmap_mode", "int", 4, false)]
[DNAFieldAttribute(5, "int", "lmap_mode", "int", 4, false, 140)]
public int lmap_mode;
[DNAFieldAttribute(6, "int", "pmap_mode", "int", 4, false)]
[DNAFieldAttribute(6, "int", "pmap_mode", "int", 4, false, 144)]
public int pmap_mode;
[DNAFieldAttribute(7, "float", "map_max_distance", "float", 4, false)]
[DNAFieldAttribute(7, "float", "map_max_distance", "float", 4, false, 148)]
public float map_max_distance;
[DNAFieldAttribute(8, "float", "map_ray_radius", "float", 4, false)]
[DNAFieldAttribute(8, "float", "map_ray_radius", "float", 4, false, 152)]
public float map_ray_radius;
[DNAFieldAttribute(9, "float", "islands_precision", "float", 4, false)]
[DNAFieldAttribute(9, "float", "islands_precision", "float", 4, false, 156)]
public float islands_precision;
[DNAFieldAttribute(10, "char", "_pad1[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(10, "char", "_pad1[4]", "System.Char[]", 4, false, 160)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(11, "int", "layers_select_src[5]", "System.Int32[]", 20, false)]
[DNAFieldAttribute(11, "int", "layers_select_src[5]", "System.Int32[]", 20, false, 164)]
public int[] layers_select_src = new System.Int32[5];
[DNAFieldAttribute(12, "int", "layers_select_dst[5]", "System.Int32[]", 20, false)]
[DNAFieldAttribute(12, "int", "layers_select_dst[5]", "System.Int32[]", 20, false, 184)]
public int[] layers_select_dst = new System.Int32[5];
[DNAFieldAttribute(13, "int", "mix_mode", "int", 4, false)]
[DNAFieldAttribute(13, "int", "mix_mode", "int", 4, false, 204)]
public int mix_mode;
[DNAFieldAttribute(14, "float", "mix_factor", "float", 4, false)]
[DNAFieldAttribute(14, "float", "mix_factor", "float", 4, false, 208)]
public float mix_factor;
[DNAFieldAttribute(15, "char", "defgrp_name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(15, "char", "defgrp_name[64]", "System.Char[]", 64, false, 212)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(16, "int", "flags", "int", 4, false)]
[DNAFieldAttribute(16, "int", "flags", "int", 4, false, 276)]
public int flags;
[DNAFieldAttribute(17, "void", "*_pad2", "void", 8, true)]
[DNAFieldAttribute(17, "void", "*_pad2", "void", 8, true, 280)]
public object ptr__pad2;
public DataTransferModifierData() {
this.modifier = default;