Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user