Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct bGPDtriangle {
|
||||
[DNAFieldAttribute(0, "int", "verts[3]", 4)]
|
||||
public int[] verts = new System.Int32[3];
|
||||
public bGPDtriangle(int[] verts) {
|
||||
this.verts = verts;
|
||||
|
||||
Reference in New Issue
Block a user