modular-avatar/UnitTests~
2023-12-27 20:29:51 +09:00
..
_CommonAssets fix: null reference in Merge Armature after physbones are merged (#533) 2023-11-14 22:17:47 +09:00
ActiveAnimationRetargeterTests chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
AnimateAddedBones chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
Animation feat: prune empty layers (#579) 2023-12-27 18:54:59 +09:00
BlendshapeSyncTests feat: prune empty layers (#579) 2023-12-27 18:54:59 +09:00
DirectBlendTreeParameters chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
DuplicatePBStripping chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
EasySetupOutfit fix: null reference in Merge Armature after physbones are merged (#533) 2023-11-14 22:17:47 +09:00
ExpressionMenuFixupTests chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
GameObjectGC chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
MergeArmatureTests fix: do not merge PhysBone chain if the chain is partially different (#548) 2023-12-12 20:23:23 +09:00
MeshSettingsTests chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
MiscAnimationTests chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
RenameParametersTests chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
ReplaceObject feat(error): Integrate with NDMF error reporting and localization system (#570) 2023-12-21 17:38:46 +09:00
SerializationTests chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
SimpleArmatureToggle chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
SyncedLayerHandling feat: prune empty layers (#579) 2023-12-27 18:54:59 +09:00
TransformMappingThroughSwitchedObject chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
VirtualMenuTests chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
WorldFixedObjectTest fix: name collision issues with World Fixed Object (#525) 2023-11-11 20:29:46 +09:00
_CommonAssets.meta fix: null reference in Merge Armature after physbones are merged (#533) 2023-11-14 22:17:47 +09:00
ActiveAnimationRetargeterTests.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
AnimateAddedBones.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
Animation.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
AvatarObjectReferenceTest.cs chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
AvatarObjectReferenceTest.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
BlendshapeSyncTests.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
BoneProxyTest.cs fix: name collisions with Bone Proxies break animation mappings (#542) 2023-11-26 20:48:16 +09:00
BoneProxyTest.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
BuildAssetBundle.cs chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
BuildAssetBundle.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ComponentSettingsTest.cs feat: add a component to perform nonuniform scale adjustments (#583) 2023-12-27 20:29:51 +09:00
ComponentSettingsTest.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
DirectBlendTreeParameters.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
DuplicateObjectNameTest.cs chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
DuplicateObjectNameTest.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
DuplicatePBStripping.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
EasySetupOutfit.meta fix: ESO selects the last hips candidate, when it should pick the first (#520) 2023-11-09 17:25:13 +09:00
ExpressionMenuFixupTests.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
GameObjectGC.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MergeArmatureTests.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MeshSettingsTests.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MinimalAvatar.prefab chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MinimalAvatar.prefab.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MiscAnimationTests.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
NullSubparameterTest.cs chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
NullSubparameterTest.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
RenameParametersTests.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ReplaceObject.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
RetargetMeshesTest.cs chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
RetargetMeshesTest.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
SerializationTests.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
SimpleArmatureToggle.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
SyncedLayerHandling.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
TestBase.cs feat: prune empty layers (#579) 2023-12-27 18:54:59 +09:00
TestBase.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
Tests.asmdef chore: don't use GUIDs to reference asmdefs (#529) 2023-11-12 20:10:04 +09:00
Tests.asmdef.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
TransformMappingThroughSwitchedObject.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
VirtualMenuTests.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
WorldFixedObjectTest.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00