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 {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user