Skip to main content
1-Visitor
January 9, 2017
Question

How to create or refresh thumbnails for a whole folder?

  • January 9, 2017
  • 1 reply
  • 2740 views

Is there a way, using a script or external software or whatever, to force the regeneration and saving of thumbnails for a folder?

I have a folder with many parts saved during the years, some don't have thumbnails, some have thumbnails from old versions of Creo Elements (blueish background), some have thumbnails with wrong orientation. Right now I load the part, put it in the correct orientation, then I do a trick to force the update save, but it would be great to have an automated way to do it...

1 reply

1-Visitor
January 10, 2017

I can imagine to write an application to do this.. What is the correct orientation - do you need user's input for it?

pzago1-VisitorAuthor
1-Visitor
January 10, 2017

Correct orientation should be the "default" orientation (isometric in my setup). As a plus it would be great to be able to adjust it by steps of 90°, right now I have a mapkey that calls a orientation change rotating each time 90° around the vertical axis. But this is not necessary

1-Visitor
January 10, 2017

So the application can just simply list the folder, and for each part do the same - open in Creo, run your macro (orientation, tricks), save and close. It should not be difficult. Do you know how to develop such an application?