regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(349, "World")]
|
||||
[DNAClassAttribute(349, "World", 400)]
|
||||
public class World {
|
||||
[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, "DrawDataList", "drawdata", "DrawDataList", 16, false)]
|
||||
public DrawDataList drawdata;
|
||||
@@ -73,7 +73,7 @@ namespace BlendFile.DNA {
|
||||
public float sun_shadow_filter_radius;
|
||||
[DNAFieldAttribute(28, "char", "_pad4[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad4 = new System.Char[4];
|
||||
[DNAFieldAttribute(29, "Ipo", "*ipo", "Ipo", 4, true)]
|
||||
[DNAFieldAttribute(29, "Ipo", "*ipo", "Ipo", 8, true)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(30, "short", "pr_texture", "short", 2, false)]
|
||||
public short pr_texture;
|
||||
@@ -81,13 +81,13 @@ namespace BlendFile.DNA {
|
||||
public short use_nodes;
|
||||
[DNAFieldAttribute(32, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(33, "PreviewImage", "*preview", "PreviewImage", 4, true)]
|
||||
[DNAFieldAttribute(33, "PreviewImage", "*preview", "PreviewImage", 8, true)]
|
||||
public PreviewImage ptr_preview;
|
||||
[DNAFieldAttribute(34, "bNodeTree", "*nodetree", "bNodeTree", 4, true)]
|
||||
[DNAFieldAttribute(34, "bNodeTree", "*nodetree", "bNodeTree", 8, true)]
|
||||
public bNodeTree ptr_nodetree;
|
||||
[DNAFieldAttribute(35, "LightgroupMembership", "*lightgroup", "LightgroupMembership", 4, true)]
|
||||
[DNAFieldAttribute(35, "LightgroupMembership", "*lightgroup", "LightgroupMembership", 8, true)]
|
||||
public LightgroupMembership ptr_lightgroup;
|
||||
[DNAFieldAttribute(36, "void", "*_pad1", "void", 4, true)]
|
||||
[DNAFieldAttribute(36, "void", "*_pad1", "void", 8, true)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(37, "ListBase", "gpumaterial", "ListBase", 16, false)]
|
||||
public ListBase gpumaterial;
|
||||
|
||||
Reference in New Issue
Block a user