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 {
@@ -40,7 +39,7 @@ namespace BlendFile.DNA {
public float[] size = new System.Single[3];
public char texflag;
public char editflag;
public @ushort flag;
public ushort flag;
public float smoothresh;
public float remesh_voxel_size;
public float remesh_voxel_adaptivity;
@@ -94,7 +93,7 @@ namespace BlendFile.DNA {
float[] size,
char texflag,
char editflag,
@ushort flag,
ushort flag,
float smoothresh,
float remesh_voxel_size,
float remesh_voxel_adaptivity,