TOPs trying to rename UDIM to add ACEScg into file name
549 2 1- Mark Wallman
- Member
- 700 posts
- Joined: Aug. 2013
- Offline
Hi.
I am trying to make a tool for converting images to ACEScg.
During the conversion I want to rename the file. This is where I am having an issue. For example:
albedo.1001.exr
to
albedo.ACEScg.1001.exr
I think I need to create an attribute from string, split it and somehow put it back together again feeding that into the openimageio output path.
Has anyone managed to do this sort of thing before?. Best. Mark
I am trying to make a tool for converting images to ACEScg.
During the conversion I want to rename the file. This is where I am having an issue. For example:
albedo.1001.exr
to
albedo.ACEScg.1001.exr
I think I need to create an attribute from string, split it and somehow put it back together again feeding that into the openimageio output path.
Has anyone managed to do this sort of thing before?. Best. Mark
- alexwheezy
- Member
- 318 posts
- Joined: Jan. 2013
- Offline
- Mark Wallman
- Member
- 700 posts
- Joined: Aug. 2013
- Offline
-
- Quick Links