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,22 +14,22 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(609, "NodeDBlurData", 28)]
public struct NodeDBlurData {
[DNAFieldAttribute(0, "float", "center_x", "float", 4, false, 0)]
public class NodeDBlurData {
[DNAFieldAttribute(4, "float", 0, "center_x", "float", false, 0)]
public float center_x;
[DNAFieldAttribute(1, "float", "center_y", "float", 4, false, 4)]
[DNAFieldAttribute(4, "float", 1, "center_y", "float", false, 4)]
public float center_y;
[DNAFieldAttribute(2, "float", "distance", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 2, "distance", "float", false, 8)]
public float distance;
[DNAFieldAttribute(3, "float", "angle", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 3, "angle", "float", false, 12)]
public float angle;
[DNAFieldAttribute(4, "float", "spin", "float", 4, false, 16)]
[DNAFieldAttribute(4, "float", 4, "spin", "float", false, 16)]
public float spin;
[DNAFieldAttribute(5, "float", "zoom", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 5, "zoom", "float", false, 20)]
public float zoom;
[DNAFieldAttribute(6, "short", "iter", "short", 2, false, 24)]
[DNAFieldAttribute(2, "short", 6, "iter", "short", false, 24)]
public short iter;
[DNAFieldAttribute(7, "char", "_pad[2]", "System.Char[]", 2, false, 26)]
[DNAFieldAttribute(2, "char", 7, "_pad[2]", "System.Char[]", false, 26)]
public char[] _pad = new System.Char[2];
public NodeDBlurData() {
this.center_x = default;