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