// Automatically generated by BlenderSharp at 22/01/2025 02:21:57 namespace BlendFile.DNA { public class GP_Interpolate_Settings { public CurveMapping ptr_custom_ipo; public GP_Interpolate_Settings(CurveMapping ptr_custom_ipo) { this.ptr_custom_ipo = ptr_custom_ipo; } } }