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,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(410, "MaskSpline")]
public class MaskSpline {
[DNAFieldAttribute(0, "MaskSpline", "*next", "MaskSpline", 224)]
[DNAFieldAttribute(0, "MaskSpline", "*next", "MaskSpline", 4, true)]
public MaskSpline ptr_next;
[DNAFieldAttribute(1, "MaskSpline", "*prev", "MaskSpline", 224)]
[DNAFieldAttribute(1, "MaskSpline", "*prev", "MaskSpline", 4, true)]
public MaskSpline ptr_prev;
[DNAFieldAttribute(2, "short", "flag", "short", 2)]
[DNAFieldAttribute(2, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(3, "char", "offset_mode", "char", 1)]
[DNAFieldAttribute(3, "char", "offset_mode", "char", 1, false)]
public char offset_mode;
[DNAFieldAttribute(4, "char", "weight_interp", "char", 1)]
[DNAFieldAttribute(4, "char", "weight_interp", "char", 1, false)]
public char weight_interp;
[DNAFieldAttribute(5, "int", "tot_point", "int", 4)]
[DNAFieldAttribute(5, "int", "tot_point", "int", 4, false)]
public int tot_point;
[DNAFieldAttribute(6, "MaskSplinePoint", "*points", "MaskSplinePoint", 272)]
[DNAFieldAttribute(6, "MaskSplinePoint", "*points", "MaskSplinePoint", 4, true)]
public MaskSplinePoint ptr_points;
[DNAFieldAttribute(7, "MaskParent", "parent", "MaskParent", 184)]
[DNAFieldAttribute(7, "MaskParent", "parent", "MaskParent", 184, false)]
public MaskParent parent;
[DNAFieldAttribute(8, "MaskSplinePoint", "*points_deform", "MaskSplinePoint", 272)]
[DNAFieldAttribute(8, "MaskSplinePoint", "*points_deform", "MaskSplinePoint", 4, true)]
public MaskSplinePoint ptr_points_deform;
public MaskSpline() {
this.ptr_next = default;