NME name input unable to type certain character(s)

Hey guys! This is a funny one! :smiley:
https://babylonjs.nascor.tech/boxes/nme-bug-3.mkv
Iโ€™m trying to type uv in the input, but the v is not getting there! :smiley: Then I tried to write a v in the comments and it is working. After that I try to type v again in the Name input. Not working. After a few g-s it accepts the v. What the hell? :slight_smile: CTRL+V lock maybe?
Thank you!
R.

1 Like

uv might be on the reserve name list but let me check.

Yep โ€œuvโ€ on the reserved name list. What does that mean you ask? There a list of names what we do not allow you to name your nodes because they are reserved words. Other words include โ€œnormalโ€ โ€œpositionโ€. The full list can be found inside nodeMaterialBlock.ts inside the validateBlockName function.

Now what is interesting to me, is there used to be a pop up that would display if you tried to use one of these reserved names, instead of just cancelling the input. Not sure if this got changed in recent months?

1 Like

Hello @msDestiny14!
Thanks for clarifying!

1 Like

Just as a status update I fixed the line that should make the pop appear again so there wont be any confusion. :slight_smile:

1 Like