Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(260, "bGPDcurve", 16)]
|
||||
public class bGPDcurve {
|
||||
[DNAFieldAttribute(0, "bGPDcurve_point", "*curve_points", "bGPDcurve_point", 8, true)]
|
||||
[DNAFieldAttribute(0, "bGPDcurve_point", "*curve_points", "bGPDcurve_point", 8, true, 0)]
|
||||
public bGPDcurve_point ptr_curve_points;
|
||||
[DNAFieldAttribute(1, "int", "tot_curve_points", "int", 4, false)]
|
||||
[DNAFieldAttribute(1, "int", "tot_curve_points", "int", 4, false, 8)]
|
||||
public int tot_curve_points;
|
||||
[DNAFieldAttribute(2, "short", "flag", "short", 2, false)]
|
||||
[DNAFieldAttribute(2, "short", "flag", "short", 2, false, 12)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(3, "char", "_pad[2]", "System.Char[]", 2, false)]
|
||||
[DNAFieldAttribute(3, "char", "_pad[2]", "System.Char[]", 2, false, 14)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
public bGPDcurve() {
|
||||
this.ptr_curve_points = default;
|
||||
|
||||
Reference in New Issue
Block a user