Skip to content

This is a Houdini File Cache System I am working on to do Batch Caching for artists.

License

Notifications You must be signed in to change notification settings

JodyLS27/FileCacheTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileCacheTool V0.1

First Step:

In houdini, Create a new shelf tool. Now add the following code to your new shelf tool.

from JLS.GUI.FileCacherGUI import FileCacher_ui
reload(FileCacher_ui)

FileCacher_ui.run()

Second Step:

Now go into the following Directorys and past the JLS Folder. Windows: C:\Users"Your_User_name"\Documents\houdini"Your_Version_Here"\scripts\python\Past_JLS_Here

Third Step:

Now the Tool Should run when Clicking the tool.

About

This is a Houdini File Cache System I am working on to do Batch Caching for artists.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published