regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(250, "FreestyleLineStyle")]
|
||||
[DNAClassAttribute(250, "FreestyleLineStyle", 552)]
|
||||
public class FreestyleLineStyle {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "float", "r", "float", 4, false)]
|
||||
public float r;
|
||||
@@ -93,9 +93,9 @@ namespace BlendFile.DNA {
|
||||
public short gap3;
|
||||
[DNAFieldAttribute(38, "int", "panel", "int", 4, false)]
|
||||
public int panel;
|
||||
[DNAFieldAttribute(39, "MTex", "*mtex[18]", "MTex[]", 72, true)]
|
||||
[DNAFieldAttribute(39, "MTex", "*mtex[18]", "MTex[]", 144, true)]
|
||||
public MTex[] ptr_m = new MTex[18];
|
||||
[DNAFieldAttribute(40, "bNodeTree", "*nodetree", "bNodeTree", 4, true)]
|
||||
[DNAFieldAttribute(40, "bNodeTree", "*nodetree", "bNodeTree", 8, true)]
|
||||
public bNodeTree ptr_nodetree;
|
||||
[DNAFieldAttribute(41, "ListBase", "color_modifiers", "ListBase", 16, false)]
|
||||
public ListBase color_modifiers;
|
||||
|
||||
Reference in New Issue
Block a user