Question about adding <extra> child nodes to <material> or <effect>
Posted by:
eva01 (IP Logged)
Date: August 25, 2009 01:46PM
Hi everyone!
I am trying to import 3d assets in collada to my application. The problem is that my application uses d3d9 effects (D3DXEffect) and as far as I know collada doesn't have any specific support for d3dx effects (.fx files), so I decided to add .fx file name to <material> or <effect> by using the <extra> node.
So here is my question: is there some method to add <extra> node by using the blender only? I don't want to open file, search for <material> -s and add my <extra> node manualy or to write custom tool that would automate the same process.
Did any of you had some similar requirements (collada/d3d effects/blender)? What solution did you come up with? I am not sure if my idea is the most elegant one.