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

@@ -45,6 +45,23 @@ namespace BlendFile.DNA {
public char[] name = new System.Char[64];
[DNAFieldAttribute(14, "void", "*_pad1", 0)]
public object ptr__pad1;
public HookModifierData() {
this.modifier = default;
this.ptr_object = default;
this.subtarget = default;
this.flag = default;
this.falloff_type = default;
this._pad = default;
this.parentinv = default;
this.cent = default;
this.falloff = default;
this.ptr_curfalloff = default;
this.ptr_indexar = default;
this.totindex = default;
this.force = default;
this.name = default;
this.ptr__pad1 = default;
}
public HookModifierData(ModifierData modifier, Object ptr_object, char[] subtarget, char flag, char falloff_type, char[] _pad, float[,] parentinv, float[] cent, float falloff, CurveMapping ptr_curfalloff, int ptr_indexar, int totindex, float force, char[] name, object ptr__pad1) {
this.modifier = modifier;
this.ptr_object = ptr_object;