Advertisement
loon4tic

panda3d clean model cache

Oct 14th, 2021
1,313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.37 KB | None | 0 0
  1. @echo off
  2.  
  3. rem This will clear Panda3D's model cache.
  4. rem This is useful when you want to see error info (eg "Texture cannot be found ....") when opening up bam/egg files again.
  5. rem This can also potentially fix issues with models/textures not updating after modifying them.
  6.  
  7. for /d %%G in ("C:\Users\%username%\AppData\Local\Panda3D-*") do echo Removing %%G & rd /s /q %%G
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement