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(864, "rcti")]
public struct rcti {
[DNAFieldAttribute(0, "int", "xmin", 4)]
[DNAFieldAttribute(0, "int", "xmin", "int", 4)]
public int xmin;
[DNAFieldAttribute(1, "int", "xmax", 4)]
[DNAFieldAttribute(1, "int", "xmax", "int", 4)]
public int xmax;
[DNAFieldAttribute(2, "int", "ymin", 4)]
[DNAFieldAttribute(2, "int", "ymin", "int", 4)]
public int ymin;
[DNAFieldAttribute(3, "int", "ymax", 4)]
[DNAFieldAttribute(3, "int", "ymax", "int", 4)]
public int ymax;
public rcti() {
this.xmin = default;