Generated new code and added initial data handling
This commit is contained in:
@@ -37,6 +37,19 @@ namespace BlendFile.DNA {
|
||||
public bPoseChannel_BBoneSegmentBoundary ptr_bbone_segment_boundaries;
|
||||
[DNAFieldAttribute(10, "void", "*_pad", 0)]
|
||||
public object ptr__pad;
|
||||
public bPoseChannel_Runtime() {
|
||||
this.session_uid = default;
|
||||
this.deform_dual_quat = default;
|
||||
this.bbone_segments = default;
|
||||
this.bbone_arc_length_reciprocal = default;
|
||||
this._pad1 = default;
|
||||
this.ptr_bbone_rest_mats = default;
|
||||
this.ptr_bbone_pose_mats = default;
|
||||
this.ptr_bbone_deform_mats = default;
|
||||
this.ptr_bbone_dual_quats = default;
|
||||
this.ptr_bbone_segment_boundaries = default;
|
||||
this.ptr__pad = default;
|
||||
}
|
||||
public bPoseChannel_Runtime(SessionUID session_uid, DualQuat deform_dual_quat, int bbone_segments, float bbone_arc_length_reciprocal, char[] _pad1, Mat4 ptr_bbone_rest_mats, Mat4 ptr_bbone_pose_mats, Mat4 ptr_bbone_deform_mats, DualQuat ptr_bbone_dual_quats, bPoseChannel_BBoneSegmentBoundary ptr_bbone_segment_boundaries, object ptr__pad) {
|
||||
this.session_uid = session_uid;
|
||||
this.deform_dual_quat = deform_dual_quat;
|
||||
|
||||
Reference in New Issue
Block a user