Deleting Houdini Files

   9520   9   2
User Avatar
Member
365 posts
Joined: 4月 2008
Offline
Hello,

I am a beginner.
1) How can i delete houdini files in the directory.
Whenever i click “-” to delete files it always prompt “select a directory”
Can any one help me?

2) How can i open houdini files directly from a portable driver without copying them to my HD.

Hope these are not dumb questions.

Steve
User Avatar
スタッフ
5173 posts
Joined: 7月 2005
Offline
The - button is to remove favourite directory locations, not delete files (and + adds the current directory as a favourite).
User Avatar
Member
365 posts
Joined: 4月 2008
Offline
Then, How can i delete houdini files that i do not need in the houdini ?
User Avatar
Member
2199 posts
Joined: 7月 2005
Online
Just use explorer or finder depending on what os you are using.
The trick is finding just the right hammer for every screw
User Avatar
Member
365 posts
Joined: 4月 2008
Offline
Are there any way we can delete hip files in Houdini ?
User Avatar
Member
639 posts
Joined: 7月 2005
Offline
hscript:
unix rm -f /path/hipfile.hip

expression:
system( “rm -f /path/hipfile.hip” )

python/hython:
os.remove( “/path/hipfile.hip” )

Please consult DOS help manual if you're doing system call in MS platform.
User Avatar
Member
365 posts
Joined: 4月 2008
Offline
I am using snow leopard.
Can you help me further how or where i can use these expression in Houdini?
Thank you.
User Avatar
スタッフ
3456 posts
Joined: 7月 2005
Offline
open a textport and type:
help unix


but more importantly, why do you want to delete files using Houdini?


on a mac (I don't have one with me but…) you could try opening File > Open, then in the list of Houdini files, select one and hit the delete key - I /think/ the mac will delete this file (send to trash)…
but again - this is silly…
if you want to clean up old file etc there are better ways…
Michael Goldfarb | www.odforce.net
Training Lead
SideFX
www.sidefx.com
User Avatar
Member
365 posts
Joined: 4月 2008
Offline
I ‘d like to delete H files whenever i need after i open new in Houdini.
I think it’s more convenient to me since i have saved bunch of Hip files including sequence files. It's easier for me to identify needless h files i saved previously. But, once i open new h files there is no way to delete any one i want to. Can you help me how i can i delete hip files in houdini.
User Avatar
スタッフ
3456 posts
Joined: 7月 2005
Offline
again I'm not sure you need/want to use Houdini to delete files - finder or the shell are much better for this task

something you might want to do is create a project directory structure
something like this:

/somewhere/houdini_projects
/hip
/geo
/pic
etc

this way you can have your hip files in one directory that is easy to view and manage and everything else in there own directories…
Michael Goldfarb | www.odforce.net
Training Lead
SideFX
www.sidefx.com
  • Quick Links