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,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(766, "ObjectLineArt")]
public struct ObjectLineArt {
[DNAFieldAttribute(0, "short", "usage", 2)]
[DNAFieldAttribute(0, "short", "usage", "short", 2)]
public short usage;
[DNAFieldAttribute(1, "short", "flags", 2)]
[DNAFieldAttribute(1, "short", "flags", "short", 2)]
public short flags;
[DNAFieldAttribute(2, "float", "crease_threshold", 4)]
[DNAFieldAttribute(2, "float", "crease_threshold", "float", 4)]
public float crease_threshold;
[DNAFieldAttribute(3, "char", "intersection_priority", 1)]
[DNAFieldAttribute(3, "char", "intersection_priority", "char", 1)]
public char intersection_priority;
[DNAFieldAttribute(4, "char", "_pad[7]", 1)]
[DNAFieldAttribute(4, "char", "_pad[7]", "System.Char[]", 1)]
public char[] _pad = new System.Char[7];
public ObjectLineArt() {
this.usage = default;