Regenerated codefiles
This commit is contained in:
@@ -14,12 +14,12 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(931, "SpaceGraph_Runtime", 24)]
|
||||
public struct SpaceGraph_Runtime {
|
||||
[DNAFieldAttribute(0, "char", "flag", "char", 1, false, 0)]
|
||||
public class SpaceGraph_Runtime {
|
||||
[DNAFieldAttribute(1, "char", 0, "flag", "char", false, 0)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(1, "char", "_pad[7]", "System.Char[]", 7, false, 1)]
|
||||
[DNAFieldAttribute(7, "char", 1, "_pad[7]", "System.Char[]", false, 1)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
[DNAFieldAttribute(2, "ListBase", "ghost_curves", "ListBase", 16, false, 8)]
|
||||
[DNAFieldAttribute(16, "ListBase", 2, "ghost_curves", "ListBase", false, 8)]
|
||||
public ListBase ghost_curves;
|
||||
public SpaceGraph_Runtime() {
|
||||
this.flag = default;
|
||||
|
||||
Reference in New Issue
Block a user