regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(505, "WireframeModifierData")]
public struct WireframeModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "char", "defgrp_name[64]", 1)]
[DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 1)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(2, "float", "offset", 4)]
[DNAFieldAttribute(2, "float", "offset", "float", 4)]
public float offset;
[DNAFieldAttribute(3, "float", "offset_fac", 4)]
[DNAFieldAttribute(3, "float", "offset_fac", "float", 4)]
public float offset_fac;
[DNAFieldAttribute(4, "float", "offset_fac_vg", 4)]
[DNAFieldAttribute(4, "float", "offset_fac_vg", "float", 4)]
public float offset_fac_vg;
[DNAFieldAttribute(5, "float", "crease_weight", 4)]
[DNAFieldAttribute(5, "float", "crease_weight", "float", 4)]
public float crease_weight;
[DNAFieldAttribute(6, "short", "flag", 2)]
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(7, "short", "mat_ofs", 2)]
[DNAFieldAttribute(7, "short", "mat_ofs", "short", 2)]
public short mat_ofs;
[DNAFieldAttribute(8, "char", "_pad[4]", 1)]
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public WireframeModifierData() {
this.modifier = default;