Symbolcache file
-
On 21/01/2018 at 08:34, xxxxxxxx wrote:
Every time when I'm changing description files, C4D can't keep tracking these changes and my plugin stops working.
As I know, C4D caches these values and I'm forced to remove Symbolcache file in order to make it work properly.
I would like to bypass this behavior. Is it possible to automate this process and remove or update symbolcache file every time when I'm re-opening C4D after making changes in description? -
On 22/01/2018 at 09:41, xxxxxxxx wrote:
Hi,
To automate this, on Windows you can run a batch file that deletes the symbolcache file and execute Cinema 4D:
del "path o\user\folder\prefs\symbolcache" "path o\cinema\folder\CINEMA 4D.exe"
Under Mac you would use a shell script and rm command.