regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,27 +13,27 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(978, "MovieTrackingPlaneTrack")]
[DNAClassAttribute(978, "MovieTrackingPlaneTrack", 128)]
public class MovieTrackingPlaneTrack {
[DNAFieldAttribute(0, "MovieTrackingPlaneTrack", "*next", "MovieTrackingPlaneTrack", 4, true)]
[DNAFieldAttribute(0, "MovieTrackingPlaneTrack", "*next", "MovieTrackingPlaneTrack", 8, true)]
public MovieTrackingPlaneTrack ptr_next;
[DNAFieldAttribute(1, "MovieTrackingPlaneTrack", "*prev", "MovieTrackingPlaneTrack", 4, true)]
[DNAFieldAttribute(1, "MovieTrackingPlaneTrack", "*prev", "MovieTrackingPlaneTrack", 8, true)]
public MovieTrackingPlaneTrack ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "MovieTrackingTrack", "**point_tracks", "MovieTrackingTrack", 4, true)]
[DNAFieldAttribute(3, "MovieTrackingTrack", "**point_tracks", "MovieTrackingTrack", 8, true)]
public MovieTrackingTrack ptr_ptr_point_tracks;
[DNAFieldAttribute(4, "int", "point_tracksnr", "int", 4, false)]
public int point_tracksnr;
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(6, "MovieTrackingPlaneMarker", "*markers", "MovieTrackingPlaneMarker", 4, true)]
[DNAFieldAttribute(6, "MovieTrackingPlaneMarker", "*markers", "MovieTrackingPlaneMarker", 8, true)]
public MovieTrackingPlaneMarker ptr_markers;
[DNAFieldAttribute(7, "int", "markersnr", "int", 4, false)]
public int markersnr;
[DNAFieldAttribute(8, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(9, "Image", "*image", "Image", 4, true)]
[DNAFieldAttribute(9, "Image", "*image", "Image", 8, true)]
public Image ptr_image;
[DNAFieldAttribute(10, "float", "image_opacity", "float", 4, false)]
public float image_opacity;