3ds Max C++ API Reference
Loading...
Searching...
No Matches
Bitmap Proxy Refresh Request values

Used by RefreshProxies() and GenerateProxies() More...

Enumerations

enum  { proxyRequestRefresh_UpdateStale =1 , proxyRequestRefresh_RefreshAll =2 , proxyRequestRefresh_GenerateAll =4 }
 

Detailed Description

Used by RefreshProxies() and GenerateProxies()

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
proxyRequestRefresh_UpdateStale 

Refresh proxies and cache files only if stale or uncached.

proxyRequestRefresh_RefreshAll 

Refresh all proxies in memory using cached files if available.

proxyRequestRefresh_GenerateAll 

Refresh all proxies, generating new cache files for each.

5716 {
5720 };
@ proxyRequestRefresh_UpdateStale
Refresh proxies and cache files only if stale or uncached.
Definition: bitmap.h:5717
@ proxyRequestRefresh_GenerateAll
Refresh all proxies, generating new cache files for each.
Definition: bitmap.h:5719
@ proxyRequestRefresh_RefreshAll
Refresh all proxies in memory using cached files if available.
Definition: bitmap.h:5718