Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(501, "CorrectiveSmoothModifierData", 240)]
public class CorrectiveSmoothModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(2, "int", "bind_coords_num", "int", 4, false, 120)]
[DNAFieldAttribute(4, "int", 2, "bind_coords_num", "int", false, 120)]
public int bind_coords_num;
[DNAFieldAttribute(3, "float", "lambda", "float", 4, false, 124)]
[DNAFieldAttribute(4, "float", 3, "lambda", "float", false, 124)]
public float lambda;
[DNAFieldAttribute(4, "float", "scale", "float", 4, false, 128)]
[DNAFieldAttribute(4, "float", 4, "scale", "float", false, 128)]
public float scale;
[DNAFieldAttribute(5, "short", "repeat", "short", 2, false, 132)]
[DNAFieldAttribute(2, "short", 5, "repeat", "short", false, 132)]
public short repeat;
[DNAFieldAttribute(6, "short", "flag", "short", 2, false, 134)]
[DNAFieldAttribute(2, "short", 6, "flag", "short", false, 134)]
public short flag;
[DNAFieldAttribute(7, "char", "smooth_type", "char", 1, false, 136)]
[DNAFieldAttribute(1, "char", 7, "smooth_type", "char", false, 136)]
public char smooth_type;
[DNAFieldAttribute(8, "char", "rest_source", "char", 1, false, 137)]
[DNAFieldAttribute(1, "char", 8, "rest_source", "char", false, 137)]
public char rest_source;
[DNAFieldAttribute(9, "char", "_pad[6]", "System.Char[]", 6, false, 138)]
[DNAFieldAttribute(6, "char", 9, "_pad[6]", "System.Char[]", false, 138)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(10, "char", "defgrp_name[64]", "System.Char[]", 64, false, 144)]
[DNAFieldAttribute(64, "char", 10, "defgrp_name[64]", "System.Char[]", false, 144)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(11, "CorrectiveSmoothDeltaCache", "delta_cache", "CorrectiveSmoothDeltaCache", 32, false, 208)]
[DNAFieldAttribute(32, "CorrectiveSmoothDeltaCache", 11, "delta_cache", "CorrectiveSmoothDeltaCache", false, 208)]
public CorrectiveSmoothDeltaCache delta_cache;
public CorrectiveSmoothModifierData() {
this.modifier = default;