Hello, Support.
I'm facing a little issue in my script. The script changes filenames of bitmaps (including VrayBitmaps) and in order to make it fast I would like to disable ref messages temporarily (using disableRefMsgs). The problem I have is that VrayBitmap (and only VrayBitmap) doesn't update after I enable ref messages using enableRefMsgs. Ofc I tried to run notifyDependents and it also doesn't help.
Is there any hidden way to force VrayBitmap to reload?
You may say that final time will not change because I still need to reload bitmaps in the end and it's a good point, but I still would like to have control over reloading process.
I'm facing a little issue in my script. The script changes filenames of bitmaps (including VrayBitmaps) and in order to make it fast I would like to disable ref messages temporarily (using disableRefMsgs). The problem I have is that VrayBitmap (and only VrayBitmap) doesn't update after I enable ref messages using enableRefMsgs. Ofc I tried to run notifyDependents and it also doesn't help.
Is there any hidden way to force VrayBitmap to reload?
You may say that final time will not change because I still need to reload bitmaps in the end and it's a good point, but I still would like to have control over reloading process.
Comment