regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(146, "CameraBGImage")]
public class CameraBGImage {
[DNAFieldAttribute(0, "CameraBGImage", "*next", "CameraBGImage", 104)]
[DNAFieldAttribute(0, "CameraBGImage", "*next", "CameraBGImage", 4, true)]
public CameraBGImage ptr_next;
[DNAFieldAttribute(1, "CameraBGImage", "*prev", "CameraBGImage", 104)]
[DNAFieldAttribute(1, "CameraBGImage", "*prev", "CameraBGImage", 4, true)]
public CameraBGImage ptr_prev;
[DNAFieldAttribute(2, "Image", "*ima", "Image", 1600)]
[DNAFieldAttribute(2, "Image", "*ima", "Image", 4, true)]
public Image ptr_ima;
[DNAFieldAttribute(3, "ImageUser", "iuser", "ImageUser", 40)]
[DNAFieldAttribute(3, "ImageUser", "iuser", "ImageUser", 40, false)]
public ImageUser iuser;
[DNAFieldAttribute(4, "MovieClip", "*clip", "MovieClip", 2568)]
[DNAFieldAttribute(4, "MovieClip", "*clip", "MovieClip", 4, true)]
public MovieClip ptr_clip;
[DNAFieldAttribute(5, "MovieClipUser", "cuser", "MovieClipUser", 8)]
[DNAFieldAttribute(5, "MovieClipUser", "cuser", "MovieClipUser", 8, false)]
public MovieClipUser cuser;
[DNAFieldAttribute(6, "float", "offset[2]", "System.Single[]", 4)]
[DNAFieldAttribute(6, "float", "offset[2]", "System.Single[]", 8, false)]
public float[] offset = new System.Single[2];
[DNAFieldAttribute(7, "float", "scale", "float", 4)]
[DNAFieldAttribute(7, "float", "scale", "float", 4, false)]
public float scale;
[DNAFieldAttribute(8, "float", "rotation", "float", 4)]
[DNAFieldAttribute(8, "float", "rotation", "float", 4, false)]
public float rotation;
[DNAFieldAttribute(9, "float", "alpha", "float", 4)]
[DNAFieldAttribute(9, "float", "alpha", "float", 4, false)]
public float alpha;
[DNAFieldAttribute(10, "short", "flag", "short", 2)]
[DNAFieldAttribute(10, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(11, "short", "source", "short", 2)]
[DNAFieldAttribute(11, "short", "source", "short", 2, false)]
public short source;
public CameraBGImage() {
this.ptr_next = default;