Code to disable save preview picture option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I have an idea that may help a lot of people overcome the problem with the thumbnails in bom.
At this moment i have a code that sets the background to white then open all parts and saves them with the white background. ( got the code from @Curtis_Waguespack https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/11073899#... )
It works until you save again the file manually, then it will get the background you have at that moment.
I am wondering, what if there was a code to run through all files ( .iam and .ipt ) and disable the save preview picture on top assembly.
So the order would be like that:
1) Run the code to get white background
2) Run the code and disable massively the save preview picture option afterwards then the white background thumbnail should be always there. ( if something is different run again the step 1 )
So anyone has a code for this?
Of course would help if Autodesk could implement a globally option to turn on and off instead of us running codes for simple things.