regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(49, "bPoseChannel_Runtime")]
|
||||
[DNAClassAttribute(49, "bPoseChannel_Runtime", 168)]
|
||||
public class bPoseChannel_Runtime {
|
||||
[DNAFieldAttribute(0, "SessionUID", "session_uid", "SessionUID", 8, false)]
|
||||
public SessionUID session_uid;
|
||||
@@ -25,17 +25,17 @@ namespace BlendFile.DNA {
|
||||
public float bbone_arc_length_reciprocal;
|
||||
[DNAFieldAttribute(4, "char", "_pad1[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(5, "Mat4", "*bbone_rest_mats", "Mat4", 4, true)]
|
||||
[DNAFieldAttribute(5, "Mat4", "*bbone_rest_mats", "Mat4", 8, true)]
|
||||
public Mat4 ptr_bbone_rest_mats;
|
||||
[DNAFieldAttribute(6, "Mat4", "*bbone_pose_mats", "Mat4", 4, true)]
|
||||
[DNAFieldAttribute(6, "Mat4", "*bbone_pose_mats", "Mat4", 8, true)]
|
||||
public Mat4 ptr_bbone_pose_mats;
|
||||
[DNAFieldAttribute(7, "Mat4", "*bbone_deform_mats", "Mat4", 4, true)]
|
||||
[DNAFieldAttribute(7, "Mat4", "*bbone_deform_mats", "Mat4", 8, true)]
|
||||
public Mat4 ptr_bbone_deform_mats;
|
||||
[DNAFieldAttribute(8, "DualQuat", "*bbone_dual_quats", "DualQuat", 4, true)]
|
||||
[DNAFieldAttribute(8, "DualQuat", "*bbone_dual_quats", "DualQuat", 8, true)]
|
||||
public DualQuat ptr_bbone_dual_quats;
|
||||
[DNAFieldAttribute(9, "bPoseChannel_BBoneSegmentBoundary", "*bbone_segment_boundaries", "bPoseChannel_BBoneSegmentBoundary", 4, true)]
|
||||
[DNAFieldAttribute(9, "bPoseChannel_BBoneSegmentBoundary", "*bbone_segment_boundaries", "bPoseChannel_BBoneSegmentBoundary", 8, true)]
|
||||
public bPoseChannel_BBoneSegmentBoundary ptr_bbone_segment_boundaries;
|
||||
[DNAFieldAttribute(10, "void", "*_pad", "void", 4, true)]
|
||||
[DNAFieldAttribute(10, "void", "*_pad", "void", 8, true)]
|
||||
public object ptr__pad;
|
||||
public bPoseChannel_Runtime() {
|
||||
this.session_uid = default;
|
||||
|
||||
Reference in New Issue
Block a user