added uint64_t compat file

This commit is contained in:
Samuele Lorefice
2025-01-22 17:40:14 +01:00
parent 3bcbde6bb2
commit 2d6159e331
939 changed files with 28 additions and 954 deletions

View File

@@ -10,7 +10,6 @@
using BlendFile.CompatTypes;
using System;
// Automatically generated by BlenderSharp at 01/22/2025 16:57:57
namespace BlendFile.DNA {
@@ -22,13 +21,13 @@ namespace BlendFile.DNA {
public float execution_time;
public short flag;
public short ui_expand_flag;
public @ushort layout_panel_open_flag;
public ushort layout_panel_open_flag;
public char[] _pad = new System.Char[2];
public int persistent_uid;
public char[] name = new System.Char[64];
public char ptr_error;
public object ptr_runtime;
public ModifierData(ModifierData ptr_next, ModifierData ptr_prev, int type, int mode, float execution_time, short flag, short ui_expand_flag, @ushort layout_panel_open_flag, char[] _pad, int persistent_uid, char[] name, char ptr_error, object ptr_runtime) {
public ModifierData(ModifierData ptr_next, ModifierData ptr_prev, int type, int mode, float execution_time, short flag, short ui_expand_flag, ushort layout_panel_open_flag, char[] _pad, int persistent_uid, char[] name, char ptr_error, object ptr_runtime) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
this.type = type;