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,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(213, "CurveProfile")]
public class CurveProfile {
[DNAFieldAttribute(0, "short", "path_len", 2)]
[DNAFieldAttribute(0, "short", "path_len", "short", 2)]
public short path_len;
[DNAFieldAttribute(1, "short", "segments_len", 2)]
[DNAFieldAttribute(1, "short", "segments_len", "short", 2)]
public short segments_len;
[DNAFieldAttribute(2, "int", "preset", 4)]
[DNAFieldAttribute(2, "int", "preset", "int", 4)]
public int preset;
[DNAFieldAttribute(3, "CurveProfilePoint", "*path", 40)]
[DNAFieldAttribute(3, "CurveProfilePoint", "*path", "CurveProfilePoint", 40)]
public CurveProfilePoint ptr_path;
[DNAFieldAttribute(4, "CurveProfilePoint", "*table", 40)]
[DNAFieldAttribute(4, "CurveProfilePoint", "*table", "CurveProfilePoint", 40)]
public CurveProfilePoint ptr_table;
[DNAFieldAttribute(5, "CurveProfilePoint", "*segments", 40)]
[DNAFieldAttribute(5, "CurveProfilePoint", "*segments", "CurveProfilePoint", 40)]
public CurveProfilePoint ptr_segments;
[DNAFieldAttribute(6, "int", "flag", 4)]
[DNAFieldAttribute(6, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(7, "int", "changed_timestamp", 4)]
[DNAFieldAttribute(7, "int", "changed_timestamp", "int", 4)]
public int changed_timestamp;
[DNAFieldAttribute(8, "rctf", "view_rect", 16)]
[DNAFieldAttribute(8, "rctf", "view_rect", "rctf", 16)]
public rctf view_rect;
[DNAFieldAttribute(9, "rctf", "clip_rect", 16)]
[DNAFieldAttribute(9, "rctf", "clip_rect", "rctf", 16)]
public rctf clip_rect;
public CurveProfile() {
this.path_len = default;