Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -13,60 +13,48 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(65, "bAction", 352)]
[DNAClassAttribute(65, "bAction", 316)]
public class bAction {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
public ID id;
[DNAFieldAttribute(1, "ActionLayer", "**layer_array", "ActionLayer", 8, true, 208)]
public ActionLayer ptr_ptr_layer_array;
[DNAFieldAttribute(2, "int", "layer_array_num", "int", 4, false, 216)]
public int layer_array_num;
[DNAFieldAttribute(3, "int", "layer_active_index", "int", 4, false, 220)]
[DNAFieldAttribute(4, "int", 3, "layer_active_index", "int", false, 208)]
public int layer_active_index;
[DNAFieldAttribute(4, "ActionSlot", "**slot_array", "ActionSlot", 8, true, 224)]
public ActionSlot ptr_ptr_slot_array;
[DNAFieldAttribute(5, "int", "slot_array_num", "int", 4, false, 232)]
public int slot_array_num;
[DNAFieldAttribute(6, "int", "last_slot_handle", "int", 4, false, 236)]
[DNAFieldAttribute(4, "int", 6, "last_slot_handle", "int", false, 212)]
public int last_slot_handle;
[DNAFieldAttribute(7, "ActionStripKeyframeData", "**strip_keyframe_data_array", "ActionStripKeyframeData", 8, true, 240)]
public ActionStripKeyframeData ptr_ptr_strip_keyframe_data_array;
[DNAFieldAttribute(8, "int", "strip_keyframe_data_array_num", "int", 4, false, 248)]
public int strip_keyframe_data_array_num;
[DNAFieldAttribute(9, "char", "_pad0[4]", "System.Char[]", 4, false, 252)]
[DNAFieldAttribute(4, "char", 9, "_pad0[4]", "System.Char[]", false, 216)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(10, "ListBase", "curves", "ListBase", 16, false, 256)]
[DNAFieldAttribute(16, "ListBase", 10, "curves", "ListBase", false, 220)]
public ListBase curves;
[DNAFieldAttribute(11, "ListBase", "chanbase", "ListBase", 16, false, 272)]
[DNAFieldAttribute(16, "ListBase", 11, "chanbase", "ListBase", false, 236)]
public ListBase chanbase;
[DNAFieldAttribute(12, "ListBase", "groups", "ListBase", 16, false, 288)]
[DNAFieldAttribute(16, "ListBase", 12, "groups", "ListBase", false, 252)]
public ListBase groups;
[DNAFieldAttribute(13, "ListBase", "markers", "ListBase", 16, false, 304)]
[DNAFieldAttribute(16, "ListBase", 13, "markers", "ListBase", false, 268)]
public ListBase markers;
[DNAFieldAttribute(14, "int", "flag", "int", 4, false, 320)]
[DNAFieldAttribute(4, "int", 14, "flag", "int", false, 284)]
public int flag;
[DNAFieldAttribute(15, "int", "active_marker", "int", 4, false, 324)]
[DNAFieldAttribute(4, "int", 15, "active_marker", "int", false, 288)]
public int active_marker;
[DNAFieldAttribute(16, "int", "idroot", "int", 4, false, 328)]
[DNAFieldAttribute(4, "int", 16, "idroot", "int", false, 292)]
public int idroot;
[DNAFieldAttribute(17, "char", "_pad1[4]", "System.Char[]", 4, false, 332)]
[DNAFieldAttribute(4, "char", 17, "_pad1[4]", "System.Char[]", false, 296)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(18, "float", "frame_start", "float", 4, false, 336)]
[DNAFieldAttribute(4, "float", 18, "frame_start", "float", false, 300)]
public float frame_start;
[DNAFieldAttribute(19, "float", "frame_end", "float", 4, false, 340)]
[DNAFieldAttribute(4, "float", 19, "frame_end", "float", false, 304)]
public float frame_end;
[DNAFieldAttribute(20, "PreviewImage", "*preview", "PreviewImage", 8, true, 344)]
public PreviewImage ptr_preview;
[DNAFieldAttribute(8, "PreviewImage", 20, "*preview", "PreviewImage", true, 308)]
public PreviewImage preview;
[DNAListAttribute(8, "ActionLayer", "**layer_array", 1, "ActionLayer", "layer_array_num", 2, 316)]
public System.Collections.Generic.List<ActionLayer> layer_array;
[DNAListAttribute(8, "ActionSlot", "**slot_array", 4, "ActionSlot", "slot_array_num", 5, 316)]
public System.Collections.Generic.List<ActionSlot> slot_array;
[DNAListAttribute(8, "ActionStripKeyframeData", "**strip_keyframe_data_array", 7, "ActionStripKeyframeData", "strip_keyframe_data_array_num", 8, 316)]
public System.Collections.Generic.List<ActionStripKeyframeData> strip_keyframe_data_array;
public bAction() {
this.id = default;
this.ptr_ptr_layer_array = default;
this.layer_array_num = default;
this.layer_active_index = default;
this.ptr_ptr_slot_array = default;
this.slot_array_num = default;
this.last_slot_handle = default;
this.ptr_ptr_strip_keyframe_data_array = default;
this.strip_keyframe_data_array_num = default;
this._pad0 = default;
this.curves = default;
this.chanbase = default;
@@ -78,18 +66,15 @@ namespace BlendFile.DNA {
this._pad1 = default;
this.frame_start = default;
this.frame_end = default;
this.ptr_preview = default;
this.preview = default;
this.layer_array = default;
this.slot_array = default;
this.strip_keyframe_data_array = default;
}
public bAction(
ID id,
ActionLayer ptr_ptr_layer_array,
int layer_array_num,
int layer_active_index,
ActionSlot ptr_ptr_slot_array,
int slot_array_num,
int last_slot_handle,
ActionStripKeyframeData ptr_ptr_strip_keyframe_data_array,
int strip_keyframe_data_array_num,
char[] _pad0,
ListBase curves,
ListBase chanbase,
@@ -101,16 +86,13 @@ namespace BlendFile.DNA {
char[] _pad1,
float frame_start,
float frame_end,
PreviewImage ptr_preview) {
PreviewImage preview,
System.Collections.Generic.List<ActionLayer> layer_array,
System.Collections.Generic.List<ActionSlot> slot_array,
System.Collections.Generic.List<ActionStripKeyframeData> strip_keyframe_data_array) {
this.id = id;
this.ptr_ptr_layer_array = ptr_ptr_layer_array;
this.layer_array_num = layer_array_num;
this.layer_active_index = layer_active_index;
this.ptr_ptr_slot_array = ptr_ptr_slot_array;
this.slot_array_num = slot_array_num;
this.last_slot_handle = last_slot_handle;
this.ptr_ptr_strip_keyframe_data_array = ptr_ptr_strip_keyframe_data_array;
this.strip_keyframe_data_array_num = strip_keyframe_data_array_num;
this._pad0 = _pad0;
this.curves = curves;
this.chanbase = chanbase;
@@ -122,7 +104,10 @@ namespace BlendFile.DNA {
this._pad1 = _pad1;
this.frame_start = frame_start;
this.frame_end = frame_end;
this.ptr_preview = ptr_preview;
this.preview = preview;
this.layer_array = layer_array;
this.slot_array = slot_array;
this.strip_keyframe_data_array = strip_keyframe_data_array;
}
}
}