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

@@ -39,6 +39,20 @@ namespace BlendFile.DNA {
public float falloff;
[DNAFieldAttribute(11, "float", "force", 4)]
public float force;
public GreasePencilHookModifierData() {
this.modifier = default;
this.influence = default;
this.ptr_object = default;
this.subtarget = 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;
}
public GreasePencilHookModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, Object ptr_object, char[] subtarget, char[] _pad, int flag, char falloff_type, char[] _pad1, float[,] parentinv, float[] cent, float falloff, float force) {
this.modifier = modifier;
this.influence = influence;