JH12 Posted September 2, 2019 Share Posted September 2, 2019 (edited) This is probably a fairly simple one.. I have a geo sequence which I want to convert and export into a different format. I would like the filenames to remain the same as the original geo, (apart from the new filetype suffix). How would I reference the name of each frame of the original geo sequence? Thanks for the help Edited September 2, 2019 by Fireandsmoke Quote Link to comment Share on other sites More sharing options...
vicvvsh Posted September 2, 2019 Share Posted September 2, 2019 6 hours ago, Fireandsmoke said: This is probably a fairly simple one.. I have a geo sequence which I want to convert and export into a different format. I would like the filenames to remain the same as the original geo, (apart from the new filetype suffix). How would I reference the name of each frame of the original geo sequence? Thanks for the help Hi, you can use strreplace() expression function: https://www.sidefx.com/docs/houdini/expressions/strreplace.html use as first argument relative reference path of "file" parameter of the file sop, where you are reading sequence, and type expression in "file" parameter of file cache sop, where you are writing new sequence. Quote Link to comment Share on other sites More sharing options...
JH12 Posted September 2, 2019 Author Share Posted September 2, 2019 Thats great, thanks for your help, much appreciated Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.