-
changing default naming scheme.. using hyphens instead of underscores
is it possible to change the naming scheme of a rendered PNG sequence to use a hyphen instead of a underscore?
example:
currently it renders as “compname_00001.png” and I want it to render as “compname-00001.png”Its not a lot of work to batch rename afterwards, but a lot of game engines prefer something other than underscore and its just one of those little things I’ve manually been doing for years instead of looking for a smarter way.
thanks