//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using BlendFile.CompatTypes; using System; // Automatically generated by BlenderSharp at 22/01/2025 02:33:14 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; } } }