regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,13 +13,13 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(773, "ObHook")]
[DNAClassAttribute(773, "ObHook", 256)]
public class ObHook {
[DNAFieldAttribute(0, "ObHook", "*next", "ObHook", 4, true)]
[DNAFieldAttribute(0, "ObHook", "*next", "ObHook", 8, true)]
public ObHook ptr_next;
[DNAFieldAttribute(1, "ObHook", "*prev", "ObHook", 4, true)]
[DNAFieldAttribute(1, "ObHook", "*prev", "ObHook", 8, true)]
public ObHook ptr_prev;
[DNAFieldAttribute(2, "Object", "*parent", "Object", 4, true)]
[DNAFieldAttribute(2, "Object", "*parent", "Object", 8, true)]
public Object ptr_parent;
[DNAFieldAttribute(3, "float", "parentinv[4][4]", "System.Single[,]", 64, false)]
public float[,] parentinv = new System.Single[4,4];
@@ -31,7 +31,7 @@ namespace BlendFile.DNA {
public float falloff;
[DNAFieldAttribute(7, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(8, "int", "*indexar", "int", 4, true)]
[DNAFieldAttribute(8, "int", "*indexar", "int", 8, true)]
public int ptr_indexar;
[DNAFieldAttribute(9, "int", "totindex", "int", 4, false)]
public int totindex;