Regenerated files

This commit is contained in:
Samuele Lorefice
2025-01-22 18:11:19 +01:00
parent 5f15635cd8
commit 439cea385f
938 changed files with 71 additions and 1007 deletions

View File

@@ -7,7 +7,6 @@
// </auto-generated>
//------------------------------------------------------------------------------
using BlendFile.CompatTypes;
using System;
@@ -49,11 +48,11 @@ namespace BlendFile.DNA {
public float rotAngle;
public short rotmode;
public char[] _pad = new System.Char[6];
public float[,] chan_mat = new System.Single[4][4];
public float[,] pose_mat = new System.Single[4][4];
public float[,] disp_mat = new System.Single[4][4];
public float[,] disp_tail_mat = new System.Single[4][4];
public float[,] constinv = new System.Single[4][4];
public float[,] chan_mat = new System.Single[4,4];
public float[,] pose_mat = new System.Single[4,4];
public float[,] disp_mat = new System.Single[4,4];
public float[,] disp_tail_mat = new System.Single[4,4];
public float[,] constinv = new System.Single[4,4];
public float[] pose_head = new System.Single[3];
public float[] pose_tail = new System.Single[3];
public float[] limitmin = new System.Single[3];