Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,14 +14,14 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(610, "NodeBilateralBlurData", 12)]
public struct NodeBilateralBlurData {
[DNAFieldAttribute(0, "float", "sigma_color", "float", 4, false, 0)]
public class NodeBilateralBlurData {
[DNAFieldAttribute(4, "float", 0, "sigma_color", "float", false, 0)]
public float sigma_color;
[DNAFieldAttribute(1, "float", "sigma_space", "float", 4, false, 4)]
[DNAFieldAttribute(4, "float", 1, "sigma_space", "float", false, 4)]
public float sigma_space;
[DNAFieldAttribute(2, "short", "iter", "short", 2, false, 8)]
[DNAFieldAttribute(2, "short", 2, "iter", "short", false, 8)]
public short iter;
[DNAFieldAttribute(3, "char", "_pad[2]", "System.Char[]", 2, false, 10)]
[DNAFieldAttribute(2, "char", 3, "_pad[2]", "System.Char[]", false, 10)]
public char[] _pad = new System.Char[2];
public NodeBilateralBlurData() {
this.sigma_color = default;