Regenerated files
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user