regenerated files
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(189, "bFollowPathConstraint")]
|
||||
public class bFollowPathConstraint {
|
||||
[DNAFieldAttribute(0, "Object", "*tar", 1160)]
|
||||
[DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(1, "float", "offset", 4)]
|
||||
[DNAFieldAttribute(1, "float", "offset", "float", 4)]
|
||||
public float offset;
|
||||
[DNAFieldAttribute(2, "float", "offset_fac", 4)]
|
||||
[DNAFieldAttribute(2, "float", "offset_fac", "float", 4)]
|
||||
public float offset_fac;
|
||||
[DNAFieldAttribute(3, "int", "followflag", 4)]
|
||||
[DNAFieldAttribute(3, "int", "followflag", "int", 4)]
|
||||
public int followflag;
|
||||
[DNAFieldAttribute(4, "short", "trackflag", 2)]
|
||||
[DNAFieldAttribute(4, "short", "trackflag", "short", 2)]
|
||||
public short trackflag;
|
||||
[DNAFieldAttribute(5, "short", "upflag", 2)]
|
||||
[DNAFieldAttribute(5, "short", "upflag", "short", 2)]
|
||||
public short upflag;
|
||||
public bFollowPathConstraint() {
|
||||
this.ptr_tar = default;
|
||||
|
||||
Reference in New Issue
Block a user