Antonio Landsberger Posted June 3 Share Posted June 3 When using the VS:CreateThumbnailPopup by default all symbols are shown in wireframe render mode. Is there any way to change that for the selection popup? CreateThumbnailPopup.vwx Quote Link to comment
Jesse Cogswell Posted June 3 Share Posted June 3 The thumbnail popup is going to use whatever view and render mode the Resource Manager is using. As far as I know, there is no way to force it to be one view or another. There is a way to script out changing the view and render mode for the object definition using SetObjectVariableInt(<handle>,1152,<choice>) for thumbnail view and SetObjectVariableInt(<handle>,1153,<choice>) for render mode, but would normally also require the use of UpdateThumbnailPreview to work. If you didn't want to affect the Resource Manager for the file, you could potentially store the current view and render mode of the objects into an array, change to 3D view and shaded, then change back to the original after the dialog handler has been concluded. Quote Link to comment
Antonio Landsberger Posted June 3 Author Share Posted June 3 Hi @Jesse Cogswell Thank you for the information. This solution seems a bit convoluted, but I understand the theory behind it. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.