Modo-Houdini-Blender Exchanger

Yep. Upgrade and come back.

I want the same for maya-blender ^^

There will be maya and houdini in nearest future.

I did some good tweaks for subsurf modifier during exchange. Update the code of blender plugin.

Bastien added Import Animation checkbox. I’ll add it soon.
https://developer.blender.org/T45913

Houdini is added to exchanger. But export from Houdini should be manual. As they have limitation for export to fbx with python.

Wiki: https://github.com/mifth/mifthtools/wiki/Exchangers

wow! more fantastic tools:)

not to beg but, is it possible to add C4D?

If someone knows Cinema and scripting and wants contributing - yes.

Hi mifth

I need some help

I install houdini exchanger. but when i click import or export , nothing is happened . I just follow the step as you said in github ,
add path to exchanger.py

return ‘/home/lijianjian/Documents/Exchangers/’

it looks not work in my computer. houdini is 14.0.295, system is win7 64 . When i want to copy thr exchanger.py to my home houdini folder.

I did not find python2.7libs folder or scripts folder in my home Houdini folder “c:\user\lijianjian\Documents\houdini14.0”

I need some steps to make it works?
I just a newer using houdini . I am very need your helps, big thanks!

Copy exchanger.shelf into “$HOME/houdiniX.Y/toolbar/”

Hi.

  1. Create a folder: “c:\user\lijianjian\Documents\houdini14.0\scripts\python” and put the python file there
  2. Copy exchanger.shelf into “c:\user\lijianjian\Documents\houdini14.0 oolbar”
  3. Select Ex Tab in the toolshelf (it will be hidden by default)

yes ,I follow the setps . but when i click the shelf button “import or export” button, nothing happend. I create a simple torus and click the Export button, it looks nothing happened, i click import in blender , Blender just import the old file from modo, not from houdini. I am not sure if houdini exchanger is worked correctly.

did you modify the py file?
https://camo.githubusercontent.com/3c92b7f96c75760c2dbf1a56d765f9203d2de497/687474703a2f2f692e696d6775722e636f6d2f727332655272722e706e67

Yes i modify the py file

Change

return ‘’

to

return ‘C:\Users\lijianjian\Documents\Exchangers’

Try to change to:
return ‘$HOME/Documents/Exchangers’

And make sure that the folder “Exchangers” does exist.

Will it work?

‘C:\Users\lijianjian\Documents\Exchangers’ is a path to your exchange folder where the fbx will be exported.
It should be the same path for all apps.

NO, neither import nor export . May be i miss something , so houdini failed to export and import ? May be houdini python is not working correctly ?

I need your machine. Can you go to teamviewr? You can PM me.

Yes, it is the same path for all apps.
Blender and modo work perfect together . Maybe my houdini failed to find this path ?

teamviewr? Sorry, i dont’t know how to do this !

I will try it in my own computer when i go home.

That’s certainly path issue.