regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

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