I have made a simple but very useful mesh exchanger for Modo/Houdini/Blender. It will allow to exchange static models just with one click. Also, it will help to move to other soft easily.
Modo plugin works for Modo 801 and higher versions.
Aim of the Exchanger project - move meshes between apps for modeling/retopo/sculpting/uv/painting.
Fun while it lastedâŠScripts Mon Aug 17 14:16:18 2015 Info C:\Program Files\Luxology\modo\801\extra\Scripts\ex_code\ex_export.py
Mon Aug 17 14:16:18 2015 Failed ERROR: Unhandled exception @ <string>: line 4; No module named modo
Commands Mon Aug 17 14:16:46 2015 Failed script.implicit failed
Mon Aug 17 14:16:46 2015 Failed Script execution failed for âC:\Program Files\Luxology\modo\801\extra\Scripts\ex_code\ex_export.pyââŠerror in Modo on trying to exportâŠ901 only ?
Nope âŠonly have 801âŠmaybe somedayâŠmostly wanted to see how a Fusion created mesh would come into BlenderâŠbut really⊠thanks for all your effortsâŠyour tool sets are excellent.
Need help
I have porblem too. Blend looks ok to export object . But my modo failed to export or import after i click the buttons .
When i click âexport buttonâ, Modo send me the error âArgument Parsing Error.Command does not have an argument named"Câ"
"Script execution failed for âC:\Users\lijianjian\AppData\Roaming\Luxology\Scripts\ex_code\ex_export.pyâ
Error evaluating script:Unhandled exception@<string>:line 75;command argument parsing failed
When i click âimport buttonâ, Modo send me the error âArgument Parsing Error.Command does not have an argument named"Câ"
"Script execution failed for âC:\Users\lijianjian\AppData\Roaming\Luxology\Scripts\ex_code\ex_import.pyâ
Error evaluating script:Unhandled exception@<string>:line 18;command argument parsing failed
I set modo and blender patch both to my Documents âC:\Users\lijianjian\Documents\Exchangerâ
Thanks for yopur Replay .I download the plugin again, It looks modo still can not export or import object.
When i click the Export button. Modo give me a error
âInfo: Failed to export FBX,error;File not createdâ
"Scene save wass unsuccessful-- Failed
File"C:/Users/lijianjian/Documents/ExchangerC:C:/Users/lijianjian/Documents/ExchangerC:/Users/lijianjian/Documents/Exchanger\exchange.fbx:"not writte.
When i click âimport buttonâ, Modo send me this error
I will try when i go home. Maybe i made this mistake pasted 3 times in the path ui . But this tool is realy useful for . By the way, this plugin support normal smoth group , uv sets ?
I have just asked my buddy on windows. And he said all works ok.
Groups and uvs work ok.
But i switched off custom normals. Need to add them as a checkbox
i saw this video on youtube that shows an inplementation in Rhino CAD with Artmesh software.
If you have the time and knowlage,
can you create a, GUI (addon)in blender to interact with this software?
Would be more fast intuitive to use with in blender, especially in conjuction with scupting and product design.
Hi mifth , i need some help.
My modo now works as i wish . But ,blender addon can not let me import object. Export object is ok ,but when i click import ,blender give me this error
"Traceback (most recent call last):
File âC:\Users\lijianjian\AppData\Roaming\Blender Foundation\Blender\2.75\scripts\addons\blender_exchanger\blender_exchanger.pyâ, line 134, in invoke
bpy.ops.import_scene.fbx(filepath=model_path, axis_forward=â-Zâ, axis_up=âYâ, global_scale=1.0, bake_space_transform=True, use_custom_normals=True, force_connect_children=False, primary_bone_axis=âYâ, secondary_bone_axis=âXâ, use_prepost_rot=True)
File âC:\Program Files\Blender Foundation\Blender\2.75\scripts\modules\bpy\ops.pyâ, line 189, in call
ret = op_call(self.idname_py(), None, kw)
TypeError: Converting py args to operator properties: : keyword âuse_custom_normalsâ unrecognized
location: <unknown location>:-1