Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mesh2Motion/mesh2motion-app
/ functions
Functions
854 in github.com/Mesh2Motion/mesh2motion-app
⨍
Functions
854
◇
Types & classes
222
↓ 1 callers
Method
show_dialog
()
src/lib/processes/animations-listing/ModelVariationSwitcher.ts:194
↓ 1 callers
Method
show_learning_resources_dialog
()
src/Mesh2MotionEngine.ts:666
↓ 1 callers
Method
show_loading_progress
()
src/lib/processes/animations-listing/ModelVariationSwitcher.ts:212
↓ 1 callers
Method
show_toast
(message: string)
src/lib/NetworkStatusManager.ts:37
↓ 1 callers
Method
sides_compatible
(a: BoneSide, b: BoneSide)
src/retarget/bone-automap/BoneCategoryMapper.ts:151
↓ 1 callers
Method
skeleton
()
src/lib/processes/edit-skeleton/StepEditSkeleton.ts:538
↓ 1 callers
Method
smooth_bone_weight_boundaries
* Smooths skin weights at bone boundaries with category-aware behavior. * - Torso boundaries get multi-ring gradient smoothing (3 rings, tapering w
src/lib/solvers/WeightSmoother.ts:37
↓ 1 callers
Method
source_armature_updated
()
src/retarget/steps/StepBoneMapping.ts:90
↓ 1 callers
Method
start
* Begin a shake effect. * @param intensity Maximum offset in world units (default 0.01) * @param duration How long the shake lasts in seconds
src/lib/CameraShake.ts:26
↓ 1 callers
Method
start
(saved_name: string)
src/preview-generator/mp4-recorder.ts:33
↓ 1 callers
Method
start_recording
()
src/preview-generator/preview-generator.ts:158
↓ 1 callers
Method
strip_out_all_unecessary_model_data
(model_data: Scene, model_display_name: string, debug_model_loading: boolean)
src/lib/processes/load-model/ModelCleanupUtility.ts:96
↓ 1 callers
Method
supported_mp4_mime_type
()
src/preview-generator/mp4-recorder.ts:79
↓ 1 callers
Method
swap_skinned_meshes
* Removes the current skinned meshes from the scene, adds the new ones, * and replays the current animation on them.
src/lib/processes/animations-listing/StepAnimationsListing.ts:199
↓ 1 callers
Method
sync_interaction_mode
(process_step: ProcessStep, transform_controls: TransformControls)
src/lib/processes/edit-skeleton/MeshDragBonePlacement.ts:31
↓ 1 callers
Method
target_armature_updated
()
src/retarget/steps/StepBoneMapping.ts:95
↓ 1 callers
Method
toLocalPos
(wp: Vec3, out: Vec3 = new Vec3())
src/retarget/human-retargeting/Transform.ts:257
↓ 1 callers
Method
toSkeleton
(skel: THREE.Skeleton)
src/retarget/human-retargeting/Pose.ts:128
↓ 1 callers
Method
toggle_dropdown
()
src/lib/SettingsDropdownManager.ts:163
↓ 1 callers
Method
toggle_play_pause
()
src/lib/processes/animations-listing/AnimationPlayer.ts:124
↓ 1 callers
Method
undo
* Restore the previous state (undo) * Returns true if undo was successful, false if no undo available
src/lib/processes/edit-skeleton/UndoRedoSystem.ts:58
↓ 1 callers
Method
updateWorld
()
src/retarget/human-retargeting/Pose.ts:174
↓ 1 callers
Method
update_a_pose_options_visibility
()
src/Mesh2MotionEngine.ts:226
↓ 1 callers
Method
update_bone_lists
()
src/retarget/steps/StepBoneMapping.ts:171
↓ 1 callers
Method
update_button_visibility
()
src/lib/processes/animations-listing/ModelVariationSwitcher.ts:121
↓ 1 callers
Method
update_current_process_step
(process_step: ProcessStep)
src/Mesh2MotionEngine.ts:311
↓ 1 callers
Method
update_download_settings_ui_visibility
(skeleton_type: SkeletonType)
src/lib/processes/export-to-file/DownloadSettings.ts:28
↓ 1 callers
Method
update_for_rig
* Call this whenever the active rig type changes. * Shows the variation button if the rig has variations, otherwise hides it.
src/lib/processes/animations-listing/ModelVariationSwitcher.ts:60
↓ 1 callers
Method
update_loading_progress
(percent: number)
src/lib/processes/animations-listing/ModelVariationSwitcher.ts:223
↓ 1 callers
Method
update_manual_transform_options_visibility
()
src/lib/processes/edit-skeleton/StepEditSkeleton.ts:278
↓ 1 callers
Method
update_skeleton_template_image
(skeleton_type: SkeletonType)
src/lib/processes/edit-skeleton/StepEditSkeleton.ts:126
↓ 1 callers
Method
update_toggle_ui
()
src/lib/ThemeManager.ts:63
↓ 1 callers
Method
update_ui_options_on_begin
(skeleton_type: SkeletonType)
src/lib/processes/edit-skeleton/StepEditSkeleton.ts:108
↓ 1 callers
Function
validateSurveyItem
* Applies per-item validation rules and returns a user-facing error message * when invalid, otherwise returns null.
src/survey-worker.js:124
↓ 1 callers
Method
validate_animation_bones_match
* Validates that animation bones are compatible with target skeleton * @throws {IncompatibleSkeletonError} If bones don't match * @throws {NoAni
src/lib/processes/animations-listing/CustomAnimationValidation.ts:11
↓ 1 callers
Method
xyz
(x: number, y: number, z: number)
src/retarget/human-retargeting/Vec3.ts:47
↓ 1 callers
Method
xyzw
(x: number, y: number, z: number, w: number)
src/retarget/human-retargeting/Quat.ts:56
↓ 1 callers
Method
zero
()
src/retarget/human-retargeting/Vec3.ts:26
Method
CircleGeometry
(radius: number, arc: number)
src/lib/components/CustomTransformControls.ts:898
Method
TranslateHelperGeometry
()
src/lib/components/CustomTransformControls.ts:905
Method
active
()
src/lib/CameraShake.ts:61
Method
add_animations
(animations: TransformedAnimationClipPair[])
src/lib/processes/animations-listing/AnimationSearch.ts:35
Method
algorithm
()
src/lib/processes/edit-skeleton/StepEditSkeleton.ts:316
Method
angle
(a: Vec3, b: Vec3)
src/retarget/human-retargeting/Vec3.ts:346
Method
animate
()
src/retarget/RetargetAnimationListing.ts:259
Method
animate
()
src/retarget/RetargetAnimationPreview.ts:189
Method
animate
(current_time: number)
src/retarget/human-retargeting/Retargeter.ts:76
Method
animation_clips
()
src/retarget/RetargetAnimationListing.ts:70
Method
apply
(rt: Retargeter)
src/retarget/human-retargeting/ChainTwistAdditive.ts:20
Method
armature
()
src/lib/processes/load-skeleton/StepLoadSkeleton.ts:264
Method
auto_map_bones
* Attempts to automatically map source bones (Mesh2Motion) to target bones (uploaded mesh) * @param source_armature - Source skeleton armature (Mes
src/retarget/bone-automap/BoneAutoMapper.ts:55
Method
axisAngle
(axis: Vec3, rad: number)
src/retarget/human-retargeting/Vec3.ts:305
Method
begin
()
src/retarget/RetargetAnimationListing.ts:38
Method
begin
()
src/retarget/RetargetAnimationPreview.ts:29
Method
begin
()
src/retarget/TargetBoneTreeDialog.ts:10
Method
begin
()
src/retarget/steps/StepLoadTargetModel.ts:24
Method
begin
()
src/retarget/steps/StepLoadSourceSkeleton.ts:26
Method
begin
(main_scene: Scene, skeleton_type: SkeletonType)
src/lib/processes/edit-skeleton/StepEditSkeleton.ts:155
Method
begin
()
src/lib/processes/weight-skin/StepWeightSkin.ts:32
Method
begin
(skeleton_type: SkeletonType, skeleton_scale: number)
src/lib/processes/animations-listing/StepAnimationsListing.ts:86
Method
begin
()
src/lib/processes/load-skeleton/StepLoadSkeleton.ts:54
Method
begin
()
src/lib/processes/load-model/StepLoadModel.ts:143
Method
check_if_complete
()
src/lib/processes/load-model/CustomFBXLoader.ts:25
Method
clean_bone_name_for_messaging
(bone_name: string)
src/lib/Utilities.ts:265
Method
clear_filter
()
src/lib/processes/animations-listing/AnimationSearch.ts:280
Method
clone
()
src/retarget/human-retargeting/Transform.ts:65
Method
clone
()
src/retarget/human-retargeting/Joint.ts:36
Method
clone
()
src/retarget/human-retargeting/Quat.ts:83
Method
constructor
()
src/Mesh2MotionEngine.ts:84
Method
constructor
()
src/CustomModelUploadBootstrap.ts:6
Method
constructor
(theme_manager: ThemeManager)
src/retarget/RetargetAnimationListing.ts:32
Method
constructor
()
src/retarget/retarget.ts:23
Method
constructor
(step_bone_mapping: StepBoneMapping)
src/retarget/RetargetAnimationPreview.ts:24
Method
constructor
()
src/retarget/AnimationRetargetService.ts:93
Method
constructor
(skel?: THREE.Skeleton)
src/retarget/human-retargeting/Pose.ts:19
Method
constructor
* There are multiple constructor formats, so the parameters look a bit odd. * @param rot - can be a Quat or a Transform to copy from * @param p
src/retarget/human-retargeting/Transform.ts:19
Method
constructor
(skel: THREE.Skeleton)
src/retarget/human-retargeting/Rig.ts:24
Method
constructor
(chain_name: string, rad: number = 0)
src/retarget/human-retargeting/ChainTwistAdditive.ts:15
Method
constructor
(source_rig: Rig, target_rig: Rig, clip: THREE.AnimationClip)
src/retarget/human-retargeting/Retargeter.ts:25
Method
constructor
(a?: number | Vec3 | null, b?: number, c?: number)
src/retarget/human-retargeting/Vec3.ts:8
Method
constructor
(chName, axis = 'y', rad = 0)
src/retarget/human-retargeting/AxisAdditive.ts:5
Method
constructor
(v: Quat | number | null = null, y?: number, z?: number, w?: number)
src/retarget/human-retargeting/Quat.ts:7
Method
constructor
(mesh2motion_engine: Mesh2MotionEngine)
src/retarget/steps/StepLoadTargetModel.ts:18
Method
constructor
(main_scene: Scene)
src/retarget/steps/StepLoadSourceSkeleton.ts:21
Method
constructor
(camera: Camera, domElement: HTMLElement)
src/lib/CustomViewHelper.ts:74
Method
constructor
( private readonly title: string, private readonly content_html: string, private readonly options?
src/lib/ModalDialog.ts:6
Method
constructor
(scene_environment?: SceneEnvironmentManager)
src/lib/SettingsDropdownManager.ts:10
Method
constructor
(camera: PerspectiveCamera)
src/lib/CameraShake.ts:17
Method
constructor
()
src/lib/UI.ts:112
Method
constructor
()
src/lib/NetworkStatusManager.ts:16
Method
constructor
()
src/lib/PlatformManager.ts:19
Method
constructor
( private readonly scene: Scene, private readonly renderer: THREE.WebGLRenderer, private readonly
src/lib/SceneEnvironmentManager.ts:23
Method
constructor
(object: any, options: CustomSkeletonHelperOptions = {})
src/lib/CustomSkeletonHelper.ts:30
Method
constructor
(private readonly bootstrap: Mesh2MotionEngine)
src/lib/EventListeners.ts:15
Method
constructor
()
src/lib/ThemeManager.ts:9
Method
constructor
(camera: Camera, domElement: HTMLElement | null = null, options: CustomTransformControlsOptions = {})
src/lib/components/CustomTransformControls.ts:145
Method
constructor
(controls: CustomTransformControls)
src/lib/components/CustomTransformControls.ts:719
Method
constructor
(options: CustomTransformControlsOptions = {})
src/lib/components/CustomTransformControls.ts:795
Method
constructor
()
src/lib/components/CustomTransformControls.ts:1324
Method
constructor
(private readonly options?: { onClose?: () => void })
src/lib/components/download-success/DownloadSuccessDialog.ts:50
← previous
next →
601–700 of 854, ranked by callers