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,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(189, "bFollowPathConstraint")]
public class bFollowPathConstraint {
[DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)]
[DNAFieldAttribute(0, "Object", "*tar", "Object", 4, true)]
public Object ptr_tar;
[DNAFieldAttribute(1, "float", "offset", "float", 4)]
[DNAFieldAttribute(1, "float", "offset", "float", 4, false)]
public float offset;
[DNAFieldAttribute(2, "float", "offset_fac", "float", 4)]
[DNAFieldAttribute(2, "float", "offset_fac", "float", 4, false)]
public float offset_fac;
[DNAFieldAttribute(3, "int", "followflag", "int", 4)]
[DNAFieldAttribute(3, "int", "followflag", "int", 4, false)]
public int followflag;
[DNAFieldAttribute(4, "short", "trackflag", "short", 2)]
[DNAFieldAttribute(4, "short", "trackflag", "short", 2, false)]
public short trackflag;
[DNAFieldAttribute(5, "short", "upflag", "short", 2)]
[DNAFieldAttribute(5, "short", "upflag", "short", 2, false)]
public short upflag;
public bFollowPathConstraint() {
this.ptr_tar = default;