regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -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;