Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(267, "bGPDlayer_Runtime", 16)]
public class bGPDlayer_Runtime {
[DNAFieldAttribute(0, "int", "icon_id", "int", 4, false, 0)]
[DNAFieldAttribute(4, "int", 0, "icon_id", "int", false, 0)]
public int icon_id;
[DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 4, false, 4)]
[DNAFieldAttribute(4, "char", 1, "_pad[4]", "System.Char[]", false, 4)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(2, "bGPDlayer", "*gpl_orig", "bGPDlayer", 8, true, 8)]
public bGPDlayer ptr_gpl_orig;
[DNAFieldAttribute(8, "bGPDlayer", 2, "*gpl_orig", "bGPDlayer", true, 8)]
public bGPDlayer gpl_orig;
public bGPDlayer_Runtime() {
this.icon_id = default;
this._pad = default;
this.ptr_gpl_orig = default;
this.gpl_orig = default;
}
public bGPDlayer_Runtime(int icon_id, char[] _pad, bGPDlayer ptr_gpl_orig) {
public bGPDlayer_Runtime(int icon_id, char[] _pad, bGPDlayer gpl_orig) {
this.icon_id = icon_id;
this._pad = _pad;
this.ptr_gpl_orig = ptr_gpl_orig;
this.gpl_orig = gpl_orig;
}
}
}