Regenerated codefiles
This commit is contained in:
@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(485, "SimpleDeformModifierData", 216)]
|
||||
public class SimpleDeformModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
|
||||
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*origin", "Object", 8, true, 120)]
|
||||
public Object ptr_origin;
|
||||
[DNAFieldAttribute(2, "char", "vgroup_name[64]", "System.Char[]", 64, false, 128)]
|
||||
[DNAFieldAttribute(8, "Object", 1, "*origin", "Object", true, 120)]
|
||||
public Object origin;
|
||||
[DNAFieldAttribute(64, "char", 2, "vgroup_name[64]", "System.Char[]", false, 128)]
|
||||
public char[] vgroup_name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "float", "factor", "float", 4, false, 192)]
|
||||
[DNAFieldAttribute(4, "float", 3, "factor", "float", false, 192)]
|
||||
public float factor;
|
||||
[DNAFieldAttribute(4, "float", "limit[2]", "System.Single[]", 8, false, 196)]
|
||||
[DNAFieldAttribute(8, "float", 4, "limit[2]", "System.Single[]", false, 196)]
|
||||
public float[] limit = new System.Single[2];
|
||||
[DNAFieldAttribute(5, "char", "mode", "char", 1, false, 204)]
|
||||
[DNAFieldAttribute(1, "char", 5, "mode", "char", false, 204)]
|
||||
public char mode;
|
||||
[DNAFieldAttribute(6, "char", "axis", "char", 1, false, 205)]
|
||||
[DNAFieldAttribute(1, "char", 6, "axis", "char", false, 205)]
|
||||
public char axis;
|
||||
[DNAFieldAttribute(7, "char", "deform_axis", "char", 1, false, 206)]
|
||||
[DNAFieldAttribute(1, "char", 7, "deform_axis", "char", false, 206)]
|
||||
public char deform_axis;
|
||||
[DNAFieldAttribute(8, "char", "flag", "char", 1, false, 207)]
|
||||
[DNAFieldAttribute(1, "char", 8, "flag", "char", false, 207)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(9, "void", "*_pad1", "void", 8, true, 208)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(8, "void", 9, "*_pad1", "void", true, 208)]
|
||||
public object _pad1;
|
||||
public SimpleDeformModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_origin = default;
|
||||
this.origin = default;
|
||||
this.vgroup_name = default;
|
||||
this.factor = default;
|
||||
this.limit = default;
|
||||
@@ -45,11 +45,11 @@ namespace BlendFile.DNA {
|
||||
this.axis = default;
|
||||
this.deform_axis = default;
|
||||
this.flag = default;
|
||||
this.ptr__pad1 = default;
|
||||
this._pad1 = default;
|
||||
}
|
||||
public SimpleDeformModifierData(ModifierData modifier, Object ptr_origin, char[] vgroup_name, float factor, float[] limit, char mode, char axis, char deform_axis, char flag, object ptr__pad1) {
|
||||
public SimpleDeformModifierData(ModifierData modifier, Object origin, char[] vgroup_name, float factor, float[] limit, char mode, char axis, char deform_axis, char flag, object _pad1) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_origin = ptr_origin;
|
||||
this.origin = origin;
|
||||
this.vgroup_name = vgroup_name;
|
||||
this.factor = factor;
|
||||
this.limit = limit;
|
||||
@@ -57,7 +57,7 @@ namespace BlendFile.DNA {
|
||||
this.axis = axis;
|
||||
this.deform_axis = deform_axis;
|
||||
this.flag = flag;
|
||||
this.ptr__pad1 = ptr__pad1;
|
||||
this._pad1 = _pad1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user