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,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(254, "bGPDspoint_Runtime", 16)]
public class bGPDspoint_Runtime {
[DNAFieldAttribute(0, "bGPDspoint", "*pt_orig", "bGPDspoint", 8, true, 0)]
public bGPDspoint ptr_pt_orig;
[DNAFieldAttribute(1, "int", "idx_orig", "int", 4, false, 8)]
[DNAFieldAttribute(8, "bGPDspoint", 0, "*pt_orig", "bGPDspoint", true, 0)]
public bGPDspoint pt_orig;
[DNAFieldAttribute(4, "int", 1, "idx_orig", "int", false, 8)]
public int idx_orig;
[DNAFieldAttribute(2, "char", "_pad0[4]", "System.Char[]", 4, false, 12)]
[DNAFieldAttribute(4, "char", 2, "_pad0[4]", "System.Char[]", false, 12)]
public char[] _pad0 = new System.Char[4];
public bGPDspoint_Runtime() {
this.ptr_pt_orig = default;
this.pt_orig = default;
this.idx_orig = default;
this._pad0 = default;
}
public bGPDspoint_Runtime(bGPDspoint ptr_pt_orig, int idx_orig, char[] _pad0) {
this.ptr_pt_orig = ptr_pt_orig;
public bGPDspoint_Runtime(bGPDspoint pt_orig, int idx_orig, char[] _pad0) {
this.pt_orig = pt_orig;
this.idx_orig = idx_orig;
this._pad0 = _pad0;
}