Generated new code and added initial data handling
This commit is contained in:
@@ -33,6 +33,17 @@ namespace BlendFile.DNA {
|
||||
public float value_max;
|
||||
[DNAFieldAttribute(8, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public LineStyleThicknessModifier_DistanceFromObject() {
|
||||
this.modifier = default;
|
||||
this.ptr_target = default;
|
||||
this.ptr_curve = default;
|
||||
this.flags = default;
|
||||
this.range_min = default;
|
||||
this.range_max = default;
|
||||
this.value_min = default;
|
||||
this.value_max = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public LineStyleThicknessModifier_DistanceFromObject(LineStyleModifier modifier, Object ptr_target, CurveMapping ptr_curve, int flags, float range_min, float range_max, float value_min, float value_max, char[] _pad) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_target = ptr_target;
|
||||
|
||||
Reference in New Issue
Block a user