Skip to content

Commit

Permalink
SceneAlgo::createRenderAdaptors : Slap a cheeky name on the adaptors
Browse files Browse the repository at this point in the history
so we can muck with them later.
  • Loading branch information
danieldresser-ie committed Jan 23, 2025
1 parent 0191678 commit 5045245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GafferScene/SceneAlgo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ void GafferScene::SceneAlgo::deregisterRenderAdaptor( const std::string &name )

SceneProcessorPtr GafferScene::SceneAlgo::createRenderAdaptors()
{
SceneProcessorPtr result = new SceneProcessor;
SceneProcessorPtr result = new SceneProcessor( "RenderAdaptors" );
StringPlugPtr clientPlug = new StringPlug( "client" );
StringPlugPtr rendererPlug = new StringPlug( "renderer" );
result->addChild( clientPlug );
Expand Down

0 comments on commit 5045245

Please sign in to comment.