Regenerated codefiles
This commit is contained in:
@@ -14,18 +14,18 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(660, "NodePlaneTrackDeformData", 136)]
|
||||
public struct NodePlaneTrackDeformData {
|
||||
[DNAFieldAttribute(0, "char", "tracking_object[64]", "System.Char[]", 64, false, 0)]
|
||||
public class NodePlaneTrackDeformData {
|
||||
[DNAFieldAttribute(64, "char", 0, "tracking_object[64]", "System.Char[]", false, 0)]
|
||||
public char[] tracking_object = new System.Char[64];
|
||||
[DNAFieldAttribute(1, "char", "plane_track_name[64]", "System.Char[]", 64, false, 64)]
|
||||
[DNAFieldAttribute(64, "char", 1, "plane_track_name[64]", "System.Char[]", false, 64)]
|
||||
public char[] plane_track_name = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "char", "flag", "char", 1, false, 128)]
|
||||
[DNAFieldAttribute(1, "char", 2, "flag", "char", false, 128)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(3, "char", "motion_blur_samples", "char", 1, false, 129)]
|
||||
[DNAFieldAttribute(1, "char", 3, "motion_blur_samples", "char", false, 129)]
|
||||
public char motion_blur_samples;
|
||||
[DNAFieldAttribute(4, "char", "_pad[2]", "System.Char[]", 2, false, 130)]
|
||||
[DNAFieldAttribute(2, "char", 4, "_pad[2]", "System.Char[]", false, 130)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(5, "float", "motion_blur_shutter", "float", 4, false, 132)]
|
||||
[DNAFieldAttribute(4, "float", 5, "motion_blur_shutter", "float", false, 132)]
|
||||
public float motion_blur_shutter;
|
||||
public NodePlaneTrackDeformData() {
|
||||
this.tracking_object = default;
|
||||
|
||||
Reference in New Issue
Block a user