regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(249, "FreestyleLineSet")]
|
||||
[DNAClassAttribute(249, "FreestyleLineSet", 128)]
|
||||
public class FreestyleLineSet {
|
||||
[DNAFieldAttribute(0, "FreestyleLineSet", "*next", "FreestyleLineSet", 4, true)]
|
||||
[DNAFieldAttribute(0, "FreestyleLineSet", "*next", "FreestyleLineSet", 8, true)]
|
||||
public FreestyleLineSet ptr_next;
|
||||
[DNAFieldAttribute(1, "FreestyleLineSet", "*prev", "FreestyleLineSet", 4, true)]
|
||||
[DNAFieldAttribute(1, "FreestyleLineSet", "*prev", "FreestyleLineSet", 8, true)]
|
||||
public FreestyleLineSet ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
public char[] name = new System.Char[64];
|
||||
@@ -39,9 +39,9 @@ namespace BlendFile.DNA {
|
||||
public int exclude_edge_types;
|
||||
[DNAFieldAttribute(11, "char", "_pad2[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(12, "Collection", "*group", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(12, "Collection", "*group", "Collection", 8, true)]
|
||||
public Collection ptr_group;
|
||||
[DNAFieldAttribute(13, "FreestyleLineStyle", "*linestyle", "FreestyleLineStyle", 4, true)]
|
||||
[DNAFieldAttribute(13, "FreestyleLineStyle", "*linestyle", "FreestyleLineStyle", 8, true)]
|
||||
public FreestyleLineStyle ptr_linestyle;
|
||||
public FreestyleLineSet() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user