regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
[DNAClassAttribute(44, "bMotionPath")]
public class bMotionPath {
[DNAFieldAttribute(0, "bMotionPathVert", "*points", "bMotionPathVert", 16)]
[DNAFieldAttribute(0, "bMotionPathVert", "*points", "bMotionPathVert", 4, true)]
public bMotionPathVert ptr_points;
[DNAFieldAttribute(1, "int", "length", "int", 4)]
[DNAFieldAttribute(1, "int", "length", "int", 4, false)]
public int length;
[DNAFieldAttribute(2, "int", "start_frame", "int", 4)]
[DNAFieldAttribute(2, "int", "start_frame", "int", 4, false)]
public int start_frame;
[DNAFieldAttribute(3, "int", "end_frame", "int", 4)]
[DNAFieldAttribute(3, "int", "end_frame", "int", 4, false)]
public int end_frame;
[DNAFieldAttribute(4, "float", "color[3]", "System.Single[]", 4)]
[DNAFieldAttribute(4, "float", "color[3]", "System.Single[]", 12, false)]
public float[] color = new System.Single[3];
[DNAFieldAttribute(5, "float", "color_post[3]", "System.Single[]", 4)]
[DNAFieldAttribute(5, "float", "color_post[3]", "System.Single[]", 12, false)]
public float[] color_post = new System.Single[3];
[DNAFieldAttribute(6, "int", "line_thickness", "int", 4)]
[DNAFieldAttribute(6, "int", "line_thickness", "int", 4, false)]
public int line_thickness;
[DNAFieldAttribute(7, "int", "flag", "int", 4)]
[DNAFieldAttribute(7, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(8, "char", "_pad2[4]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "_pad2[4]", "System.Char[]", 4, false)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(9, "GPUVertBufHandle", "*points_vbo", "GPUVertBufHandle", 0)]
[DNAFieldAttribute(9, "GPUVertBufHandle", "*points_vbo", "GPUVertBufHandle", 4, true)]
public GPUVertBufHandle ptr_points_vbo;
[DNAFieldAttribute(10, "GPUBatchHandle", "*batch_line", "GPUBatchHandle", 0)]
[DNAFieldAttribute(10, "GPUBatchHandle", "*batch_line", "GPUBatchHandle", 4, true)]
public GPUBatchHandle ptr_batch_line;
[DNAFieldAttribute(11, "GPUBatchHandle", "*batch_points", "GPUBatchHandle", 0)]
[DNAFieldAttribute(11, "GPUBatchHandle", "*batch_points", "GPUBatchHandle", 4, true)]
public GPUBatchHandle ptr_batch_points;
[DNAFieldAttribute(12, "void", "*_pad", "void", 0)]
[DNAFieldAttribute(12, "void", "*_pad", "void", 4, true)]
public object ptr__pad;
public bMotionPath() {
this.ptr_points = default;