Skip to content

Commit ae8d4a1

Browse files
committed
adding linked selection to explore
1 parent d416913 commit ae8d4a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycinema/scripts/explore.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
ShaderSSAO_0.inputs.images.set(ColorMapping_0.outputs.images, False)
3434
ImageAnnotation_0.inputs.images.set(ShaderSSAO_0.outputs.images, False)
3535
TableView_0.inputs.table.set(CinemaDatabaseReader_0.outputs.table, False)
36+
TableView_0.inputs.selection.set(ParallelCoordinates_0.inputs.selection, False)
3637
ImageView_0.inputs.images.set(ImageAnnotation_0.outputs.images, False)
3738

3839
# layout

0 commit comments

Comments
 (0)