Added skip for pointer to functions, added int64_t compat type
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -20,15 +20,13 @@ namespace BlendFile.DNA {
|
||||
public short multi;
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
public Object ptr_object;
|
||||
public float (ptr_vert_coords_prev)();
|
||||
public char[] defgrp_name = new System.Char[64];
|
||||
public ArmatureModifierData(ModifierData modifier, short deformflag, short multi, char[] _pad2, Object ptr_object, float (ptr_vert_coords_prev)(), char[] defgrp_name) {
|
||||
public ArmatureModifierData(ModifierData modifier, short deformflag, short multi, char[] _pad2, Object ptr_object, char[] defgrp_name) {
|
||||
this.modifier = modifier;
|
||||
this.deformflag = deformflag;
|
||||
this.multi = multi;
|
||||
this._pad2 = _pad2;
|
||||
this.ptr_object = ptr_object;
|
||||
this.(ptr_vert_coords_prev)() = (ptr_vert_coords_prev)();
|
||||
this.defgrp_name = defgrp_name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user