regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(612, "NodeAntiAliasingData")]
public struct NodeAntiAliasingData {
[DNAFieldAttribute(0, "float", "threshold", 4)]
[DNAFieldAttribute(0, "float", "threshold", "float", 4)]
public float threshold;
[DNAFieldAttribute(1, "float", "contrast_limit", 4)]
[DNAFieldAttribute(1, "float", "contrast_limit", "float", 4)]
public float contrast_limit;
[DNAFieldAttribute(2, "float", "corner_rounding", 4)]
[DNAFieldAttribute(2, "float", "corner_rounding", "float", 4)]
public float corner_rounding;
public NodeAntiAliasingData() {
this.threshold = default;