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,9 +13,9 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(101, "AnimData")]
[DNAClassAttribute(101, "AnimData", 248)]
public class AnimData {
[DNAFieldAttribute(0, "bAction", "*action", "bAction", 4, true)]
[DNAFieldAttribute(0, "bAction", "*action", "bAction", 8, true)]
public bAction ptr_action;
[DNAFieldAttribute(1, "int", "slot_handle", "int", 4, false)]
public int slot_handle;
@@ -23,7 +23,7 @@ namespace BlendFile.DNA {
public char[] slot_name = new System.Char[66];
[DNAFieldAttribute(3, "uchar", "_pad0[2]", "System.Byte[]", 2, false)]
public byte[] _pad0 = new System.Byte[2];
[DNAFieldAttribute(4, "bAction", "*tmpact", "bAction", 4, true)]
[DNAFieldAttribute(4, "bAction", "*tmpact", "bAction", 8, true)]
public bAction ptr_tmpact;
[DNAFieldAttribute(5, "int", "tmp_slot_handle", "int", 4, false)]
public int tmp_slot_handle;
@@ -33,15 +33,15 @@ namespace BlendFile.DNA {
public byte[] _pad1 = new System.Byte[2];
[DNAFieldAttribute(8, "ListBase", "nla_tracks", "ListBase", 16, false)]
public ListBase nla_tracks;
[DNAFieldAttribute(9, "NlaTrack", "*act_track", "NlaTrack", 4, true)]
[DNAFieldAttribute(9, "NlaTrack", "*act_track", "NlaTrack", 8, true)]
public NlaTrack ptr_act_track;
[DNAFieldAttribute(10, "NlaStrip", "*actstrip", "NlaStrip", 4, true)]
[DNAFieldAttribute(10, "NlaStrip", "*actstrip", "NlaStrip", 8, true)]
public NlaStrip ptr_actstrip;
[DNAFieldAttribute(11, "ListBase", "drivers", "ListBase", 16, false)]
public ListBase drivers;
[DNAFieldAttribute(12, "ListBase", "overrides", "ListBase", 16, false)]
public ListBase overrides;
[DNAFieldAttribute(13, "FCurve", "**driver_array", "FCurve", 4, true)]
[DNAFieldAttribute(13, "FCurve", "**driver_array", "FCurve", 8, true)]
public FCurve ptr_ptr_driver_array;
[DNAFieldAttribute(14, "int", "flag", "int", 4, false)]
public int flag;