regenerated files
This commit is contained in:
@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(43, "bMotionPathVert")]
|
||||
public struct bMotionPathVert {
|
||||
[DNAFieldAttribute(0, "float", "co[3]", 4)]
|
||||
[DNAFieldAttribute(0, "float", "co[3]", "System.Single[]", 4)]
|
||||
public float[] co = new System.Single[3];
|
||||
[DNAFieldAttribute(1, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(1, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
public bMotionPathVert() {
|
||||
this.co = default;
|
||||
|
||||
Reference in New Issue
Block a user