Hi all,
I wrote up a script to export photoshop vector paths as an OBJ.
If you would like to download or contribute to it, the link to the repo is available here
It is pretty much in an alpha stage but I hope to develop it more as I find time.
Hi all,
I wrote up a script to export photoshop vector paths as an OBJ.
If you would like to download or contribute to it, the link to the repo is available here
It is pretty much in an alpha stage but I hope to develop it more as I find time.
Cool stuff!
[QUOTE=btribble;23851]Cool stuff![/QUOTE]
Thanks
This is looking really awesome! I shared it with my team earlier this week and it seems like there’s definitely a place for it in our tool set. I can only think of two improvements that prevent it from being everything I could ever want it to be:
Needless to say, great work and I’ll be playing around with this for sure.
[QUOTE=Mouthlessbobcat;23870]This is looking really awesome! I shared it with my team earlier this week and it seems like there’s definitely a place for it in our tool set. I can only think of two improvements that prevent it from being everything I could ever want it to be:
Needless to say, great work and I’ll be playing around with this for sure.[/QUOTE]
Hey thanks for the comment:)
Yeah making the mesh triangulate correctly is non trivial… Particularly for complex / concave shapes so I am not sure if I will be able to add that given my schedule Regarding straight line detection, the code is actually there, I just haven’t activated it yet as it is still buggy (Optimize Function in the script, if you are interested) I intend to fix that up when I get a chance