默认情况下,Showcase 使用系统默认的位置存储临时文件。
您可以使用位于 userPrefs.xml 文件中的系统变量来更改此位置。可能希望为以下目的执行此操作:
C:\Documents and Settings\<yourfolder>\My Documents\Autodesk Showcase\userPrefs.xml
<option_preference name="temp_directory" value="SYSTEM_TEMP"> </option_preference>
<option_preference name="temp_directory" value="D:\TempDirectories\Autodesk Showcase"> </option_preference>