Generated new code and added initial data handling
This commit is contained in:
@@ -41,6 +41,21 @@ namespace BlendFile.DNA {
|
||||
public float sharp_threshold;
|
||||
[DNAFieldAttribute(12, "float", "distance", 4)]
|
||||
public float distance;
|
||||
public SimplifyGpencilModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_material = default;
|
||||
this.layername = default;
|
||||
this.materialname = default;
|
||||
this.pass_index = default;
|
||||
this.flag = default;
|
||||
this.factor = default;
|
||||
this.mode = default;
|
||||
this.step = default;
|
||||
this.layer_pass = default;
|
||||
this.length = default;
|
||||
this.sharp_threshold = default;
|
||||
this.distance = default;
|
||||
}
|
||||
public SimplifyGpencilModifierData(GpencilModifierData modifier, Material ptr_material, char[] layername, char[] materialname, int pass_index, int flag, float factor, short mode, short step, int layer_pass, float length, float sharp_threshold, float distance) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_material = ptr_material;
|
||||
|
||||
Reference in New Issue
Block a user