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,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(878, "StripCrop")]
public struct StripCrop {
[DNAFieldAttribute(0, "int", "top", 4)]
[DNAFieldAttribute(0, "int", "top", "int", 4)]
public int top;
[DNAFieldAttribute(1, "int", "bottom", 4)]
[DNAFieldAttribute(1, "int", "bottom", "int", 4)]
public int bottom;
[DNAFieldAttribute(2, "int", "left", 4)]
[DNAFieldAttribute(2, "int", "left", "int", 4)]
public int left;
[DNAFieldAttribute(3, "int", "right", 4)]
[DNAFieldAttribute(3, "int", "right", "int", 4)]
public int right;
public StripCrop() {
this.top = default;