regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(803, "TimeMarker")]
public class TimeMarker {
[DNAFieldAttribute(0, "TimeMarker", "*next", 104)]
[DNAFieldAttribute(0, "TimeMarker", "*next", "TimeMarker", 104)]
public TimeMarker ptr_next;
[DNAFieldAttribute(1, "TimeMarker", "*prev", 104)]
[DNAFieldAttribute(1, "TimeMarker", "*prev", "TimeMarker", 104)]
public TimeMarker ptr_prev;
[DNAFieldAttribute(2, "int", "frame", 4)]
[DNAFieldAttribute(2, "int", "frame", "int", 4)]
public int frame;
[DNAFieldAttribute(3, "char", "name[64]", 1)]
[DNAFieldAttribute(3, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(4, "int", "flag", 4)]
[DNAFieldAttribute(4, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(5, "Object", "*camera", 1160)]
[DNAFieldAttribute(5, "Object", "*camera", "Object", 1160)]
public Object ptr_camera;
[DNAFieldAttribute(6, "IDProperty", "*prop", 136)]
[DNAFieldAttribute(6, "IDProperty", "*prop", "IDProperty", 136)]
public IDProperty ptr_prop;
public TimeMarker() {
this.ptr_next = default;