Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/MaterialX
/ setUdimString
Method
setUdimString
source/MaterialXCore/Element.cpp:869–872 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
867
//
868
869
void StringResolver::setUdimString(const string& udim)
870
{
871
setFilenameSubstitution(UDIM_TOKEN, udim);
872
}
873
874
void StringResolver::setUvTileString(const string& uvTile)
875
{
Callers
4
main
Function · 0.80
bindImage
Method · 0.80
Geom.cpp
File · 0.80
bindImage
Method · 0.80
Calls
1
setFilenameSubstitution
Function · 0.85
Tested by
no test coverage detected