Regenerated all the files
This commit is contained in:
@@ -11,9 +11,12 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct MLoop {
|
||||
[DNAFieldAttribute(0, "int", "v", 4)]
|
||||
public int v;
|
||||
[DNAFieldAttribute(1, "int", "e", 4)]
|
||||
public int e;
|
||||
public MLoop(int v, int e) {
|
||||
this.v = v;
|
||||
|
||||
Reference in New Issue
Block a user