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,7 +13,7 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(66, "ActionLayer")]
[DNAClassAttribute(66, "ActionLayer", 88)]
public class ActionLayer {
[DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public sbyte layer_mix_mode;
[DNAFieldAttribute(4, "uchar", "_pad0[2]", "System.Byte[]", 2, false)]
public byte[] _pad0 = new System.Byte[2];
[DNAFieldAttribute(5, "ActionStrip", "**strip_array", "ActionStrip", 4, true)]
[DNAFieldAttribute(5, "ActionStrip", "**strip_array", "ActionStrip", 8, true)]
public ActionStrip ptr_ptr_strip_array;
[DNAFieldAttribute(6, "int", "strip_array_num", "int", 4, false)]
public int strip_array_num;