regenerated files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user