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,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(509, "MeshSeqCacheModifierData")]
public class MeshSeqCacheModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "CacheFile", "*cache_file", 2416)]
[DNAFieldAttribute(1, "CacheFile", "*cache_file", "CacheFile", 2416)]
public CacheFile ptr_cache_file;
[DNAFieldAttribute(2, "char", "object_path[1024]", 1)]
[DNAFieldAttribute(2, "char", "object_path[1024]", "System.Char[]", 1)]
public char[] object_path = new System.Char[1024];
[DNAFieldAttribute(3, "char", "read_flag", 1)]
[DNAFieldAttribute(3, "char", "read_flag", "char", 1)]
public char read_flag;
[DNAFieldAttribute(4, "char", "_pad[3]", 1)]
[DNAFieldAttribute(4, "char", "_pad[3]", "System.Char[]", 1)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(5, "float", "velocity_scale", 4)]
[DNAFieldAttribute(5, "float", "velocity_scale", "float", 4)]
public float velocity_scale;
[DNAFieldAttribute(6, "CacheReader", "*reader", 0)]
[DNAFieldAttribute(6, "CacheReader", "*reader", "CacheReader", 0)]
public CacheReader ptr_reader;
[DNAFieldAttribute(7, "char", "reader_object_path[1024]", 1)]
[DNAFieldAttribute(7, "char", "reader_object_path[1024]", "System.Char[]", 1)]
public char[] reader_object_path = new System.Char[1024];
public MeshSeqCacheModifierData() {
this.modifier = default;