reload texture notification
-
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 -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/02/2011 at 01:27, xxxxxxxx wrote:
It seems the MSG_GETALLASSETS message is send when textures are reloaded.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/02/2011 at 07:30, xxxxxxxx wrote:
Thanks a lot.