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,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(500, "CorrectiveSmoothDeltaCache", 24)]
public class CorrectiveSmoothDeltaCache {
[DNAFieldAttribute(1, "int", "deltas_num", "int", 4, false, 0)]
[DNAFieldAttribute(4, "int", 1, "deltas_num", "int", false, 0)]
public int deltas_num;
[DNAFieldAttribute(2, "float", "lambda", "float", 4, false, 4)]
[DNAFieldAttribute(4, "float", 2, "lambda", "float", false, 4)]
public float lambda;
[DNAFieldAttribute(3, "float", "scale", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 3, "scale", "float", false, 8)]
public float scale;
[DNAFieldAttribute(4, "short", "repeat", "short", 2, false, 12)]
[DNAFieldAttribute(2, "short", 4, "repeat", "short", false, 12)]
public short repeat;
[DNAFieldAttribute(5, "short", "flag", "short", 2, false, 14)]
[DNAFieldAttribute(2, "short", 5, "flag", "short", false, 14)]
public short flag;
[DNAFieldAttribute(6, "char", "smooth_type", "char", 1, false, 16)]
[DNAFieldAttribute(1, "char", 6, "smooth_type", "char", false, 16)]
public char smooth_type;
[DNAFieldAttribute(7, "char", "rest_source", "char", 1, false, 17)]
[DNAFieldAttribute(1, "char", 7, "rest_source", "char", false, 17)]
public char rest_source;
[DNAFieldAttribute(8, "char", "_pad[6]", "System.Char[]", 6, false, 18)]
[DNAFieldAttribute(6, "char", 8, "_pad[6]", "System.Char[]", false, 18)]
public char[] _pad = new System.Char[6];
public CorrectiveSmoothDeltaCache() {
this.deltas_num = default;