Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public float contrast_limit;
|
||||
[DNAFieldAttribute(2, "float", "corner_rounding", 4)]
|
||||
public float corner_rounding;
|
||||
public NodeAntiAliasingData() {
|
||||
this.threshold = default;
|
||||
this.contrast_limit = default;
|
||||
this.corner_rounding = default;
|
||||
}
|
||||
public NodeAntiAliasingData(float threshold, float contrast_limit, float corner_rounding) {
|
||||
this.threshold = threshold;
|
||||
this.contrast_limit = contrast_limit;
|
||||
|
||||
Reference in New Issue
Block a user