Skip to content

Commit

Permalink
howdidthiseverwork
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Nov 15, 2023
1 parent 5b69130 commit 49ec1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GafferImage/Catalogue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,7 @@ std::filesystem::path Catalogue::generateFileName( const Image *image ) const
std::filesystem::path Catalogue::generateFileName( const ImagePlug *image ) const
{
string directory = directoryPlug()->getValue();
std::cerr << "GENERATE FILENAME " << directory << std::endl;
if( const ScriptNode *script = ancestor<ScriptNode>() )
{
directory = script->context()->substitute( directory );
Expand Down

0 comments on commit 49ec1d2

Please sign in to comment.