Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
public class BlurShaderFxData {
[DNAFieldAttribute(104, "ShaderFxData", 0, "shaderfx", "ShaderFxData", false, 0)]
public ShaderFxData shaderfx;
[DNAFieldAttribute(8, "float", 1, "radius[2]", "System.Single[]", false, 104)]
[DNAArrayAttribute(8, "float", 1, "radius[2]", "System.Single[]", 2, 104)]
public float[] radius = new System.Single[2];
[DNAFieldAttribute(4, "int", 2, "flag", "int", false, 112)]
public int flag;
@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public int samples;
[DNAFieldAttribute(4, "float", 4, "rotation", "float", false, 120)]
public float rotation;
[DNAFieldAttribute(4, "char", 5, "_pad[4]", "System.Char[]", false, 124)]
[DNAArrayAttribute(4, "char", 5, "_pad[4]", "System.Char[]", 4, 124)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(40, "ShaderFxData_Runtime", 6, "runtime", "ShaderFxData_Runtime", false, 128)]
public ShaderFxData_Runtime runtime;