In order to select multiple nodes in the Node Material Editor (NME), a user has two options:
Press the CTRL key while individually left-clicking on each node to add it to the selection
Press the CTRL key while left-click-dragging to perform a marquee selection of multiple nodes
Unfortunately, CTRL + left-click on Mac always opens the browser context menu. This is a behavior built into the OS and cannot be changed. The impact is that multi-select in NME seems to be impossible on Mac.
If anyone knows a workaround, LMK. Otherwise, if others can confirm this is indeed a bug, I will create a bug Issue on GitHub (the bug Issue template directed me to post here first.)
Yes. I’m pretty sure changing the required modifier key from Control to Command (for Mac users) would solve this since Command doesn’t seem to be mapped to any other action in the NME.
If I can carve out some time in the next week or so I might try and implement a solution so I can submit my first PR to Babylon.js! But if someone fixes it before then, I won’t complain.
@carolhmj if you have time to try implementing a fix, that would be great (I also haven’t had time to get to it!) I’d be happy to test the fix when you give me the signal.