Copy link to clipboard
Copied
I'd like to purge all memory in plugin code.
is there any method for that?
Thank you.
1 Correct answer
Hi!
you can use: suites.CommandSuite1()->AEGP_DoCommand(10200)
Here's a list of other command numbers if you need:
http://sydefxink.com/AECC2014_MenuIDs_v2_0.pdf
Cheers,
François
Copy link to clipboard
Copied
Hi!
you can use: suites.CommandSuite1()->AEGP_DoCommand(10200)
Here's a list of other command numbers if you need:
http://sydefxink.com/AECC2014_MenuIDs_v2_0.pdf
Cheers,
François
Copy link to clipboard
Copied
Thanks.
I think the number 10200 works on cc2014 ~ cc2017.
But there is not the option("All Memory & Disk Cache") on cs6. (please ignore above screenshot)
How can I purge Disk Cache on cs6?
Copy link to clipboard
Copied
Then you'll have to try with options available in CS6... Check in the list above, you'll find what you need.
Cheers,
François

