regenerated files
This commit is contained in:
@@ -15,41 +15,41 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(507, "DataTransferModifierData")]
|
||||
public class DataTransferModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*ob_source", 1160)]
|
||||
[DNAFieldAttribute(1, "Object", "*ob_source", "Object", 1160)]
|
||||
public Object ptr_ob_source;
|
||||
[DNAFieldAttribute(2, "int", "data_types", 4)]
|
||||
[DNAFieldAttribute(2, "int", "data_types", "int", 4)]
|
||||
public int data_types;
|
||||
[DNAFieldAttribute(3, "int", "vmap_mode", 4)]
|
||||
[DNAFieldAttribute(3, "int", "vmap_mode", "int", 4)]
|
||||
public int vmap_mode;
|
||||
[DNAFieldAttribute(4, "int", "emap_mode", 4)]
|
||||
[DNAFieldAttribute(4, "int", "emap_mode", "int", 4)]
|
||||
public int emap_mode;
|
||||
[DNAFieldAttribute(5, "int", "lmap_mode", 4)]
|
||||
[DNAFieldAttribute(5, "int", "lmap_mode", "int", 4)]
|
||||
public int lmap_mode;
|
||||
[DNAFieldAttribute(6, "int", "pmap_mode", 4)]
|
||||
[DNAFieldAttribute(6, "int", "pmap_mode", "int", 4)]
|
||||
public int pmap_mode;
|
||||
[DNAFieldAttribute(7, "float", "map_max_distance", 4)]
|
||||
[DNAFieldAttribute(7, "float", "map_max_distance", "float", 4)]
|
||||
public float map_max_distance;
|
||||
[DNAFieldAttribute(8, "float", "map_ray_radius", 4)]
|
||||
[DNAFieldAttribute(8, "float", "map_ray_radius", "float", 4)]
|
||||
public float map_ray_radius;
|
||||
[DNAFieldAttribute(9, "float", "islands_precision", 4)]
|
||||
[DNAFieldAttribute(9, "float", "islands_precision", "float", 4)]
|
||||
public float islands_precision;
|
||||
[DNAFieldAttribute(10, "char", "_pad1[4]", 1)]
|
||||
[DNAFieldAttribute(10, "char", "_pad1[4]", "System.Char[]", 1)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(11, "int", "layers_select_src[5]", 4)]
|
||||
[DNAFieldAttribute(11, "int", "layers_select_src[5]", "System.Int32[]", 4)]
|
||||
public int[] layers_select_src = new System.Int32[5];
|
||||
[DNAFieldAttribute(12, "int", "layers_select_dst[5]", 4)]
|
||||
[DNAFieldAttribute(12, "int", "layers_select_dst[5]", "System.Int32[]", 4)]
|
||||
public int[] layers_select_dst = new System.Int32[5];
|
||||
[DNAFieldAttribute(13, "int", "mix_mode", 4)]
|
||||
[DNAFieldAttribute(13, "int", "mix_mode", "int", 4)]
|
||||
public int mix_mode;
|
||||
[DNAFieldAttribute(14, "float", "mix_factor", 4)]
|
||||
[DNAFieldAttribute(14, "float", "mix_factor", "float", 4)]
|
||||
public float mix_factor;
|
||||
[DNAFieldAttribute(15, "char", "defgrp_name[64]", 1)]
|
||||
[DNAFieldAttribute(15, "char", "defgrp_name[64]", "System.Char[]", 1)]
|
||||
public char[] defgrp_name = new System.Char[64];
|
||||
[DNAFieldAttribute(16, "int", "flags", 4)]
|
||||
[DNAFieldAttribute(16, "int", "flags", "int", 4)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(17, "void", "*_pad2", 0)]
|
||||
[DNAFieldAttribute(17, "void", "*_pad2", "void", 0)]
|
||||
public object ptr__pad2;
|
||||
public DataTransferModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user