ausn

ausn

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Is there a function called PostSaveScripts March 5, 2013, 9:34 p.m.

Thank you.

This is pretty cool!!

I'm researching on it.

Infernalspawn
have a look here

http://www.sidefx.com/docs/houdini12.0/basics/config_menus [sidefx.com]

Is there a function called PostSaveScripts March 4, 2013, 9:32 p.m.

Thank you.

I found that file and I found the save script:

<actionItem id=“h.save”>
<label>Save</label>
</actionItem>

It seems like the command is h.save.
My question is that where is the definition of h.save?
If I make my function, how does houdini call my function?

Is there a function called PostSaveScripts Feb. 28, 2013, 2:54 a.m.

Hi, guys.

Is there any function called PreSaveScripts or PostSaveScripts?
Or can I use my function to override the default one?

So I can do some checking before saving the hip file.
If something wrong, the user can not save the hip file.

Is it possible to do that?