TheUsualAlex Posted August 11, 2002 Share Posted August 11, 2002 Howdy, Is there any way to get Houdini to load only a specific custom panel upon loading a certain hip file instead of having to go into $HOME to manually remove or add them? Cheers, A Quote Link to comment Share on other sites More sharing options...
TheUsualAlex Posted August 11, 2002 Author Share Posted August 11, 2002 Also, is there any way to make my custom parameters in the scripted subnet without having to add that custom subnet into to the Generator bar? It'd be great if I can do this as I prefer this better... Cheers, Alex Quote Link to comment Share on other sites More sharing options...
stevenong Posted August 11, 2002 Share Posted August 11, 2002 Is there any way to get Houdini to load only a specific custom panel upon loading a certain hip file instead of having to go into $HOME to manually remove or add them? Starting from Houdini 5.5, Custom Panels have to be imported by using the cuimport command in the textport. Also, the imported Custom Panel will be saved into the hip file, which means it'll load up with the hip file. Versions prior to 5.5 will have all Custom Panels shown in Houdini. That's what the selector is there for. Quote Link to comment Share on other sites More sharing options...
TheUsualAlex Posted August 11, 2002 Author Share Posted August 11, 2002 YESSS!!!! THANK YOU!! Quote Link to comment Share on other sites More sharing options...
TheUsualAlex Posted August 11, 2002 Author Share Posted August 11, 2002 ANother question, is there any way to make the custom panel field keyable as well as having the RMB menu all the other editors have? Searched through some of the manuals for this, but there isn't any info I can find... Thanks, A Quote Link to comment Share on other sites More sharing options...
stevenong Posted August 11, 2002 Share Posted August 11, 2002 ANother question, is there any way to make the custom panel field keyable as well as having the RMB menu all the other editors have? They are both not possible. My guess is since you can't make the Custom Panel (CP) field keyable, you want to use the RMB menu to key. Right? Well, you can workaround it with: / > help chcommitchcommit Usage: chcommit [-l] [channel_pattern...] Commits pending key frame changes. Executing this command is equivalent to manually clicking the red keyframe button. If -l option is found the pending key frame changes are listed to the textport instead of being committed. If no channel patterns are specified all pending keyframes are listed/committed. Looking at the help for chcommit, you can do this: Create a button then in the script field, type 'chcommit'. However, to make sure you're just keying the channel you want, rather than committing all pending key frame changes, you'll want to do this instead: chcommit the_channel_you_want_to_key Example: chcommit /obj/geo1/tx Don't ya just luv Houdini? Quote Link to comment Share on other sites More sharing options...
TheUsualAlex Posted August 11, 2002 Author Share Posted August 11, 2002 Ooh bummer... I wondered if I should make this and RFE... :| I wanted to use the CP mainly to customize a centralized interface for my character set up. That way, it's a lot easier for a friend of mine to go in to do a pop-thru keyframing. Oh well. Thanks Steven. I'll definitely look into chcommit as well as a way around it. Cheers, Alex Quote Link to comment Share on other sites More sharing options...
TheUsualAlex Posted August 12, 2002 Author Share Posted August 12, 2002 Hey fellow Houdinites, I just got an email from Edward of SideFX. Here is his solution for making the custom panel via optypes (scripted subnet). Although there is a bit of work involved, but it's worth it. Thank you, Edward! Cheers, Alex My recommendation is to use custom optypes for character rigs. Here's something you can try:- In your hip file, create your custom type, saving it in $HOME/houdini6 - Examine the $HOME/houdini6/scripts and $HOME/houdini6/subnet directories. This will give you a clue as to how it is stored in your $HOME/houdini6 file hierarchy. I think they're mostly text files so you can try opening the files here in a text editor. - Now, in your custom optype, choose "Export Type..." and save it in a nice place so that you can re-use it again whenever you want. - Save your hip file. - In this step now, remove the associated files with your custom optype from $HOME/houdini6/scripts and $HOME/houdini6/subnet directories. From now on, the custom optype won't show up in the Generator tab menu because it can't be found anymore. Restart a fresh houdini and verify that this is the case. - However, if you load your hip file, you will notice that your custom optype still exists in your hip file. Hope this helps, -Edward Quote Link to comment Share on other sites More sharing options...
michael Posted August 13, 2002 Share Posted August 13, 2002 $HOME/houdini6/subnet ____________^______ ??????? Quote Link to comment Share on other sites More sharing options...
TheUsualAlex Posted August 13, 2002 Author Share Posted August 13, 2002 Aye. Just make it to $HOME/houdini5.5 (if you're using 5.5). Who knows. May be Sidefx already have v6 in their back yard before the alpha testing phase in about 6 months. Now now. That's just my pure imagination. (May be I subconcious mind is dying to have Hair and Cloth sim in Houdini??) So don't go turn this into a rumor. cheers, Alex Quote Link to comment Share on other sites More sharing options...
mike Posted August 13, 2002 Share Posted August 13, 2002 would be nice to know what sidefx is developing in the future waiting to see H7 ?? at sigg 2003 Quote Link to comment Share on other sites More sharing options...
Marc Posted August 13, 2002 Share Posted August 13, 2002 I think I'm allowed to say that 6.0 is definitely under way. However its certainly not anywhere near alpha stages. sorry d00ds.. Marc Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.