Added Generation Output
This commit is contained in:
28
BlendFile/DNA/SimpleDeformModifierData.cs
Normal file
28
BlendFile/DNA/SimpleDeformModifierData.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class SimpleDeformModifierData {
|
||||
public ModifierData modifier;
|
||||
public Object ptr_origin;
|
||||
public char[] vgroup_name = new System.Char[64];
|
||||
public float factor;
|
||||
public float[] limit = new System.Single[2];
|
||||
public char mode;
|
||||
public char axis;
|
||||
public char deform_axis;
|
||||
public char flag;
|
||||
public object ptr__pad1;
|
||||
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) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_origin = ptr_origin;
|
||||
this.vgroup_name = vgroup_name;
|
||||
this.factor = factor;
|
||||
this.limit = limit;
|
||||
this.mode = mode;
|
||||
this.axis = axis;
|
||||
this.deform_axis = deform_axis;
|
||||
this.flag = flag;
|
||||
this.ptr__pad1 = ptr__pad1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user