regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(858, "TransformOrientation")]
public class TransformOrientation {
[DNAFieldAttribute(0, "TransformOrientation", "*next", 120)]
[DNAFieldAttribute(0, "TransformOrientation", "*next", "TransformOrientation", 120)]
public TransformOrientation ptr_next;
[DNAFieldAttribute(1, "TransformOrientation", "*prev", 120)]
[DNAFieldAttribute(1, "TransformOrientation", "*prev", "TransformOrientation", 120)]
public TransformOrientation ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", 1)]
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "float", "mat[3][3]", 4)]
[DNAFieldAttribute(3, "float", "mat[3][3]", "System.Single[,]", 4)]
public float[,] mat = new System.Single[3,3];
[DNAFieldAttribute(4, "char", "_pad[4]", 1)]
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public TransformOrientation() {
this.ptr_next = default;