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,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(669, "CryptomatteEntry")]
public class CryptomatteEntry {
[DNAFieldAttribute(0, "CryptomatteEntry", "*next", 88)]
[DNAFieldAttribute(0, "CryptomatteEntry", "*next", "CryptomatteEntry", 88)]
public CryptomatteEntry ptr_next;
[DNAFieldAttribute(1, "CryptomatteEntry", "*prev", 88)]
[DNAFieldAttribute(1, "CryptomatteEntry", "*prev", "CryptomatteEntry", 88)]
public CryptomatteEntry ptr_prev;
[DNAFieldAttribute(2, "float", "encoded_hash", 4)]
[DNAFieldAttribute(2, "float", "encoded_hash", "float", 4)]
public float encoded_hash;
[DNAFieldAttribute(3, "char", "name[64]", 1)]
[DNAFieldAttribute(3, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(4, "char", "_pad[4]", 1)]
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public CryptomatteEntry() {
this.ptr_next = default;