regenerate files
This commit is contained in:
@@ -13,9 +13,9 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(260, "bGPDcurve")]
|
||||
[DNAClassAttribute(260, "bGPDcurve", 16)]
|
||||
public class bGPDcurve {
|
||||
[DNAFieldAttribute(0, "bGPDcurve_point", "*curve_points", "bGPDcurve_point", 4, true)]
|
||||
[DNAFieldAttribute(0, "bGPDcurve_point", "*curve_points", "bGPDcurve_point", 8, true)]
|
||||
public bGPDcurve_point ptr_curve_points;
|
||||
[DNAFieldAttribute(1, "int", "tot_curve_points", "int", 4, false)]
|
||||
public int tot_curve_points;
|
||||
|
||||
Reference in New Issue
Block a user