Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/02/2011 at 03:29, xxxxxxxx wrote:
User Information: Cinema 4D Version: 12 Platform: Language(s) : C++ ;
--------- Is there a way to be notified when a texture is reloaded?
The problem is that in my plugin there are some preview images of bitmap shaders and i cannot reliably detect when cinema updates its internal buffers.
I use shader->GetBitmap(void) in order to access some texture and generate a preview.
cheers Michael
On 08/02/2011 at 01:27, xxxxxxxx wrote:
It seems the MSG_GETALLASSETS message is send when textures are reloaded.
cheers, Matthias
On 12/02/2011 at 07:30, xxxxxxxx wrote:
Thanks a lot.