SVG graphics

   9426   5   3
User Avatar
Member
19 posts
Joined:
Offline
Is there any way to import SVG graphics as 3d vectors in Houdini? That functionality would be great!
User Avatar
Member
1799 posts
Joined: Oct. 2010
Offline
This was posted a while back, so I was wondering if perhaps anyone had a solution for doing this? or is the only way to go about doing this python?

Thanks!
-G
User Avatar
Member
126 posts
Joined: Aug. 2010
Offline
I agree ! I'm in the process of importing all kinds of data into Houdini and find that the support for format not native to the VFX industry to lacking. It would be fantastic to open for .osm imports, .csv imports, .svg import…

even just in brute crud manners such that you could remap the data after import.
User Avatar
Member
696 posts
Joined: March 2009
Offline
You can probably tackle some of these imports with python, right?
There's a SOP called Import Table that handles CSV and it's written in python.

Cheers
Toronto - ON
My Houdini playground [renderfarm.tumblr.com]
“As technology advances, the rendering time remains constant.”
User Avatar
Member
279 posts
Joined: Dec. 2009
Offline
smuseus
It would be fantastic to open for .osm imports, .csv imports, .svg import…

even just in brute crud manners such that you could remap the data after import.
There is a tutorial on cmiVFX to import and model osm xml file with python.

http://cmivfx.com/store/233-houdini+xml+based+procedural+cities [cmivfx.com]
User Avatar
Member
1799 posts
Joined: Oct. 2010
Offline
I have made an SVG importer before and it is not too bad until you get to the path element I would most definitely be nice if sidefx made a native one for SOP and COP context though. RFE away! (I think if all the people that have posted about this would RFE this, it would most likely make it in..!)

if you are making your own, I recommend loading SVG elements into a point cloud with all your SVG attributes, then constructing the geo using SOPs
-G
  • Quick Links