提交 b8903a43 编写于 作者: M Mr.doob

Editor: Auto select material in material browser.

上级 294246bf
......@@ -222,6 +222,19 @@ Sidebar.Project = function ( editor ) {
container.add( materials );
// events
signals.objectSelected.add( function ( object ) {
if ( object !== null ) {
var index = Object.values( editor.materials ).indexOf( object.material );
listbox.selectIndex( index );
}
} );
return container;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册