Problem: Xray Display mode does not activate the ability to toggle and select objects behind other objects, or within objects.
I used to do this with SI 2013 by default, but now it's not working.
Help?
(Quoted from here)It might be related to refactoring of selection we did for 2015.
To enable to the old selection system, you can set environment variable
XSI_DISABLE_NEW_PICK=1
Code: Select all
set XSI_DISABLE_NEW_PICK=1The refactoring was done to improve selection response in large/complex scenes (in some scenes, up to 20x faster).
The algorithm was changed significantly so we introduced XSI_DISABLE_NEW_PICK to revert back to the legacy algorithm in case of issues.