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,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(501, "CorrectiveSmoothModifierData")]
public class CorrectiveSmoothModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
public ModifierData modifier;
[DNAFieldAttribute(2, "int", "bind_coords_num", "int", 4)]
[DNAFieldAttribute(2, "int", "bind_coords_num", "int", 4, false)]
public int bind_coords_num;
[DNAFieldAttribute(3, "float", "lambda", "float", 4)]
[DNAFieldAttribute(3, "float", "lambda", "float", 4, false)]
public float lambda;
[DNAFieldAttribute(4, "float", "scale", "float", 4)]
[DNAFieldAttribute(4, "float", "scale", "float", 4, false)]
public float scale;
[DNAFieldAttribute(5, "short", "repeat", "short", 2)]
[DNAFieldAttribute(5, "short", "repeat", "short", 2, false)]
public short repeat;
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
[DNAFieldAttribute(6, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(7, "char", "smooth_type", "char", 1)]
[DNAFieldAttribute(7, "char", "smooth_type", "char", 1, false)]
public char smooth_type;
[DNAFieldAttribute(8, "char", "rest_source", "char", 1)]
[DNAFieldAttribute(8, "char", "rest_source", "char", 1, false)]
public char rest_source;
[DNAFieldAttribute(9, "char", "_pad[6]", "System.Char[]", 1)]
[DNAFieldAttribute(9, "char", "_pad[6]", "System.Char[]", 6, false)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(10, "char", "defgrp_name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(10, "char", "defgrp_name[64]", "System.Char[]", 64, false)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(11, "CorrectiveSmoothDeltaCache", "delta_cache", "CorrectiveSmoothDeltaCache", 32)]
[DNAFieldAttribute(11, "CorrectiveSmoothDeltaCache", "delta_cache", "CorrectiveSmoothDeltaCache", 32, false)]
public CorrectiveSmoothDeltaCache delta_cache;
public CorrectiveSmoothModifierData() {
this.modifier = default;