Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 6ea14f7

Browse files
authored
Merge pull request #23 from takavfx/develop
Only apply function to scene view pane tabs are current.
2 parents 572bb1c + d33d457 commit 6ea14f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python2.7libs/camSwitcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def selectCam(self):
122122
listview = self.sender()
123123
currentItem = listview.selectedIndexes()
124124

125-
tabs = hou.ui.paneTabs()
125+
tabs = hou.ui.currentPaneTabs()
126126

127127
for tab in tabs:
128128
if tab.isCurrentTab():

0 commit comments

Comments
 (0)