updated generated files
This commit is contained in:
@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
|
||||
public char spacetype;
|
||||
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
|
||||
public char link_flag;
|
||||
[DNAArrayAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", 6, 34)]
|
||||
[DNAArrayAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", 6, false, 34)]
|
||||
public char[] _pad0 = new System.Char[6];
|
||||
[DNAFieldAttribute(8, "Image", 6, "*image", "Image", true, 40)]
|
||||
public Image image;
|
||||
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
|
||||
public Histogram sample_line_hist;
|
||||
[DNAFieldAttribute(8, "bGPdata", 10, "*gpd", "bGPdata", true, 10520)]
|
||||
public bGPdata gpd;
|
||||
[DNAArrayAttribute(8, "float", 11, "cursor[2]", "System.Single[]", 2, 10528)]
|
||||
[DNAArrayAttribute(8, "float", 11, "cursor[2]", "System.Single[]", 2, false, 10528)]
|
||||
public float[] cursor = new System.Single[2];
|
||||
[DNAFieldAttribute(4, "float", 12, "xof", "float", false, 10536)]
|
||||
public float xof;
|
||||
@@ -69,7 +69,7 @@ namespace BlendFile.DNA {
|
||||
public char gizmo_flag;
|
||||
[DNAFieldAttribute(1, "char", 26, "grid_shape_source", "char", false, 10565)]
|
||||
public char grid_shape_source;
|
||||
[DNAArrayAttribute(6, "char", 27, "_pad1[6]", "System.Char[]", 6, 10566)]
|
||||
[DNAArrayAttribute(6, "char", 27, "_pad1[6]", "System.Char[]", 6, false, 10566)]
|
||||
public char[] _pad1 = new System.Char[6];
|
||||
[DNAFieldAttribute(4, "int", 28, "flag", "int", false, 10572)]
|
||||
public int flag;
|
||||
@@ -77,9 +77,9 @@ namespace BlendFile.DNA {
|
||||
public float uv_opacity;
|
||||
[DNAFieldAttribute(4, "float", 30, "stretch_opacity", "float", false, 10580)]
|
||||
public float stretch_opacity;
|
||||
[DNAArrayAttribute(8, "int", 31, "tile_grid_shape[2]", "System.Int32[]", 2, 10584)]
|
||||
[DNAArrayAttribute(8, "int", 31, "tile_grid_shape[2]", "System.Int32[]", 2, false, 10584)]
|
||||
public int[] tile_grid_shape = new System.Int32[2];
|
||||
[DNAArrayAttribute(8, "int", 32, "custom_grid_subdiv[2]", "System.Int32[]", 2, 10592)]
|
||||
[DNAArrayAttribute(8, "int", 32, "custom_grid_subdiv[2]", "System.Int32[]", 2, false, 10592)]
|
||||
public int[] custom_grid_subdiv = new System.Int32[2];
|
||||
[DNAFieldAttribute(16, "MaskSpaceInfo", 33, "mask_info", "MaskSpaceInfo", false, 10600)]
|
||||
public MaskSpaceInfo mask_info;
|
||||
|
||||
Reference in New Issue
Block a user