Regenerated codefiles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user