Page MenuHomeFeedback Tracker

selectionPosition does not work with resolution LODs
Feedback, NormalPublic

Description

The new selectionPosition syntax that allows you to select a specific LOD does not work with resolution LODs:

(player selectionNames 1) apply {player selectionPosition [_x, 1]}

Returns:

[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],...]

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

dedmen claimed this task.
dedmen changed the task status from New to Assigned.
dedmen set Ref Ticket to AIII-54272.
dedmen changed the task status from Assigned to Feedback.EditedJun 3 2021, 2:13 PM

selectionNames is fine, selectionPosition isn't.

The problem was that the selections in reslod are faces (points with orientation) and faces weren't supported.
Fixed in next dev-branch

selectionNames syntax is old, it wasn’t documented

CrankMasterPaul renamed this task from selectionNames does not work with resolution LODs to selectionPosition does not work with resolution LODs.Jun 7 2021, 10:48 AM
CrankMasterPaul updated the task description. (Show Details)