2020.9.16.596 - Korean & Turkish, LogiX color sample, World UI tweaks, fixes
Sorry for another small build! Here are a few new things and also new languages! Neos is now in Korean and Turkish as well, other translations have been updated as well.
Some small additions and tweaks to world browser and new LogiX node to directly sample color (the same way the ColorTip does) along a direction.
[h2]New Features:[/h2]
- Added Korean (ko) localization by @MirPASEC, @LUA and @R3C0D3r
- Added Turkish (tr) localization by @Blaze
- WorldThumbnailItem now has "PressAction" field, which determines what happens when it's pressed. This can be set to null and a custom button event be handled instead (based on request by @ProbablePrime)
- Added "Sample Color" LogiX node under Rendering, which will sample visible color from particular point in a given direction on Impulse (based on request by @ontodistro and others before)
-- This is done by rendering a very small and narrow view, so it's relatively-ish expensive operation (depending on the complexity of the geometry, you can save a lot if you use a short far clip)
- Added "OverrideOnLink" to DynamicVariable and DynamicField
-- When enabled, the value will always override all other dynamic variables with the same name when it's linked to a new dynamic variable space
-- This can be used when you want particular instance to always be the "authority" - however if possible it's recommended to use write-only variable readers like DynamicVariableDriver in such scenarios
- Added "Headless Sessions" world category, which shows all headless sessions, including empty ones (based on feedback by @Salivenand @Shifty | Quality Control Lead)
[h2]Tweaks:[/h2]
- WorldListManager and WorldItem (WorldThumbnailItem and WorldDetail) now have UpdatingUser reference to determine which user is updating the UI (requested by @Turk)
-- If null, it's the host, otherwise it's the referenced user
- Tweaked the visual of LogiX impulse debug display to prevent it from becoming blinding with rapid impulses (based on feedback by @Rue Shejn | Artist 3D)
- Merged new translation strings for Japanese, Chinese and Esperanto (by @Melnus)
[h2]Bugfixes:[/h2]
- Fixed mismatched assembly on the headless client, causings some behaviors to break (e.g. generating some inspector UI, discovered by @Kal, @Shifty | Quality Control Lead and others)
- Fixed incorrect Live email warning and Cancel button translation keys in the login dialog (reported by @Shifty | Quality Control Lead)

Some small additions and tweaks to world browser and new LogiX node to directly sample color (the same way the ColorTip does) along a direction.
[h2]New Features:[/h2]
- Added Korean (ko) localization by @MirPASEC, @LUA and @R3C0D3r
- Added Turkish (tr) localization by @Blaze
- WorldThumbnailItem now has "PressAction" field, which determines what happens when it's pressed. This can be set to null and a custom button event be handled instead (based on request by @ProbablePrime)
- Added "Sample Color" LogiX node under Rendering, which will sample visible color from particular point in a given direction on Impulse (based on request by @ontodistro and others before)
-- This is done by rendering a very small and narrow view, so it's relatively-ish expensive operation (depending on the complexity of the geometry, you can save a lot if you use a short far clip)
- Added "OverrideOnLink" to DynamicVariable and DynamicField
-- When enabled, the value will always override all other dynamic variables with the same name when it's linked to a new dynamic variable space
-- This can be used when you want particular instance to always be the "authority" - however if possible it's recommended to use write-only variable readers like DynamicVariableDriver in such scenarios
- Added "Headless Sessions" world category, which shows all headless sessions, including empty ones (based on feedback by @Salivenand @Shifty | Quality Control Lead)
[h2]Tweaks:[/h2]
- WorldListManager and WorldItem (WorldThumbnailItem and WorldDetail) now have UpdatingUser reference to determine which user is updating the UI (requested by @Turk)
-- If null, it's the host, otherwise it's the referenced user
- Tweaked the visual of LogiX impulse debug display to prevent it from becoming blinding with rapid impulses (based on feedback by @Rue Shejn | Artist 3D)
- Merged new translation strings for Japanese, Chinese and Esperanto (by @Melnus)
[h2]Bugfixes:[/h2]
- Fixed mismatched assembly on the headless client, causings some behaviors to break (e.g. generating some inspector UI, discovered by @Kal, @Shifty | Quality Control Lead and others)
- Fixed incorrect Live email warning and Cancel button translation keys in the login dialog (reported by @Shifty | Quality Control Lead)


