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;
@@ -26,7 +25,7 @@ namespace BlendFile.DNA {
public short thickness;
public short pass_index;
public Object ptr_parent;
public float[,] inverse = new System.Single[4][4];
public float[,] inverse = new System.Single[4,4];
public char[] parsubstr = new System.Char[64];
public short partype;
public short line_change;
@@ -46,8 +45,8 @@ namespace BlendFile.DNA {
public float[] location = new System.Single[3];
public float[] rotation = new System.Single[3];
public float[] scale = new System.Single[3];
public float[,] layer_mat = new System.Single[4][4];
public float[,] layer_invmat = new System.Single[4][4];
public float[,] layer_mat = new System.Single[4,4];
public float[,] layer_invmat = new System.Single[4,4];
public char[] _pad3 = new System.Char[4];
public bGPDlayer_Runtime runtime;
public bGPDlayer(