Added skip for pointer to functions, added int64_t compat type

This commit is contained in:
Samuele Lorefice
2025-01-22 17:09:33 +01:00
parent d5533ac251
commit 3bcbde6bb2
940 changed files with 970 additions and 1025 deletions

View File

@@ -10,7 +10,7 @@
using BlendFile.CompatTypes;
using System;
// Automatically generated by BlenderSharp at 22/01/2025 02:33:14
// Automatically generated by BlenderSharp at 01/22/2025 16:57:57
namespace BlendFile.DNA {
@@ -21,7 +21,6 @@ namespace BlendFile.DNA {
public ParticleData ptr_particles;
public ChildParticle ptr_child;
public PTCacheEdit ptr_edit;
public object (ptr_free_edit)();
public ParticleCacheKey ptr_ptr_pathcache;
public ParticleCacheKey ptr_ptr_childcache;
public ListBase pathcachebufs;
@@ -77,7 +76,6 @@ namespace BlendFile.DNA {
ParticleData ptr_particles,
ChildParticle ptr_child,
PTCacheEdit ptr_edit,
object (ptr_free_edit)(),
ParticleCacheKey ptr_ptr_pathcache,
ParticleCacheKey ptr_ptr_childcache,
ListBase pathcachebufs,
@@ -132,7 +130,6 @@ namespace BlendFile.DNA {
this.ptr_particles = ptr_particles;
this.ptr_child = ptr_child;
this.ptr_edit = ptr_edit;
this.(ptr_free_edit)() = (ptr_free_edit)();
this.ptr_ptr_pathcache = ptr_ptr_pathcache;
this.ptr_ptr_childcache = ptr_ptr_childcache;
this.pathcachebufs = pathcachebufs;