tankboy Posted August 8, 2007 Share Posted August 8, 2007 hi,I wanna make a convertor to convert *.ma to *.hip. but I find some equivocal number in hip file. what's the meaning of such number?relation to the system time?or... Quote Link to comment Share on other sites More sharing options...
chunkified Posted August 8, 2007 Share Posted August 8, 2007 i don't know what it means but <3 to you if you get this done! Quote Link to comment Share on other sites More sharing options...
symek Posted August 8, 2007 Share Posted August 8, 2007 (edited) i don't know what it means but <3 to you if you get this done! I'm not sure that there is a much sense to do it (actually I'm pretty sure there is no sense to do it but it's you business...). HIP file is an old CPIO archive which can store in one file folders structure. So as one can assume fairly certainly these numbers are cpio specific features. What is an internal structure of a hip file you can easily see by opening it with 7zip (be sure you open *.hip file, not *hipnc). You can't just translate "ma" to "hip" as they differ in semantic sense. They describe different type of entities. So quite often there are no equivalents. Try to COLLADA export from Maya to Houdini. But if you really want to get a try use hscript or python script as a Houdini scene generator. You won't have to bother with all specialties of HIP file. Hscripts can create any Houdini object from a list of parameters which you supply from Maya. As a example see "opscript" command in texport. It will tell you precisely what hscript command you need to create specific Houdini's object. good luck! sy. PS If you really want to write something useful, make collada Exporter for Houdini . Edited August 8, 2007 by SYmek Quote Link to comment Share on other sites More sharing options...
mike Posted August 9, 2007 Share Posted August 9, 2007 PS If you really want to write something useful, make collada Exporter for Houdini . that would be real nice !!!!! Quote Link to comment Share on other sites More sharing options...
tankboy Posted August 9, 2007 Author Share Posted August 9, 2007 If you really want to write something useful, make collada Exporter for Houdini . Thanks for your advice.I will have a try!!! 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.