regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

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