Regenerated all the files
This commit is contained in:
@@ -11,13 +11,20 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeImageAnim {
|
||||
[DNAFieldAttribute(0, "int", "frames", 4)]
|
||||
public int frames;
|
||||
[DNAFieldAttribute(1, "int", "sfra", 4)]
|
||||
public int sfra;
|
||||
[DNAFieldAttribute(2, "int", "nr", 4)]
|
||||
public int nr;
|
||||
[DNAFieldAttribute(3, "char", "cyclic", 1)]
|
||||
public char cyclic;
|
||||
[DNAFieldAttribute(4, "char", "movie", 1)]
|
||||
public char movie;
|
||||
[DNAFieldAttribute(5, "char", "_pad[2]", 1)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
public NodeImageAnim(int frames, int sfra, int nr, char cyclic, char movie, char[] _pad) {
|
||||
this.frames = frames;
|
||||
|
||||
Reference in New Issue
Block a user