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 mode;
public short flag;
public int height;
public float[,] co = new System.Single[2][2];
public float[,] co = new System.Single[2,2];
public Histogram(int channels, int x_resolution, float[] data_luma, float[] data_r, float[] data_g, float[] data_b, float[] data_a, float xmax, float ymax, short mode, short flag, int height, float[,] co) {
this.channels = channels;
this.x_resolution = x_resolution;