Regenerated code files
This commit is contained in:
@@ -25,9 +25,9 @@ namespace BlendFile.DNA {
|
||||
public Object curve_ob;
|
||||
[DNAFieldAttribute(8, "Object", 4, "*offset_ob", "Object", true, 144)]
|
||||
public Object offset_ob;
|
||||
[DNAFieldAttribute(12, "float", 5, "offset[3]", "System.Single[]", false, 152)]
|
||||
[DNAArrayAttribute(12, "float", 5, "offset[3]", "System.Single[]", 3, 152)]
|
||||
public float[] offset = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 6, "scale[3]", "System.Single[]", false, 164)]
|
||||
[DNAArrayAttribute(12, "float", 6, "scale[3]", "System.Single[]", 3, 164)]
|
||||
public float[] scale = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", 7, "length", "float", false, 176)]
|
||||
public float length;
|
||||
@@ -41,7 +41,7 @@ namespace BlendFile.DNA {
|
||||
public int flags;
|
||||
[DNAFieldAttribute(4, "int", 12, "count", "int", false, 196)]
|
||||
public int count;
|
||||
[DNAFieldAttribute(8, "float", 13, "uv_offset[2]", "System.Single[]", false, 200)]
|
||||
[DNAArrayAttribute(8, "float", 13, "uv_offset[2]", "System.Single[]", 2, 200)]
|
||||
public float[] uv_offset = new System.Single[2];
|
||||
public ArrayModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user