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", 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;
|
||||
|
||||
Reference in New Issue
Block a user