Generated new code and added initial data handling
This commit is contained in:
@@ -35,6 +35,18 @@ namespace BlendFile.DNA {
|
||||
public float[] location = new System.Single[3];
|
||||
[DNAFieldAttribute(9, "Object", "*reference_object", 1160)]
|
||||
public Object ptr_reference_object;
|
||||
public GP_Sculpt_Guide() {
|
||||
this.use_guide = default;
|
||||
this.use_snapping = default;
|
||||
this.reference_point = default;
|
||||
this.type = default;
|
||||
this._pad2 = default;
|
||||
this.angle = default;
|
||||
this.angle_snap = default;
|
||||
this.spacing = default;
|
||||
this.location = default;
|
||||
this.ptr_reference_object = default;
|
||||
}
|
||||
public GP_Sculpt_Guide(char use_guide, char use_snapping, char reference_point, char type, char[] _pad2, float angle, float angle_snap, float spacing, float[] location, Object ptr_reference_object) {
|
||||
this.use_guide = use_guide;
|
||||
this.use_snapping = use_snapping;
|
||||
|
||||
Reference in New Issue
Block a user