Regenerated codefiles
This commit is contained in:
@@ -14,24 +14,24 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(505, "WireframeModifierData", 208)]
|
||||
public struct WireframeModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
|
||||
public class WireframeModifierData {
|
||||
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 64, false, 120)]
|
||||
[DNAFieldAttribute(64, "char", 1, "defgrp_name[64]", "System.Char[]", false, 120)]
|
||||
public char[] defgrp_name = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "float", "offset", "float", 4, false, 184)]
|
||||
[DNAFieldAttribute(4, "float", 2, "offset", "float", false, 184)]
|
||||
public float offset;
|
||||
[DNAFieldAttribute(3, "float", "offset_fac", "float", 4, false, 188)]
|
||||
[DNAFieldAttribute(4, "float", 3, "offset_fac", "float", false, 188)]
|
||||
public float offset_fac;
|
||||
[DNAFieldAttribute(4, "float", "offset_fac_vg", "float", 4, false, 192)]
|
||||
[DNAFieldAttribute(4, "float", 4, "offset_fac_vg", "float", false, 192)]
|
||||
public float offset_fac_vg;
|
||||
[DNAFieldAttribute(5, "float", "crease_weight", "float", 4, false, 196)]
|
||||
[DNAFieldAttribute(4, "float", 5, "crease_weight", "float", false, 196)]
|
||||
public float crease_weight;
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2, false, 200)]
|
||||
[DNAFieldAttribute(2, "short", 6, "flag", "short", false, 200)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "short", "mat_ofs", "short", 2, false, 202)]
|
||||
[DNAFieldAttribute(2, "short", 7, "mat_ofs", "short", false, 202)]
|
||||
public short mat_ofs;
|
||||
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 4, false, 204)]
|
||||
[DNAFieldAttribute(4, "char", 8, "_pad[4]", "System.Char[]", false, 204)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public WireframeModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user