regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(792, "PointCloud")]
|
||||
[DNAClassAttribute(792, "PointCloud", 512)]
|
||||
public class PointCloud {
|
||||
[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, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
@@ -29,15 +29,15 @@ namespace BlendFile.DNA {
|
||||
public int attributes_active_index;
|
||||
[DNAFieldAttribute(6, "int", "_pad4", "int", 4, false)]
|
||||
public int _pad4;
|
||||
[DNAFieldAttribute(7, "Material", "**mat", "Material", 4, true)]
|
||||
[DNAFieldAttribute(7, "Material", "**mat", "Material", 8, true)]
|
||||
public Material ptr_ptr_mat;
|
||||
[DNAFieldAttribute(8, "short", "totcol", "short", 2, false)]
|
||||
public short totcol;
|
||||
[DNAFieldAttribute(9, "short", "_pad3[3]", "System.Int16[]", 6, false)]
|
||||
public short[] _pad3 = new System.Int16[3];
|
||||
[DNAFieldAttribute(10, "PointCloudRuntimeHandle", "*runtime", "PointCloudRuntimeHandle", 4, true)]
|
||||
[DNAFieldAttribute(10, "PointCloudRuntimeHandle", "*runtime", "PointCloudRuntimeHandle", 8, true)]
|
||||
public PointCloudRuntimeHandle ptr_runtime;
|
||||
[DNAFieldAttribute(11, "void", "*batch_cache", "void", 4, true)]
|
||||
[DNAFieldAttribute(11, "void", "*batch_cache", "void", 8, true)]
|
||||
public object ptr_batch_cache;
|
||||
public PointCloud() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user