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,11 +13,11 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(563, "bActionStrip")]
[DNAClassAttribute(563, "bActionStrip", 168)]
public class bActionStrip {
[DNAFieldAttribute(0, "bActionStrip", "*next", "bActionStrip", 4, true)]
[DNAFieldAttribute(0, "bActionStrip", "*next", "bActionStrip", 8, true)]
public bActionStrip ptr_next;
[DNAFieldAttribute(1, "bActionStrip", "*prev", "bActionStrip", 4, true)]
[DNAFieldAttribute(1, "bActionStrip", "*prev", "bActionStrip", 8, true)]
public bActionStrip ptr_prev;
[DNAFieldAttribute(2, "short", "flag", "short", 2, false)]
public short flag;
@@ -27,11 +27,11 @@ namespace BlendFile.DNA {
public short stride_axis;
[DNAFieldAttribute(5, "short", "curmod", "short", 2, false)]
public short curmod;
[DNAFieldAttribute(6, "Ipo", "*ipo", "Ipo", 4, true)]
[DNAFieldAttribute(6, "Ipo", "*ipo", "Ipo", 8, true)]
public Ipo ptr_ipo;
[DNAFieldAttribute(7, "bAction", "*act", "bAction", 4, true)]
[DNAFieldAttribute(7, "bAction", "*act", "bAction", 8, true)]
public bAction ptr_act;
[DNAFieldAttribute(8, "Object", "*object", "Object", 4, true)]
[DNAFieldAttribute(8, "Object", "*object", "Object", 8, true)]
public Object ptr_object;
[DNAFieldAttribute(9, "float", "start", "float", 4, false)]
public float start;