regenerated files
This commit is contained in:
@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(147, "ImageUser")]
|
||||
public class ImageUser {
|
||||
[DNAFieldAttribute(0, "Scene", "*scene", "Scene", 6744)]
|
||||
[DNAFieldAttribute(0, "Scene", "*scene", "Scene", 4, true)]
|
||||
public Scene ptr_scene;
|
||||
[DNAFieldAttribute(1, "int", "framenr", "int", 4)]
|
||||
[DNAFieldAttribute(1, "int", "framenr", "int", 4, false)]
|
||||
public int framenr;
|
||||
[DNAFieldAttribute(2, "int", "frames", "int", 4)]
|
||||
[DNAFieldAttribute(2, "int", "frames", "int", 4, false)]
|
||||
public int frames;
|
||||
[DNAFieldAttribute(3, "int", "offset", "int", 4)]
|
||||
[DNAFieldAttribute(3, "int", "offset", "int", 4, false)]
|
||||
public int offset;
|
||||
[DNAFieldAttribute(4, "int", "sfra", "int", 4)]
|
||||
[DNAFieldAttribute(4, "int", "sfra", "int", 4, false)]
|
||||
public int sfra;
|
||||
[DNAFieldAttribute(5, "char", "cycl", "char", 1)]
|
||||
[DNAFieldAttribute(5, "char", "cycl", "char", 1, false)]
|
||||
public char cycl;
|
||||
[DNAFieldAttribute(6, "char", "multiview_eye", "char", 1)]
|
||||
[DNAFieldAttribute(6, "char", "multiview_eye", "char", 1, false)]
|
||||
public char multiview_eye;
|
||||
[DNAFieldAttribute(7, "short", "pass", "short", 2)]
|
||||
[DNAFieldAttribute(7, "short", "pass", "short", 2, false)]
|
||||
public short pass;
|
||||
[DNAFieldAttribute(8, "int", "tile", "int", 4)]
|
||||
[DNAFieldAttribute(8, "int", "tile", "int", 4, false)]
|
||||
public int tile;
|
||||
[DNAFieldAttribute(9, "short", "multi_index", "short", 2)]
|
||||
[DNAFieldAttribute(9, "short", "multi_index", "short", 2, false)]
|
||||
public short multi_index;
|
||||
[DNAFieldAttribute(10, "short", "view", "short", 2)]
|
||||
[DNAFieldAttribute(10, "short", "view", "short", 2, false)]
|
||||
public short view;
|
||||
[DNAFieldAttribute(11, "short", "layer", "short", 2)]
|
||||
[DNAFieldAttribute(11, "short", "layer", "short", 2, false)]
|
||||
public short layer;
|
||||
[DNAFieldAttribute(12, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(12, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
public ImageUser() {
|
||||
this.ptr_scene = default;
|
||||
|
||||
Reference in New Issue
Block a user