hubs
hubs copied to clipboard
BG - Cast int to string and concat with string makes HUBs crash
Description As can be checked in the attached Blender file when an integer variable is casted to a string and concatenated with a string in the next step HUBs crashes when the casted string is used in the upper slot of the concat node. When the casted string is used in the bottom node and a string constant is used in the upper node there is no issue.
To Reproduce Steps to reproduce the behavior:
- Open the attached blend file
- Export a GLB
- Open the GLB in a room on https://testing.dev.myhubs.net/
- Open the »Web Developer Tools« to see the debug logs
- Click on the green cube on the right -> the concatenated string is written to the console
- Click on the red cube to the left -> HUBs crashes
Expected behavior Strings casted from variables work the same as string constants.
Screenshots
Hardware
- Desktop
- macOS 14.1.1
- Firefox latest
- BG plugin latest
- Blender 3.6.5
Additional context Blender example file