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,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(206, "BPoint")]
public struct BPoint {
[DNAFieldAttribute(0, "float", "vec[4]", "System.Single[]", 4)]
[DNAFieldAttribute(0, "float", "vec[4]", "System.Single[]", 16, false)]
public float[] vec = new System.Single[4];
[DNAFieldAttribute(1, "float", "alfa", "float", 4)]
[DNAFieldAttribute(1, "float", "alfa", "float", 4, false)]
public float alfa;
[DNAFieldAttribute(2, "float", "weight", "float", 4)]
[DNAFieldAttribute(2, "float", "weight", "float", 4, false)]
public float weight;
[DNAFieldAttribute(3, "uchar", "f1", "uchar", 1)]
[DNAFieldAttribute(3, "uchar", "f1", "uchar", 1, false)]
public byte f1;
[DNAFieldAttribute(4, "char", "_pad1[1]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "_pad1[1]", "System.Char[]", 1, false)]
public char[] _pad1 = new System.Char[1];
[DNAFieldAttribute(5, "short", "hide", "short", 2)]
[DNAFieldAttribute(5, "short", "hide", "short", 2, false)]
public short hide;
[DNAFieldAttribute(6, "float", "radius", "float", 4)]
[DNAFieldAttribute(6, "float", "radius", "float", 4, false)]
public float radius;
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
public BPoint() {
this.vec = default;