19 lines
741 B
C#
19 lines
741 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public class GreasePencilArmatureModifierData {
|
|
public ModifierData modifier;
|
|
public GreasePencilModifierInfluenceData influence;
|
|
public Object ptr_object;
|
|
public short deformflag;
|
|
public char[] _pad = new System.Char[6];
|
|
public GreasePencilArmatureModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, Object ptr_object, short deformflag, char[] _pad) {
|
|
this.modifier = modifier;
|
|
this.influence = influence;
|
|
this.ptr_object = ptr_object;
|
|
this.deformflag = deformflag;
|
|
this._pad = _pad;
|
|
}
|
|
}
|
|
}
|