Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
public CurveMapping ptr_cur_primitive;
[DNAFieldAttribute(7, "GP_Sculpt_Guide", "guide", 40)]
public GP_Sculpt_Guide guide;
public GP_Sculpt_Settings() {
this.ptr_paintcursor = default;
this.flag = default;
this.lock_axis = default;
this.isect_threshold = default;
this._pad = default;
this.ptr_cur_falloff = default;
this.ptr_cur_primitive = default;
this.guide = default;
}
public GP_Sculpt_Settings(object ptr_paintcursor, int flag, int lock_axis, float isect_threshold, char[] _pad, CurveMapping ptr_cur_falloff, CurveMapping ptr_cur_primitive, GP_Sculpt_Guide guide) {
this.ptr_paintcursor = ptr_paintcursor;
this.flag = flag;