Regenerated all the files
This commit is contained in:
@@ -11,14 +11,22 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct MFace {
|
||||
[DNAFieldAttribute(0, "int", "v1", 4)]
|
||||
public int v1;
|
||||
[DNAFieldAttribute(1, "int", "v2", 4)]
|
||||
public int v2;
|
||||
[DNAFieldAttribute(2, "int", "v3", 4)]
|
||||
public int v3;
|
||||
[DNAFieldAttribute(3, "int", "v4", 4)]
|
||||
public int v4;
|
||||
[DNAFieldAttribute(4, "short", "mat_nr", 2)]
|
||||
public short mat_nr;
|
||||
[DNAFieldAttribute(5, "char", "edcode", 1)]
|
||||
public char edcode;
|
||||
[DNAFieldAttribute(6, "char", "flag", 1)]
|
||||
public char flag;
|
||||
public MFace(int v1, int v2, int v3, int v4, short mat_nr, char edcode, char flag) {
|
||||
this.v1 = v1;
|
||||
|
||||
Reference in New Issue
Block a user