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,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(49, "bPoseChannel_Runtime", 168)]
public class bPoseChannel_Runtime {
[DNAFieldAttribute(0, "SessionUID", "session_uid", "SessionUID", 8, false)]
[DNAFieldAttribute(0, "SessionUID", "session_uid", "SessionUID", 8, false, 0)]
public SessionUID session_uid;
[DNAFieldAttribute(1, "DualQuat", "deform_dual_quat", "DualQuat", 100, false)]
[DNAFieldAttribute(1, "DualQuat", "deform_dual_quat", "DualQuat", 100, false, 8)]
public DualQuat deform_dual_quat;
[DNAFieldAttribute(2, "int", "bbone_segments", "int", 4, false)]
[DNAFieldAttribute(2, "int", "bbone_segments", "int", 4, false, 108)]
public int bbone_segments;
[DNAFieldAttribute(3, "float", "bbone_arc_length_reciprocal", "float", 4, false)]
[DNAFieldAttribute(3, "float", "bbone_arc_length_reciprocal", "float", 4, false, 112)]
public float bbone_arc_length_reciprocal;
[DNAFieldAttribute(4, "char", "_pad1[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(4, "char", "_pad1[4]", "System.Char[]", 4, false, 116)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(5, "Mat4", "*bbone_rest_mats", "Mat4", 8, true)]
[DNAFieldAttribute(5, "Mat4", "*bbone_rest_mats", "Mat4", 8, true, 120)]
public Mat4 ptr_bbone_rest_mats;
[DNAFieldAttribute(6, "Mat4", "*bbone_pose_mats", "Mat4", 8, true)]
[DNAFieldAttribute(6, "Mat4", "*bbone_pose_mats", "Mat4", 8, true, 128)]
public Mat4 ptr_bbone_pose_mats;
[DNAFieldAttribute(7, "Mat4", "*bbone_deform_mats", "Mat4", 8, true)]
[DNAFieldAttribute(7, "Mat4", "*bbone_deform_mats", "Mat4", 8, true, 136)]
public Mat4 ptr_bbone_deform_mats;
[DNAFieldAttribute(8, "DualQuat", "*bbone_dual_quats", "DualQuat", 8, true)]
[DNAFieldAttribute(8, "DualQuat", "*bbone_dual_quats", "DualQuat", 8, true, 144)]
public DualQuat ptr_bbone_dual_quats;
[DNAFieldAttribute(9, "bPoseChannel_BBoneSegmentBoundary", "*bbone_segment_boundaries", "bPoseChannel_BBoneSegmentBoundary", 8, true)]
[DNAFieldAttribute(9, "bPoseChannel_BBoneSegmentBoundary", "*bbone_segment_boundaries", "bPoseChannel_BBoneSegmentBoundary", 8, true, 152)]
public bPoseChannel_BBoneSegmentBoundary ptr_bbone_segment_boundaries;
[DNAFieldAttribute(10, "void", "*_pad", "void", 8, true)]
[DNAFieldAttribute(10, "void", "*_pad", "void", 8, true, 160)]
public object ptr__pad;
public bPoseChannel_Runtime() {
this.session_uid = default;