regenerated files
This commit is contained in:
@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(452, "MirrorModifierData")]
|
||||
public class MirrorModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "short", "axis", "short", 2)]
|
||||
[DNAFieldAttribute(1, "short", "axis", "short", 2, false)]
|
||||
public short axis;
|
||||
[DNAFieldAttribute(2, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(2, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(3, "float", "tolerance", "float", 4)]
|
||||
[DNAFieldAttribute(3, "float", "tolerance", "float", 4, false)]
|
||||
public float tolerance;
|
||||
[DNAFieldAttribute(4, "float", "bisect_threshold", "float", 4)]
|
||||
[DNAFieldAttribute(4, "float", "bisect_threshold", "float", 4, false)]
|
||||
public float bisect_threshold;
|
||||
[DNAFieldAttribute(5, "uchar", "use_correct_order_on_merge", "uchar", 1)]
|
||||
[DNAFieldAttribute(5, "uchar", "use_correct_order_on_merge", "uchar", 1, false)]
|
||||
public byte use_correct_order_on_merge;
|
||||
[DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 3, false)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
[DNAFieldAttribute(7, "float", "uv_offset[2]", "System.Single[]", 4)]
|
||||
[DNAFieldAttribute(7, "float", "uv_offset[2]", "System.Single[]", 8, false)]
|
||||
public float[] uv_offset = new System.Single[2];
|
||||
[DNAFieldAttribute(8, "float", "uv_offset_copy[2]", "System.Single[]", 4)]
|
||||
[DNAFieldAttribute(8, "float", "uv_offset_copy[2]", "System.Single[]", 8, false)]
|
||||
public float[] uv_offset_copy = new System.Single[2];
|
||||
[DNAFieldAttribute(9, "Object", "*mirror_ob", "Object", 1160)]
|
||||
[DNAFieldAttribute(9, "Object", "*mirror_ob", "Object", 4, true)]
|
||||
public Object ptr_mirror_ob;
|
||||
[DNAFieldAttribute(10, "void", "*_pad1", "void", 0)]
|
||||
[DNAFieldAttribute(10, "void", "*_pad1", "void", 4, true)]
|
||||
public object ptr__pad1;
|
||||
public MirrorModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user