Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(792, "PointCloud", 512)]
public class PointCloud {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(2, "int", "flag", "int", 4, false, 216)]
public int flag;
[DNAFieldAttribute(3, "int", "totpoint", "int", 4, false)]
[DNAFieldAttribute(3, "int", "totpoint", "int", 4, false, 220)]
public int totpoint;
[DNAFieldAttribute(4, "CustomData", "pdata", "CustomData", 248, false)]
[DNAFieldAttribute(4, "CustomData", "pdata", "CustomData", 248, false, 224)]
public CustomData pdata;
[DNAFieldAttribute(5, "int", "attributes_active_index", "int", 4, false)]
[DNAFieldAttribute(5, "int", "attributes_active_index", "int", 4, false, 472)]
public int attributes_active_index;
[DNAFieldAttribute(6, "int", "_pad4", "int", 4, false)]
[DNAFieldAttribute(6, "int", "_pad4", "int", 4, false, 476)]
public int _pad4;
[DNAFieldAttribute(7, "Material", "**mat", "Material", 8, true)]
[DNAFieldAttribute(7, "Material", "**mat", "Material", 8, true, 480)]
public Material ptr_ptr_mat;
[DNAFieldAttribute(8, "short", "totcol", "short", 2, false)]
[DNAFieldAttribute(8, "short", "totcol", "short", 2, false, 488)]
public short totcol;
[DNAFieldAttribute(9, "short", "_pad3[3]", "System.Int16[]", 6, false)]
[DNAFieldAttribute(9, "short", "_pad3[3]", "System.Int16[]", 6, false, 490)]
public short[] _pad3 = new System.Int16[3];
[DNAFieldAttribute(10, "PointCloudRuntimeHandle", "*runtime", "PointCloudRuntimeHandle", 8, true)]
[DNAFieldAttribute(10, "PointCloudRuntimeHandle", "*runtime", "PointCloudRuntimeHandle", 8, true, 496)]
public PointCloudRuntimeHandle ptr_runtime;
[DNAFieldAttribute(11, "void", "*batch_cache", "void", 8, true)]
[DNAFieldAttribute(11, "void", "*batch_cache", "void", 8, true, 504)]
public object ptr_batch_cache;
public PointCloud() {
this.id = default;