regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(221, "CustomDataLayer")]
public class CustomDataLayer {
[DNAFieldAttribute(0, "int", "type", "int", 4)]
[DNAFieldAttribute(0, "int", "type", "int", 4, false)]
public int type;
[DNAFieldAttribute(1, "int", "offset", "int", 4)]
[DNAFieldAttribute(1, "int", "offset", "int", 4, false)]
public int offset;
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
[DNAFieldAttribute(2, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(3, "int", "active", "int", 4)]
[DNAFieldAttribute(3, "int", "active", "int", 4, false)]
public int active;
[DNAFieldAttribute(4, "int", "active_rnd", "int", 4)]
[DNAFieldAttribute(4, "int", "active_rnd", "int", 4, false)]
public int active_rnd;
[DNAFieldAttribute(5, "int", "active_clone", "int", 4)]
[DNAFieldAttribute(5, "int", "active_clone", "int", 4, false)]
public int active_clone;
[DNAFieldAttribute(6, "int", "active_mask", "int", 4)]
[DNAFieldAttribute(6, "int", "active_mask", "int", 4, false)]
public int active_mask;
[DNAFieldAttribute(7, "int", "uid", "int", 4)]
[DNAFieldAttribute(7, "int", "uid", "int", 4, false)]
public int uid;
[DNAFieldAttribute(8, "char", "name[68]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "name[68]", "System.Char[]", 68, false)]
public char[] name = new System.Char[68];
[DNAFieldAttribute(9, "char", "_pad1[4]", "System.Char[]", 1)]
[DNAFieldAttribute(9, "char", "_pad1[4]", "System.Char[]", 4, false)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(10, "void", "*data", "void", 0)]
[DNAFieldAttribute(10, "void", "*data", "void", 4, true)]
public object ptr_data;
[DNAFieldAttribute(11, "ImplicitSharingInfoHandle", "*sharing_info", "ImplicitSharingInfoHandle", 0)]
[DNAFieldAttribute(11, "ImplicitSharingInfoHandle", "*sharing_info", "ImplicitSharingInfoHandle", 4, true)]
public ImplicitSharingInfoHandle ptr_sharing_info;
public CustomDataLayer() {
this.type = default;