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 {
|
||||
|
||||
@@ -18,9 +17,9 @@ namespace BlendFile.DNA {
|
||||
public GreasePencilLayerMask ptr_next;
|
||||
public GreasePencilLayerMask ptr_prev;
|
||||
public char ptr_layer_name;
|
||||
public @ushort flag;
|
||||
public ushort flag;
|
||||
public char[] _pad = new System.Char[6];
|
||||
public GreasePencilLayerMask(GreasePencilLayerMask ptr_next, GreasePencilLayerMask ptr_prev, char ptr_layer_name, @ushort flag, char[] _pad) {
|
||||
public GreasePencilLayerMask(GreasePencilLayerMask ptr_next, GreasePencilLayerMask ptr_prev, char ptr_layer_name, ushort flag, char[] _pad) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.ptr_layer_name = ptr_layer_name;
|
||||
|
||||
Reference in New Issue
Block a user