updated generated files
This commit is contained in:
@@ -23,15 +23,15 @@ namespace BlendFile.DNA {
|
||||
public int start_frame;
|
||||
[DNAFieldAttribute(4, "int", 3, "end_frame", "int", false, 16)]
|
||||
public int end_frame;
|
||||
[DNAArrayAttribute(12, "float", 4, "color[3]", "System.Single[]", 3, 20)]
|
||||
[DNAArrayAttribute(12, "float", 4, "color[3]", "System.Single[]", 3, false, 20)]
|
||||
public float[] color = new System.Single[3];
|
||||
[DNAArrayAttribute(12, "float", 5, "color_post[3]", "System.Single[]", 3, 32)]
|
||||
[DNAArrayAttribute(12, "float", 5, "color_post[3]", "System.Single[]", 3, false, 32)]
|
||||
public float[] color_post = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "int", 6, "line_thickness", "int", false, 44)]
|
||||
public int line_thickness;
|
||||
[DNAFieldAttribute(4, "int", 7, "flag", "int", false, 48)]
|
||||
public int flag;
|
||||
[DNAArrayAttribute(4, "char", 8, "_pad2[4]", "System.Char[]", 4, 52)]
|
||||
[DNAArrayAttribute(4, "char", 8, "_pad2[4]", "System.Char[]", 4, false, 52)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "GPUVertBufHandle", 9, "*points_vbo", "GPUVertBufHandle", true, 56)]
|
||||
public GPUVertBufHandle points_vbo;
|
||||
|
||||
Reference in New Issue
Block a user