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,19 +13,19 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(886, "bSound")]
[DNAClassAttribute(886, "bSound", 1344)]
public class bSound {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
public ID id;
[DNAFieldAttribute(1, "char", "name[1024]", "System.Char[]", 1024, false)]
public char[] name = new System.Char[1024];
[DNAFieldAttribute(2, "PackedFile", "*packedfile", "PackedFile", 4, true)]
[DNAFieldAttribute(2, "PackedFile", "*packedfile", "PackedFile", 8, true)]
public PackedFile ptr_packedfile;
[DNAFieldAttribute(3, "void", "*handle", "void", 4, true)]
[DNAFieldAttribute(3, "void", "*handle", "void", 8, true)]
public object ptr_handle;
[DNAFieldAttribute(4, "PackedFile", "*newpackedfile", "PackedFile", 4, true)]
[DNAFieldAttribute(4, "PackedFile", "*newpackedfile", "PackedFile", 8, true)]
public PackedFile ptr_newpackedfile;
[DNAFieldAttribute(5, "Ipo", "*ipo", "Ipo", 4, true)]
[DNAFieldAttribute(5, "Ipo", "*ipo", "Ipo", 8, true)]
public Ipo ptr_ipo;
[DNAFieldAttribute(6, "float", "volume", "float", 4, false)]
public float volume;
@@ -47,13 +47,13 @@ namespace BlendFile.DNA {
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(15, "double", "offset_time", "double", 8, false)]
public double offset_time;
[DNAFieldAttribute(16, "void", "*cache", "void", 4, true)]
[DNAFieldAttribute(16, "void", "*cache", "void", 8, true)]
public object ptr_cache;
[DNAFieldAttribute(17, "void", "*waveform", "void", 4, true)]
[DNAFieldAttribute(17, "void", "*waveform", "void", 8, true)]
public object ptr_waveform;
[DNAFieldAttribute(18, "void", "*playback_handle", "void", 4, true)]
[DNAFieldAttribute(18, "void", "*playback_handle", "void", 8, true)]
public object ptr_playback_handle;
[DNAFieldAttribute(19, "void", "*spinlock", "void", 4, true)]
[DNAFieldAttribute(19, "void", "*spinlock", "void", 8, true)]
public object ptr_spinlock;
[DNAFieldAttribute(20, "int", "audio_channels", "int", 4, false)]
public int audio_channels;