regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(801, "BakeData")]
|
||||
[DNAClassAttribute(801, "BakeData", 1400)]
|
||||
public class BakeData {
|
||||
[DNAFieldAttribute(0, "ImageFormatData", "im_format", "ImageFormatData", 336, false)]
|
||||
public ImageFormatData im_format;
|
||||
@@ -47,7 +47,7 @@ namespace BlendFile.DNA {
|
||||
public char view_from;
|
||||
[DNAFieldAttribute(15, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(16, "Object", "*cage_object", "Object", 4, true)]
|
||||
[DNAFieldAttribute(16, "Object", "*cage_object", "Object", 8, true)]
|
||||
public Object ptr_cage_object;
|
||||
public BakeData() {
|
||||
this.im_format = default;
|
||||
|
||||
Reference in New Issue
Block a user