Any method to disable auto highlight object when passing mouse cursor?
I noticed for high size files this make slow my workflow.
Any method to disable this feature and others visual features? (Linux / Windows)
0
Comments
-
You can control this by 'SELECTIONPREVIEW' variable. Setting it to 0 will disable any such highlighting, 1 - only highlight on hover when no commands are active, 2 - only during entity selection in a command, 3 (default) both together. You can search for other similar settings in 'OPTIONS' dialog and then search for 'highlight' or 'preview'.
2 -
I had this issue with large 3D fliles.
What I did regarding varaibles setting is this:
"SELECTIONPREVIEW" = 3
"ANTIALIASSCREEN" = 2
"PREVIEWDELAY" = 500
"VIEWRES" =20000
1