Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(7, "void", "*_pad2", 0)]
public object ptr__pad2;
public ExplodeModifierData() {
this.modifier = default;
this.ptr_facepa = default;
this.flag = default;
this.vgroup = default;
this.protect = default;
this.uvname = default;
this._pad1 = default;
this.ptr__pad2 = default;
}
public ExplodeModifierData(ModifierData modifier, int ptr_facepa, short flag, short vgroup, float protect, char[] uvname, char[] _pad1, object ptr__pad2) {
this.modifier = modifier;
this.ptr_facepa = ptr_facepa;