Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user