This repository was archived by the owner on Apr 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 3232! VERSION
3333! ChangeLog
3434
35+ # Ignore Specific directories
36+ * .vscode
37+
3538# Ignore Specific File Types
3639* .pyc
3740* .DS_Store
Original file line number Diff line number Diff line change 1- # Cam Switcehr
1+ # Cam Switcher
22
33![ ] ( img/ss_cam_switcher_0001.png )
44
Original file line number Diff line number Diff line change 66"""
77#-------------------------------------------------------------------------------
88
9- __version__ = 'v1.1.0 '
9+ __version__ = 'v1.1.1 '
1010
1111#-------------------------------------------------------------------------------
1212
1313import os , sys
14- sys .dont_write_bytecode = True
15-
16- from functools import partial
17-
1814
1915from hutil .Qt import QtWidgets
2016from hutil .Qt import QtGui
@@ -43,7 +39,7 @@ def closeEvent(self, event):
4339
4440
4541 def initUI (self ):
46-
42+ self . setProperty ( "houdiniStyle" , True )
4743 self .setWindowTitle (self ._windowTitle )
4844
4945 # Create Camera List Layout > self.createCamListLayout
@@ -131,10 +127,7 @@ def selectCam(self):
131127 tab .viewports ()[- 1 ].setCamera (hou .node (currentItem [0 ].data ()))
132128 except :
133129 pass
134-
135-
136- def closeEvent (self , event ):
137- self .setParent (None )
130+
138131
139132
140133class camListModel (QtCore .QAbstractListModel ):
You can’t perform that action at this time.
0 commit comments