Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5e25b5f
Add optional component displayed at the right side of the pane header
Popov72 Mar 9, 2026
3136762
Add support for the disabled attribute to fluent check box
Popov72 Mar 9, 2026
0f9fdbb
Create an extension for animation retargeting
Popov72 Mar 9, 2026
5f6a6cb
Merge branch 'master' of https://github.com/BabylonJS/Babylon.js into…
Popov72 Mar 16, 2026
680c5c9
More changes
Popov72 Mar 18, 2026
0072998
Don't crash when trying to store a string too big for the local storage
Popov72 Mar 18, 2026
53db1b1
More changes
Popov72 Mar 18, 2026
8df07f4
More changes
Popov72 Mar 18, 2026
e49e2d3
Fix lint problems
Popov72 Mar 18, 2026
0919205
Remove unused parameters
Popov72 Mar 19, 2026
4dccce0
More changes (4)
Popov72 Mar 19, 2026
87f8498
Allow to pass a react component for the side panel title
Popov72 Mar 19, 2026
3975e6a
Remove Dude
Popov72 Mar 19, 2026
11e1410
Address comments
Popov72 Mar 19, 2026
b8a2387
More fixes
Popov72 Mar 19, 2026
933ae33
Fix documentation link
Popov72 Mar 19, 2026
c8cd98e
Clean up ShellService changes
ryantrem Mar 19, 2026
9314750
Address comments related to visuals
Popov72 Mar 20, 2026
f64537a
Merge branch 'inspectorv2-art-extension' of https://github.com/Popov7…
Popov72 Mar 20, 2026
f828eb4
Use shared components
Popov72 Mar 20, 2026
49a8a48
Use ISettingStore instead of direct local storage access
Popov72 Mar 20, 2026
d81d541
Remove changes to ShellService
Popov72 Mar 20, 2026
0a8fd56
Use DataGrid
Popov72 Mar 20, 2026
28d969d
Use engine from current scene, don't create a new instance
Popov72 Mar 20, 2026
c414193
feat(inspector): add 'Import from current scene' for animation retarg…
Popov72 Mar 20, 2026
cea17d0
Merge branch 'master' of https://github.com/BabylonJS/Babylon.js into…
Popov72 Mar 21, 2026
b6a2a6e
Add support for avatars and animations created from scene, as well as…
Popov72 Mar 24, 2026
ef7e7c3
Add bridge between inspector and PG
Popov72 Mar 24, 2026
2c2dfb6
Scale the animation skeleton to fit the screen
Popov72 Mar 24, 2026
fb87590
Fix ts
Popov72 Mar 24, 2026
7720b27
Merge branch 'master' of https://github.com/BabylonJS/Babylon.js into…
Popov72 Mar 31, 2026
69ee458
Update code doc
Popov72 Mar 31, 2026
ef25276
Animation retargeting: scene import, export to scene, lint fixes, aut…
Popov72 Mar 31, 2026
9585646
Fix import
Popov72 Mar 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,12 @@ export const DefaultInspectorExtensionFeed = new BuiltInsExtensionFeed("Inspecto
...BabylonWebResources,
getExtensionModuleAsync: async () => await import("../services/panes/tools/reflectorService"),
},
{
name: "Animation Retargeting",
description: "Retarget animations from one skeleton to another using AnimatorAvatar. Includes a dedicated 3D viewport with dual-camera preview.",
keywords: ["animation", "retargeting", "skeleton", "avatar", "bones"],
...BabylonWebResources,
author: { name: "Babylon.js", forumUserName: "" },
getExtensionModuleAsync: async () => await import("../extensions/animationRetargeting/animationRetargetingExtension"),
},
]);
Loading
Loading