regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(480, "MultiresModifierData")]
public struct MultiresModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
public ModifierData modifier;
[DNAFieldAttribute(1, "char", "lvl", "char", 1)]
[DNAFieldAttribute(1, "char", "lvl", "char", 1, false)]
public char lvl;
[DNAFieldAttribute(2, "char", "sculptlvl", "char", 1)]
[DNAFieldAttribute(2, "char", "sculptlvl", "char", 1, false)]
public char sculptlvl;
[DNAFieldAttribute(3, "char", "renderlvl", "char", 1)]
[DNAFieldAttribute(3, "char", "renderlvl", "char", 1, false)]
public char renderlvl;
[DNAFieldAttribute(4, "char", "totlvl", "char", 1)]
[DNAFieldAttribute(4, "char", "totlvl", "char", 1, false)]
public char totlvl;
[DNAFieldAttribute(5, "char", "simple", "char", 1)]
[DNAFieldAttribute(5, "char", "simple", "char", 1, false)]
public char simple;
[DNAFieldAttribute(6, "char", "flags", "char", 1)]
[DNAFieldAttribute(6, "char", "flags", "char", 1, false)]
public char flags;
[DNAFieldAttribute(7, "char", "_pad[2]", "System.Char[]", 1)]
[DNAFieldAttribute(7, "char", "_pad[2]", "System.Char[]", 2, false)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(8, "short", "quality", "short", 2)]
[DNAFieldAttribute(8, "short", "quality", "short", 2, false)]
public short quality;
[DNAFieldAttribute(9, "short", "uv_smooth", "short", 2)]
[DNAFieldAttribute(9, "short", "uv_smooth", "short", 2, false)]
public short uv_smooth;
[DNAFieldAttribute(10, "short", "boundary_smooth", "short", 2)]
[DNAFieldAttribute(10, "short", "boundary_smooth", "short", 2, false)]
public short boundary_smooth;
[DNAFieldAttribute(11, "char", "_pad2[2]", "System.Char[]", 1)]
[DNAFieldAttribute(11, "char", "_pad2[2]", "System.Char[]", 2, false)]
public char[] _pad2 = new System.Char[2];
public MultiresModifierData() {
this.modifier = default;