3ds Max C++ API Reference
Bitmap Proxy Load Request values

Used by LoadInto() More...

Enumerations

enum  { proxyRequestLoad_UseLoadedProxy =1 , proxyRequestLoad_ReloadProxy =2 , proxyRequestLoad_UseLoadedSubject =3 , proxyRequestLoad_ReloadSubject =4 }
 

Detailed Description

Used by LoadInto()

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
proxyRequestLoad_UseLoadedProxy 

Proxy bitmap taken from (possibly stale) in-memory cache if available.

Otherwise, same as ReloadProxy

proxyRequestLoad_ReloadProxy 

Proxy file is reloaded from disk if available and if up-to-date.

Otherwise, same as UseLoadedSubject

proxyRequestLoad_UseLoadedSubject 

Original subject bitmap taken from (possibly stale) in-memory cache if available.

Subject is downsized to proxy, and saved to disk cache. Otherwise if subject is not available from in-memory, same as ReloadSubject

proxyRequestLoad_ReloadSubject 

Original subject bitmap is reloaded from disk.

Subject is downsized to proxy and saved to disk cache

5453  {
5456 
5461  };
@ proxyRequestLoad_UseLoadedProxy
Proxy bitmap taken from (possibly stale) in-memory cache if available.
Definition: bitmap.h:5454
@ proxyRequestLoad_UseLoadedSubject
Original subject bitmap taken from (possibly stale) in-memory cache if available.
Definition: bitmap.h:5459
@ proxyRequestLoad_ReloadProxy
Proxy file is reloaded from disk if available and if up-to-date.
Definition: bitmap.h:5455
@ proxyRequestLoad_ReloadSubject
Original subject bitmap is reloaded from disk.
Definition: bitmap.h:5460