Generated new code and added initial data handling
This commit is contained in:
@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
|
||||
public short flag;
|
||||
[DNAFieldAttribute(6, "short", "repeat", 2)]
|
||||
public short repeat;
|
||||
public LaplacianSmoothModifierData() {
|
||||
this.modifier = default;
|
||||
this.lambda = default;
|
||||
this.lambda_border = default;
|
||||
this._pad1 = default;
|
||||
this.defgrp_name = default;
|
||||
this.flag = default;
|
||||
this.repeat = default;
|
||||
}
|
||||
public LaplacianSmoothModifierData(ModifierData modifier, float lambda, float lambda_border, char[] _pad1, char[] defgrp_name, short flag, short repeat) {
|
||||
this.modifier = modifier;
|
||||
this.lambda = lambda;
|
||||
|
||||
Reference in New Issue
Block a user