regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(213, "CurveProfile")]
|
||||
[DNAClassAttribute(213, "CurveProfile", 72)]
|
||||
public class CurveProfile {
|
||||
[DNAFieldAttribute(0, "short", "path_len", "short", 2, false)]
|
||||
public short path_len;
|
||||
@@ -21,11 +21,11 @@ namespace BlendFile.DNA {
|
||||
public short segments_len;
|
||||
[DNAFieldAttribute(2, "int", "preset", "int", 4, false)]
|
||||
public int preset;
|
||||
[DNAFieldAttribute(3, "CurveProfilePoint", "*path", "CurveProfilePoint", 4, true)]
|
||||
[DNAFieldAttribute(3, "CurveProfilePoint", "*path", "CurveProfilePoint", 8, true)]
|
||||
public CurveProfilePoint ptr_path;
|
||||
[DNAFieldAttribute(4, "CurveProfilePoint", "*table", "CurveProfilePoint", 4, true)]
|
||||
[DNAFieldAttribute(4, "CurveProfilePoint", "*table", "CurveProfilePoint", 8, true)]
|
||||
public CurveProfilePoint ptr_table;
|
||||
[DNAFieldAttribute(5, "CurveProfilePoint", "*segments", "CurveProfilePoint", 4, true)]
|
||||
[DNAFieldAttribute(5, "CurveProfilePoint", "*segments", "CurveProfilePoint", 8, true)]
|
||||
public CurveProfilePoint ptr_segments;
|
||||
[DNAFieldAttribute(6, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
|
||||
Reference in New Issue
Block a user