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

@@ -51,6 +51,26 @@ namespace BlendFile.DNA {
public float force;
[DNAFieldAttribute(17, "CurveMapping", "*curfalloff", 424)]
public CurveMapping ptr_curfalloff;
public HookGpencilModifierData() {
this.modifier = default;
this.ptr_object = default;
this.ptr_material = default;
this.subtarget = default;
this.layername = default;
this.materialname = default;
this.vgname = default;
this.pass_index = default;
this.layer_pass = default;
this._pad = default;
this.flag = default;
this.falloff_type = default;
this._pad1 = default;
this.parentinv = default;
this.cent = default;
this.falloff = default;
this.force = default;
this.ptr_curfalloff = default;
}
public HookGpencilModifierData(
GpencilModifierData modifier,
Object ptr_object,