MCPcopy Create free account
hub / github.com/PerroEngine/Perro / glb_asset_stem

Function glb_asset_stem

perro_editor/res/scripts/assets/editor_assets.rs:1766–1773  ·  view source on GitHub ↗
(path: &str)

Source from the content-addressed store, hash-verified

1764 state.active_anim_player_key = Some(key);
1765 state.active_anim_path = anim_path.to_string();
1766 state.active_glb_path.clear();
1767 state.active_glb_summary.clear();
1768 state.log = format!("new anim\nbind {anim_path}");
1769 true
1770 })
1771 .unwrap_or(false);
1772 if changed {
1773 rebuild_preview(ctx);
1774 refresh_all(ctx);
1775 } else {
1776 open_animation_path(ctx, anim_path);

Callers

nothing calls this directly

Calls 2

sanitize_file_stemFunction · 0.85
rel_labelFunction · 0.85

Tested by

no test coverage detected