Skip to content

Commit

Permalink
adding linked selection to explore
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrogers committed Oct 9, 2024
1 parent d416913 commit ae8d4a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycinema/scripts/explore.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
ShaderSSAO_0.inputs.images.set(ColorMapping_0.outputs.images, False)
ImageAnnotation_0.inputs.images.set(ShaderSSAO_0.outputs.images, False)
TableView_0.inputs.table.set(CinemaDatabaseReader_0.outputs.table, False)
TableView_0.inputs.selection.set(ParallelCoordinates_0.inputs.selection, False)
ImageView_0.inputs.images.set(ImageAnnotation_0.outputs.images, False)

# layout
Expand Down

0 comments on commit ae8d4a1

Please sign in to comment.