Regenerated codefiles
This commit is contained in:
@@ -14,10 +14,10 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(656, "NodeKeyingScreenData", 68)]
|
||||
public struct NodeKeyingScreenData {
|
||||
[DNAFieldAttribute(0, "char", "tracking_object[64]", "System.Char[]", 64, false, 0)]
|
||||
public class NodeKeyingScreenData {
|
||||
[DNAFieldAttribute(64, "char", 0, "tracking_object[64]", "System.Char[]", false, 0)]
|
||||
public char[] tracking_object = new System.Char[64];
|
||||
[DNAFieldAttribute(1, "float", "smoothness", "float", 4, false, 64)]
|
||||
[DNAFieldAttribute(4, "float", 1, "smoothness", "float", false, 64)]
|
||||
public float smoothness;
|
||||
public NodeKeyingScreenData() {
|
||||
this.tracking_object = default;
|
||||
|
||||
Reference in New Issue
Block a user