Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -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;