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