updated generated files
This commit is contained in:
@@ -13,27 +13,27 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(456, "UVProjectModifierData", 11816)]
|
||||
[DNAClassAttribute(456, "UVProjectModifierData", 296)]
|
||||
public class UVProjectModifierData {
|
||||
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
|
||||
public ModifierData modifier;
|
||||
[DNAArrayAttribute(11600, "Object", 1, "*projectors[10]", "Object[]", 10, 120)]
|
||||
[DNAArrayAttribute(80, "Object", 1, "*projectors[10]", "Object[]", 10, true, 120)]
|
||||
public Object[] projectors = new Object[10];
|
||||
[DNAArrayAttribute(4, "char", 2, "_pad2[4]", "System.Char[]", 4, 11720)]
|
||||
[DNAArrayAttribute(4, "char", 2, "_pad2[4]", "System.Char[]", 4, false, 200)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(4, "int", 3, "num_projectors", "int", false, 11724)]
|
||||
[DNAFieldAttribute(4, "int", 3, "num_projectors", "int", false, 204)]
|
||||
public int num_projectors;
|
||||
[DNAFieldAttribute(4, "float", 4, "aspectx", "float", false, 11728)]
|
||||
[DNAFieldAttribute(4, "float", 4, "aspectx", "float", false, 208)]
|
||||
public float aspectx;
|
||||
[DNAFieldAttribute(4, "float", 5, "aspecty", "float", false, 11732)]
|
||||
[DNAFieldAttribute(4, "float", 5, "aspecty", "float", false, 212)]
|
||||
public float aspecty;
|
||||
[DNAFieldAttribute(4, "float", 6, "scalex", "float", false, 11736)]
|
||||
[DNAFieldAttribute(4, "float", 6, "scalex", "float", false, 216)]
|
||||
public float scalex;
|
||||
[DNAFieldAttribute(4, "float", 7, "scaley", "float", false, 11740)]
|
||||
[DNAFieldAttribute(4, "float", 7, "scaley", "float", false, 220)]
|
||||
public float scaley;
|
||||
[DNAArrayAttribute(68, "char", 8, "uvlayer_name[68]", "System.Char[]", 68, 11744)]
|
||||
[DNAArrayAttribute(68, "char", 8, "uvlayer_name[68]", "System.Char[]", 68, false, 224)]
|
||||
public char[] uvlayer_name = new System.Char[68];
|
||||
[DNAFieldAttribute(4, "int", 9, "uvlayer_tmp", "int", false, 11812)]
|
||||
[DNAFieldAttribute(4, "int", 9, "uvlayer_tmp", "int", false, 292)]
|
||||
public int uvlayer_tmp;
|
||||
public UVProjectModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user