added uint64_t compat file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user