Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,22 +15,22 @@ namespace BlendFile.DNA {
[DNAClassAttribute(187, "bLockTrackConstraint", 80)]
public class bLockTrackConstraint {
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true, 0)]
public Object ptr_tar;
[DNAFieldAttribute(1, "int", "trackflag", "int", 4, false, 8)]
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
public Object tar;
[DNAFieldAttribute(4, "int", 1, "trackflag", "int", false, 8)]
public int trackflag;
[DNAFieldAttribute(2, "int", "lockflag", "int", 4, false, 12)]
[DNAFieldAttribute(4, "int", 2, "lockflag", "int", false, 12)]
public int lockflag;
[DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 64, false, 16)]
[DNAFieldAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", false, 16)]
public char[] subtarget = new System.Char[64];
public bLockTrackConstraint() {
this.ptr_tar = default;
this.tar = default;
this.trackflag = default;
this.lockflag = default;
this.subtarget = default;
}
public bLockTrackConstraint(Object ptr_tar, int trackflag, int lockflag, char[] subtarget) {
this.ptr_tar = ptr_tar;
public bLockTrackConstraint(Object tar, int trackflag, int lockflag, char[] subtarget) {
this.tar = tar;
this.trackflag = trackflag;
this.lockflag = lockflag;
this.subtarget = subtarget;