cippall Posted April 24, 2022 Report Share Posted April 24, 2022 Hi, Can we have the CacheFileName property editable via maxscript? This is useful when collecting and repathing assets. Thanks Quote Link to comment Share on other sites More sharing options...
Eduard Posted April 26, 2022 Report Share Posted April 26, 2022 Hi, You need to use the NewCacheFile or LoadCacheFile methods instead of the CacheFileName property. Cache Mode methods: NewCacheFile <string_path_filename> Specifies the name of the new cache file. Returns true if the file was successfully prepared, false if it failed. LoadCacheFile <string_path_filename> Loads the specified cache file. Returns true if the cache file was found and loaded successfully. Thanks! 1 Quote Link to comment Share on other sites More sharing options...
cippall Posted April 26, 2022 Author Report Share Posted April 26, 2022 Great! Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.