regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(612, "NodeAntiAliasingData")]
|
||||
public struct NodeAntiAliasingData {
|
||||
[DNAFieldAttribute(0, "float", "threshold", "float", 4)]
|
||||
[DNAFieldAttribute(0, "float", "threshold", "float", 4, false)]
|
||||
public float threshold;
|
||||
[DNAFieldAttribute(1, "float", "contrast_limit", "float", 4)]
|
||||
[DNAFieldAttribute(1, "float", "contrast_limit", "float", 4, false)]
|
||||
public float contrast_limit;
|
||||
[DNAFieldAttribute(2, "float", "corner_rounding", "float", 4)]
|
||||
[DNAFieldAttribute(2, "float", "corner_rounding", "float", 4, false)]
|
||||
public float corner_rounding;
|
||||
public NodeAntiAliasingData() {
|
||||
this.threshold = default;
|
||||
|
||||
Reference in New Issue
Block a user