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,11 +13,11 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(142, "CacheFile")]
[DNAClassAttribute(142, "CacheFile", 2416)]
public class CacheFile {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "ListBase", "object_paths", "ListBase", 16, false)]
public ListBase object_paths;
@@ -61,11 +61,11 @@ namespace BlendFile.DNA {
public char velocity_unit;
[DNAFieldAttribute(22, "char", "velocity_name[64]", "System.Char[]", 64, false)]
public char[] velocity_name = new System.Char[64];
[DNAFieldAttribute(23, "CacheArchiveHandle", "*handle", "CacheArchiveHandle", 4, true)]
[DNAFieldAttribute(23, "CacheArchiveHandle", "*handle", "CacheArchiveHandle", 8, true)]
public CacheArchiveHandle ptr_handle;
[DNAFieldAttribute(24, "char", "handle_filepath[1024]", "System.Char[]", 1024, false)]
public char[] handle_filepath = new System.Char[1024];
[DNAFieldAttribute(25, "GSet", "*handle_readers", "GSet", 4, true)]
[DNAFieldAttribute(25, "GSet", "*handle_readers", "GSet", 8, true)]
public GSet ptr_handle_readers;
public CacheFile() {
this.id = default;