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,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(411, "MaskLayerShape")]
public class MaskLayerShape {
[DNAFieldAttribute(0, "MaskLayerShape", "*next", "MaskLayerShape", 40)]
[DNAFieldAttribute(0, "MaskLayerShape", "*next", "MaskLayerShape", 4, true)]
public MaskLayerShape ptr_next;
[DNAFieldAttribute(1, "MaskLayerShape", "*prev", "MaskLayerShape", 40)]
[DNAFieldAttribute(1, "MaskLayerShape", "*prev", "MaskLayerShape", 4, true)]
public MaskLayerShape ptr_prev;
[DNAFieldAttribute(2, "float", "*data", "float", 4)]
[DNAFieldAttribute(2, "float", "*data", "float", 4, true)]
public float ptr_data;
[DNAFieldAttribute(3, "int", "tot_vert", "int", 4)]
[DNAFieldAttribute(3, "int", "tot_vert", "int", 4, false)]
public int tot_vert;
[DNAFieldAttribute(4, "int", "frame", "int", 4)]
[DNAFieldAttribute(4, "int", "frame", "int", 4, false)]
public int frame;
[DNAFieldAttribute(5, "char", "flag", "char", 1)]
[DNAFieldAttribute(5, "char", "flag", "char", 1, false)]
public char flag;
[DNAFieldAttribute(6, "char", "_pad[7]", "System.Char[]", 1)]
[DNAFieldAttribute(6, "char", "_pad[7]", "System.Char[]", 7, false)]
public char[] _pad = new System.Char[7];
public MaskLayerShape() {
this.ptr_next = default;